Hello community,

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

Package is "gfxboot"

Fri Feb  8 13:47:11 2019 rev:147 rq:671854 version:4.5.48

Changes:
--------
--- /work/SRC/openSUSE:Factory/gfxboot/gfxboot.changes  2018-09-20 
11:41:11.840865745 +0200
+++ /work/SRC/openSUSE:Factory/.gfxboot.new.28833/gfxboot.changes       
2019-02-08 13:47:13.594801218 +0100
@@ -1,0 +2,8 @@
+Tue Feb 5 12:53:57 UTC 2019 - snw...@suse.de
+
+- merge gh#openSUSE/gfxboot#35
+- ensure theme builds are reproducible (bsc#1124165)
+- adjust unpack_bootlogo script
+- 4.5.48
+
+--------------------------------------------------------------------

Old:
----
  gfxboot-4.5.47.tar.xz

New:
----
  gfxboot-4.5.48.tar.xz

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

Other differences:
------------------
++++++ gfxboot.spec ++++++
--- /var/tmp/diff_new_pack.GoYOeb/_old  2019-02-08 13:47:14.598800906 +0100
+++ /var/tmp/diff_new_pack.GoYOeb/_new  2019-02-08 13:47:14.602800905 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gfxboot
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:           gfxboot
-Version:        4.5.47
+Version:        4.5.48
 Release:        0
 Summary:        Graphical Boot Logo for GRUB, LILO and SYSLINUX
 License:        GPL-2.0+

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

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

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

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

++++++ gfxboot-4.5.47.tar.xz -> gfxboot-4.5.48.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gfxboot-4.5.47/VERSION new/gfxboot-4.5.48/VERSION
--- old/gfxboot-4.5.47/VERSION  2018-09-11 01:00:18.000000000 +0200
+++ new/gfxboot-4.5.48/VERSION  2019-02-05 13:53:57.000000000 +0100
@@ -1 +1 @@
-4.5.47
+4.5.48
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gfxboot-4.5.47/bin/unpack_bootlogo 
new/gfxboot-4.5.48/bin/unpack_bootlogo
--- old/gfxboot-4.5.47/bin/unpack_bootlogo      2018-09-11 01:00:18.000000000 
+0200
+++ new/gfxboot-4.5.48/bin/unpack_bootlogo      2019-02-05 13:53:57.000000000 
+0100
@@ -21,7 +21,7 @@
 
   @files = `cpio --quiet -t <$dir/bootlogo`;
 
-  system "cd $tmp; cpio --quiet -i <../bootlogo";
+  system "cd $tmp; cpio --quiet --preserve-modification-time -i <../bootlogo";
 
   for (@files) {
     chomp;
@@ -48,7 +48,7 @@
     }
   }
 
-  open P, "| cd $tmp; cpio --quiet -o >../bootlogo";
+  open P, "| cd $tmp; cpio --quiet --reproducible --owner=+0:+0 -o 
>../bootlogo";
   print P "$_\n" for grep $_, @files;
   if($xdir) { print P "$_\n" for @ext }
   close P;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gfxboot-4.5.47/changelog new/gfxboot-4.5.48/changelog
--- old/gfxboot-4.5.47/changelog        2018-09-11 01:00:18.000000000 +0200
+++ new/gfxboot-4.5.48/changelog        2019-02-05 13:53:57.000000000 +0100
@@ -1,3 +1,8 @@
+2019-02-05:    4.5.48
+       - merge gh#openSUSE/gfxboot#35
+       - ensure theme builds are reproducible (bsc#1124165)
+       - adjust unpack_bootlogo script
+
 2018-09-10:    4.5.47
        - Translated using Weblate (Arabic)
 

++++++ openSUSE.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/themes/openSUSE/Makefile new/themes/openSUSE/Makefile
--- old/themes/openSUSE/Makefile        2018-09-11 01:00:18.000000000 +0200
+++ new/themes/openSUSE/Makefile        2019-02-05 13:53:57.000000000 +0100
@@ -56,8 +56,8 @@
 ifdef DEFAULT_LANG
        @echo $(DEFAULT_LANG) >bootlogo.dir/lang
 endif
-       @sh -c 'cd bootlogo.dir; chmod +t * ; chmod -t init languages'
-       @sh -c 'cd bootlogo.dir; echo * | sed -e "s/ /\n/g" | cpio --quiet -o 
>../bootlogo'
+       @sh -c 'cd bootlogo.dir; chmod +t * ; chmod -t init languages ; touch 
-r ../src/main.bc *'
+       @sh -c 'cd bootlogo.dir; echo * | sed -e "s/ /\n/g" | cpio --quiet 
--reproducible --owner=+0:+0 -o >../bootlogo'
 
 message: src/main.bin src/gfxboot.cfg help-boot/.ready po/.ready fonts/.ready
        @rm -rf message.dir
@@ -72,7 +72,8 @@
        @echo $(DEFAULT_LANG) >message.dir/lang
        @echo $(DEFAULT_LANG) >>message.dir/languages
 endif
-       @sh -c 'cd message.dir; echo * | sed -e "s/ /\n/g" | cpio --quiet -o 
>../message'
+       @sh -c 'cd message.dir; touch -r ../src/main.bc *'
+       @sh -c 'cd message.dir; echo * | sed -e "s/ /\n/g" | cpio --quiet 
--reproducible --owner=+0:+0 -o >../message'
 
 clean:
        @for i in $(SUBDIRS) ; do [ ! -f $$i/Makefile ] ||  make -C $$i clean 
|| break ; done

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


Reply via email to