Hello community, here is the log from the commit of package bootsplash for openSUSE:Factory checked in at Mon Jul 25 09:00:40 CEST 2011.
-------- --- bootsplash/bootsplash.changes 2011-03-19 02:05:58.000000000 +0100 +++ /mounts/work_src_done/STABLE/bootsplash/bootsplash.changes 2011-07-22 18:36:36.000000000 +0200 @@ -1,0 +2,6 @@ +Fri Jul 22 18:07:32 CEST 2011 - [email protected] + +- automatically run mkinitrd when sysconfig is changed [bnc#673949] +- only run hwinfo once per resolution [bnc#679511] + +------------------------------------------------------------------- calling whatdependson for head-i586 New: ---- bootsplash-3.3-sysconfig.diff ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ bootsplash.spec ++++++ --- /var/tmp/diff_new_pack.EHsw0h/_old 2011-07-25 09:00:12.000000000 +0200 +++ /var/tmp/diff_new_pack.EHsw0h/_new 2011-07-25 09:00:12.000000000 +0200 @@ -22,7 +22,7 @@ BuildRequires: freetype2-devel libjpeg-devel libmng-devel Url: http://www.bootsplash.org/ Version: 3.3 -Release: 169 +Release: 171 Summary: Graphical System Boot Utilities License: GPLv2+ Group: System/Boot @@ -36,6 +36,7 @@ Patch0: bootsplash-3.3-decodejpeg.patch Patch1: bootsplash-3.3-fix-init.diff Patch2: bootsplash-3.3-no-build-date.patch +Patch3: bootsplash-3.3-sysconfig.diff BuildRoot: %{_tmppath}/%{name}-%{version}-build %description @@ -57,6 +58,7 @@ %patch0 %patch1 -p1 %patch2 +%patch3 %build cd Utilities ++++++ bootsplash-3.3-sysconfig.diff ++++++ --- ./Scripts/sysconfig.bootsplash.orig 2011-07-22 16:00:18.000000000 +0000 +++ ./Scripts/sysconfig.bootsplash 2011-07-22 16:05:29.000000000 +0000 @@ -2,6 +2,7 @@ ## Description: enables/disables bootup graphics ## Type: yesno ## Default: yes +## Command: /sbin/mkinitrd # # SPLASH can be set to "no" to turn off the splash-screen on console 1 # at boot time (after kernel load). ++++++ mkinitrd-setup.sh ++++++ --- /var/tmp/diff_new_pack.EHsw0h/_old 2011-07-25 09:00:12.000000000 +0200 +++ /var/tmp/diff_new_pack.EHsw0h/_new 2011-07-25 09:00:12.000000000 +0200 @@ -28,6 +28,7 @@ | sed -ne 's/^.*vga[ \t]*=[ \t]*\([^ \t]*\).*/\1/p' \ | sed -ne '/^\([0-9]\+\|0[xX][0-9a-fA-F]\+\)$/p')" done + modes="$(echo $modes | tr ' ' '\012' | sort -u)" for mode in $modes; do case $(($mode)) in # $((...)) : Convert 0xFOO to decimal ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
