Hello community,

here is the log from the commit of package gzip for openSUSE:Factory checked in 
at 2017-06-07 09:52:02
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gzip (Old)
 and      /work/SRC/openSUSE:Factory/.gzip.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gzip"

Wed Jun  7 09:52:02 2017 rev:44 rq:499887 version:1.8

Changes:
--------
--- /work/SRC/openSUSE:Factory/gzip/gzip.changes        2017-04-29 
10:47:35.698486577 +0200
+++ /work/SRC/openSUSE:Factory/.gzip.new/gzip.changes   2017-06-07 
09:52:03.319241263 +0200
@@ -1,0 +2,12 @@
+Wed May 31 02:54:52 UTC 2017 - bwiedem...@suse.com
+
+- Make build reproducible in spite of gcc profile based optimizations
+  (boo#1040589)
+
+-------------------------------------------------------------------
+Tue May 30 09:59:59 UTC 2017 - s...@posteo.de
+
+- changing the way how gcc profiling is generating to have a reproducible
+  build
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ gzip.spec ++++++
--- /var/tmp/diff_new_pack.f8xH5s/_old  2017-06-07 09:52:03.987146875 +0200
+++ /var/tmp/diff_new_pack.f8xH5s/_new  2017-06-07 09:52:03.991146310 +0200
@@ -66,8 +66,8 @@
 {
   tmpfile=$(mktemp)
   trap "rm -f $tmpfile $tmpfile.gz" EXIT
-  tar -cf $tmpfile %{_prefix} || true
-  time ./gzip $tmpfile
+  xz -cd %{SOURCE0} > $tmpfile
+  time ./gzip < $tmpfile > $tmpfile.gz
   time ./gzip -d < $tmpfile.gz > /dev/null
 }
 %if %{do_profiling}



Reply via email to