Hello community,

here is the log from the commit of package gzip for openSUSE:Factory checked in 
at 2016-04-05 10:39:47
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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        2016-03-26 
15:07:44.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.gzip.new/gzip.changes   2016-04-05 
10:39:48.000000000 +0200
@@ -1,0 +2,19 @@
+Tue Mar 29 07:45:50 UTC 2016 - [email protected]
+
+- Version update to release 1.7:
+  * gzip now accepts the --synchronous option
+  * gzip now accepts the --rsyncable option
+  * The GZIP environment variable is now obsolescent
+  * Installed programs like 'zgrep' now use the PATH environment variable as
+    usual to find subsidiary programs like 'gzip' and 'grep'
+- Remove obsolete patch tempfile.diff
+- Remove upstreamed patch gzip-rsyncable.diff
+- Rebase manpage-no-date.patch to apply to 1.7 version
+
+-------------------------------------------------------------------
+Tue Mar 29 07:42:10 UTC 2016 - [email protected]
+
+- Rename reproducible.patch to something actually explanatory:
+  * manpage-no-date.patch
+
+-------------------------------------------------------------------

Old:
----
  gzip-1.6.tar.xz
  gzip-1.6.tar.xz.sig
  gzip-rsyncable.diff
  reproducible.patch
  tempfile.diff

New:
----
  gzip-1.7.tar.xz
  gzip-1.7.tar.xz.sig
  manpage-no-date.patch

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

Other differences:
------------------
++++++ gzip.spec ++++++
--- /var/tmp/diff_new_pack.XoM1eg/_old  2016-04-05 10:39:49.000000000 +0200
+++ /var/tmp/diff_new_pack.XoM1eg/_new  2016-04-05 10:39:49.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           gzip
-Version:        1.6
+Version:        1.7
 Release:        0
 Summary:        GNU Zip Compression Utilities
 License:        GPL-2.0+
@@ -27,14 +27,12 @@
 Source2:        http://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.xz.sig
 Source3:        %{name}.keyring
 Patch0:         zgrep.diff
-Patch1:         tempfile.diff
 Patch2:         zmore.diff
 Patch3:         non-exec-stack.diff
-Patch4:         
http://rsync.samba.org/ftp/unpacked/rsync/patches/gzip-rsyncable.diff
 Patch6:         zdiff.diff
 # PATCH FIX OPENSUSE BNC#799561 - zgrep silently fails on LZMA compressed files
 Patch7:         xz_lzma.patch
-Patch8:         reproducible.patch
+Patch8:         manpage-no-date.patch
 BuildRequires:  makeinfo
 BuildRequires:  xz
 Requires(post):        %{install_info_prereq}
@@ -47,13 +45,10 @@
 times.
 
 %prep
-%{?gpg_verify: %gpg_verify %{SOURCE2}}
 %setup -q
 %patch0
-%patch1
 %patch2 -p1
 %patch3
-%patch4 -p1
 %patch6
 %patch7 -p1
 %patch8 -p1
@@ -69,7 +64,7 @@
 {
   tmpfile=$(mktemp)
   trap "rm -f $tmpfile $tmpfile.gz" EXIT
-  tar -cf $tmpfile /usr || true
+  tar -cf $tmpfile %{_prefix} || true
   time ./gzip $tmpfile
   time ./gzip -d < $tmpfile.gz > /dev/null
 }
@@ -94,7 +89,7 @@
 done
 
 %install
-make DESTDIR=%{buildroot} install %{?_smp_mflags}
+make %{?_smp_mflags} DESTDIR=%{buildroot} install
 #UsrMerge
 mkdir -p %{buildroot}/bin
 ln -sf %{_bindir}/gzip %{_bindir}/gunzip %{_bindir}/zcat %{buildroot}/bin
@@ -109,13 +104,13 @@
 #EndUsrMerge
 %{_bindir}/*
 %doc README AUTHORS ChangeLog TODO NEWS THANKS
-%doc %{_infodir}/*.gz
-%doc %{_mandir}/man*/*.gz
+%{_infodir}/*.*
+%{_mandir}/man*/*.*
 
 %post
 %install_info --info-dir=%{_infodir} %{_infodir}/%{name}.info.gz
 
-%postun
+%preun
 %install_info_delete --info-dir=%{_infodir} %{_infodir}/%{name}.info.gz
 
 %changelog

++++++ gzip-1.6.tar.xz -> gzip-1.7.tar.xz ++++++
++++ 44599 lines of diff (skipped)

++++++ manpage-no-date.patch ++++++
Index: gzip-1.7/doc/gzip.texi
===================================================================
--- gzip-1.7.orig/doc/gzip.texi
+++ gzip-1.7/doc/gzip.texi
@@ -9,7 +9,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-2016 Free Software
@@ -47,7 +47,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