Hello community,

here is the log from the commit of package gfxboot for openSUSE:Factory
checked in at Thu Oct 13 12:20:13 CEST 2011.



--------
--- openSUSE:Factory/gfxboot/gfxboot.changes    2011-09-23 01:59:37.000000000 
+0200
+++ gfxboot/gfxboot.changes     2011-10-13 09:28:42.000000000 +0200
@@ -1,0 +2,10 @@
+Thu Oct 13 09:28:31 CEST 2011 - [email protected]
+
+- fix isohybrid detection
+
+-------------------------------------------------------------------
+Thu Oct 13 08:23:18 CEST 2011 - [email protected]
+
+- don't set init boot option (bnc #723678)
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


Old:
----
  gfxboot-4.4.5.tar.bz2

New:
----
  gfxboot-4.4.7.tar.bz2

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ gfxboot.spec ++++++
--- /var/tmp/diff_new_pack.o76rZ8/_old  2011-10-13 12:20:09.000000000 +0200
+++ /var/tmp/diff_new_pack.o76rZ8/_new  2011-10-13 12:20:09.000000000 +0200
@@ -18,19 +18,19 @@
 
 
 Name:           gfxboot
-Version:        4.4.5
+Version:        4.4.7
 Release:        1
 License:        GPLv2+
 Summary:        Graphical Boot Logo for GRUB, LILO and SYSLINUX
 Url:            http://en.opensuse.org/SDB:Gfxboot
 Group:          System/Boot
-Source:         %{name}-%{version}.tar.bz2
-Source6:        examples.tar.bz2
+Source:         gfxboot-4.4.7.tar.bz2
 Source1:        KDE.tar.bz2
 Source2:        openSUSE.tar.bz2
 Source3:        SLED.tar.bz2
 Source4:        SLES.tar.bz2
 Source5:        upstream.tar.bz2
+Source6:        examples.tar.bz2
 BuildRequires:  fdupes
 BuildRequires:  freetype2-devel
 BuildRequires:  fribidi
@@ -118,7 +118,7 @@
 KDE theme for gfxboot (bootloader graphics).
 
 %prep
-%setup -q
+%setup
 %setup -T -D -a 1
 %setup -T -D -a 2
 %setup -T -D -a 3

++++++ KDE.tar.bz2 ++++++

++++++ SLED.tar.bz2 ++++++

++++++ SLES.tar.bz2 ++++++

++++++ examples.tar.bz2 ++++++

++++++ gfxboot-4.4.5.tar.bz2 -> gfxboot-4.4.7.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gfxboot-4.4.5/VERSION new/gfxboot-4.4.7/VERSION
--- old/gfxboot-4.4.5/VERSION   2011-09-02 16:37:53.000000000 +0200
+++ new/gfxboot-4.4.7/VERSION   2011-10-13 09:28:26.000000000 +0200
@@ -1 +1 @@
-4.4.5
+4.4.7
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gfxboot-4.4.5/changelog new/gfxboot-4.4.7/changelog
--- old/gfxboot-4.4.5/changelog 2011-09-02 16:37:54.000000000 +0200
+++ new/gfxboot-4.4.7/changelog 2011-10-13 09:28:27.000000000 +0200
@@ -1,4 +1,10 @@
-2011-09-02:    HEAD
+2011-10-13:    HEAD
+       - fix isohybrid detection
+
+2011-10-13:    4.4.6
+       - don't set init boot option (bnc #723678)
+
+2011-09-02:    4.4.5
        - make systemd default
 
 2011-09-02:    4.4.4

++++++ openSUSE.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/themes/openSUSE/src/dia_install.inc 
new/themes/openSUSE/src/dia_install.inc
--- old/themes/openSUSE/src/dia_install.inc     2011-07-07 16:33:35.000000000 
+0200
+++ new/themes/openSUSE/src/dia_install.inc     2011-10-13 09:23:26.000000000 
+0200
@@ -25,7 +25,7 @@
 /install.default .inst_cdrom def
 
 % isohybrid image booted as disk
-sectorsize 0x800 eq bootdrive 0x80 eq and {
+sectorsize 0x200 eq bootdrive 0x80 eq or {
   /install.default .inst_hd def
 } if
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/themes/openSUSE/src/dia_otheropts.inc 
new/themes/openSUSE/src/dia_otheropts.inc
--- old/themes/openSUSE/src/dia_otheropts.inc   2011-09-02 16:25:26.000000000 
+0200
+++ new/themes/openSUSE/src/dia_otheropts.inc   2011-10-13 08:20:06.000000000 
+0200
@@ -12,17 +12,20 @@
 
 config.init "/sbin/init" eq { /config.init "" def } if
 config.init "/bin/systemd" eq { /otheropts.default 1 def } if
-config.init "/bin/sh" eq { /otheropts.default 2 def } if
+config.init "/sbin/sysvinit" eq { /otheropts.default 2 def } if
+config.init "/bin/sh" eq { /otheropts.default 3 def } if
 
 /otheropts.xtra
   config.init "" ne
   config.init "/bin/systemd" ne and
+  config.init "/sbin/sysvinit" ne and
   config.init "/bin/sh" ne and
 def
 
 /otheropts.options [
   ""
   "init=/bin/systemd"
+  "init=/sbin/sysvinit"
   "init=/bin/sh"
   otheropts.xtra {
     100 string dup config.init "init=%s" rot sprintf
@@ -43,8 +46,9 @@
 
   xmenu .xm_current otheropts.default put
   xmenu .xm_list [
-    "System V"
+    "Default"
     "Systemd"
+    "System V"
     "Shell"
     otheropts.xtra { config.init } if
   ] put
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/themes/openSUSE/src/gfxboot.cfg 
new/themes/openSUSE/src/gfxboot.cfg
--- old/themes/openSUSE/src/gfxboot.cfg 2011-09-02 16:37:15.000000000 +0200
+++ new/themes/openSUSE/src/gfxboot.cfg 2011-10-13 08:17:33.000000000 +0200
@@ -195,8 +195,8 @@
 addopt.lang=0
 ; add 'keytable' option with current keymap
 addopt.keytable=0
-; default init program, default: /sbin/init
-init=/bin/systemd
+; init process, default: /sbin/init
+init=
 
 [live]
 ; set livecd flag

++++++ upstream.tar.bz2 ++++++

continue with "q"...



Remember to have fun...

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to