Hello community,

here is the log from the commit of package gfxboot for openSUSE:Factory checked 
in at 2019-03-13 09:09:08
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gfxboot (Old)
 and      /work/SRC/openSUSE:Factory/.gfxboot.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gfxboot"

Wed Mar 13 09:09:08 2019 rev:148 rq:684250 version:4.5.49

Changes:
--------
--- /work/SRC/openSUSE:Factory/gfxboot/gfxboot.changes  2019-02-08 
13:47:13.594801218 +0100
+++ /work/SRC/openSUSE:Factory/.gfxboot.new.28833/gfxboot.changes       
2019-03-13 09:09:12.247424056 +0100
@@ -1,0 +2,7 @@
+Tue Mar 12 08:28:53 UTC 2019 - [email protected]
+
+- merge gh#openSUSE/gfxboot#37
+- Replace master-boot-code by syslinux version
+- 4.5.49
+
+--------------------------------------------------------------------

Old:
----
  gfxboot-4.5.48.tar.xz

New:
----
  gfxboot-4.5.49.tar.xz

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

Other differences:
------------------
++++++ gfxboot.spec ++++++
--- /var/tmp/diff_new_pack.Rc7eAV/_old  2019-03-13 09:09:13.627423913 +0100
+++ /var/tmp/diff_new_pack.Rc7eAV/_new  2019-03-13 09:09:13.631423913 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           gfxboot
-Version:        4.5.48
+Version:        4.5.49
 Release:        0
 Summary:        Graphical Boot Logo for GRUB, LILO and SYSLINUX
 License:        GPL-2.0+
@@ -42,10 +42,10 @@
 Requires:       coreutils
 Requires:       cpio
 Requires:       dosfstools
-Requires:       master-boot-code
 Requires:       mktemp
 Requires:       mtools
 Requires:       perl-HTML-Parser
+Requires:       syslinux
 Recommends:     %{name}-theme >= 4
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 ExclusiveArch:  %ix86 x86_64

++++++ KDE.tar.xz ++++++

++++++ SLED.tar.xz ++++++

++++++ SLES.tar.xz ++++++

++++++ examples.tar.xz ++++++

++++++ gfxboot-4.5.48.tar.xz -> gfxboot-4.5.49.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gfxboot-4.5.48/VERSION new/gfxboot-4.5.49/VERSION
--- old/gfxboot-4.5.48/VERSION  2019-02-05 13:53:57.000000000 +0100
+++ new/gfxboot-4.5.49/VERSION  2019-03-12 09:28:53.000000000 +0100
@@ -1 +1 @@
-4.5.48
+4.5.49
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gfxboot-4.5.48/changelog new/gfxboot-4.5.49/changelog
--- old/gfxboot-4.5.48/changelog        2019-02-05 13:53:57.000000000 +0100
+++ new/gfxboot-4.5.49/changelog        2019-03-12 09:28:53.000000000 +0100
@@ -1,3 +1,7 @@
+2019-03-12:    4.5.49
+       - merge gh#openSUSE/gfxboot#37
+       - Replace master-bood-code by syslinux version
+
 2019-02-05:    4.5.48
        - merge gh#openSUSE/gfxboot#35
        - ensure theme builds are reproducible (bsc#1124165)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gfxboot-4.5.48/gfxboot new/gfxboot-4.5.49/gfxboot
--- old/gfxboot-4.5.48/gfxboot  2019-02-05 13:53:57.000000000 +0100
+++ new/gfxboot-4.5.49/gfxboot  2019-03-12 09:28:53.000000000 +0100
@@ -1637,7 +1637,7 @@
   $hdimage->type(1);
   $hdimage->label('GFXBOOT');
   $hdimage->fs('fat');
-  $hdimage->mbr('/usr/lib/boot/master-boot-code');
+  $hdimage->mbr('/usr/share/syslinux/mbr.bin');
   $hdimage->add_files(<$dst/*>);
   $hdimage->write($img);
 
@@ -1757,7 +1757,7 @@
   $hdimage->type(1);
   $hdimage->label('GFXBOOT');
   $hdimage->fs('fat');
-  $hdimage->mbr('/usr/lib/boot/master-boot-code');
+  $hdimage->mbr('/usr/share/syslinux/mbr.bin');
   $hdimage->add_files(<$dst/*>);
   $hdimage->write($img);
 
@@ -1991,7 +1991,7 @@
   $hdimage->type(1);
   $hdimage->label('GFXBOOT');
   $hdimage->fs('fat');
-  $hdimage->mbr('/usr/lib/boot/master-boot-code');
+  $hdimage->mbr('/usr/share/syslinux/mbr.bin');
   $hdimage->add_files(<$dst/*>);
   $hdimage->write($img);
 

++++++ openSUSE.tar.xz ++++++

++++++ upstream.tar.xz ++++++


Reply via email to