Hello community,

here is the log from the commit of package gzip for openSUSE:Factory checked in 
at 2016-03-26 15:07:43
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gzip (Old)
 and      /work/SRC/openSUSE:Factory/.gzip.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gzip"

Changes:
--------
--- /work/SRC/openSUSE:Factory/gzip/gzip.changes        2014-12-23 
12:31:28.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.gzip.new/gzip.changes   2016-03-26 
15:07:44.000000000 +0100
@@ -1,0 +2,5 @@
+Sun Mar 20 14:51:03 UTC 2016 - [email protected]
+
+- Add reproducible.patch to fix build-compare
+
+-------------------------------------------------------------------

New:
----
  reproducible.patch

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

Other differences:
------------------
++++++ gzip.spec ++++++
--- /var/tmp/diff_new_pack.mD6AkJ/_old  2016-03-26 15:07:45.000000000 +0100
+++ /var/tmp/diff_new_pack.mD6AkJ/_new  2016-03-26 15:07:45.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gzip
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 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
@@ -34,6 +34,7 @@
 Patch6:         zdiff.diff
 # PATCH FIX OPENSUSE BNC#799561 - zgrep silently fails on LZMA compressed files
 Patch7:         xz_lzma.patch
+Patch8:         reproducible.patch
 BuildRequires:  makeinfo
 BuildRequires:  xz
 Requires(post):        %{install_info_prereq}
@@ -55,6 +56,7 @@
 %patch4 -p1
 %patch6
 %patch7 -p1
+%patch8 -p1
 
 %build
 export CFLAGS="%{optflags} -fomit-frame-pointer \


++++++ reproducible.patch ++++++
Index: gzip-1.6/doc/gzip.texi
===================================================================
--- gzip-1.6.orig/doc/gzip.texi
+++ gzip-1.6/doc/gzip.texi
@@ -8,7 +8,7 @@
 @c %**end of header
 @copying
 This manual is for GNU Gzip
-(version @value{VERSION}, @value{UPDATED}),
+(version @value{VERSION}),
 and documents commands for compressing and decompressing data.
 
 Copyright @copyright{} 1998-1999, 2001-2002, 2006-2007, 2009-2013 Free Software
@@ -46,7 +46,6 @@ Free Documentation License''.
 @title GNU gzip
 @subtitle The data compression program
 @subtitle for Gzip version @value{VERSION}
-@subtitle @value{UPDATED}
 @author by Jean-loup Gailly
 
 @page

Reply via email to