Hello community, here is the log from the commit of package gzip for openSUSE:Factory checked in at 2018-01-17 21:45:29 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/gzip (Old) and /work/SRC/openSUSE:Factory/.gzip.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gzip" Wed Jan 17 21:45:29 2018 rev:46 rq:563877 version:1.9 Changes: -------- --- /work/SRC/openSUSE:Factory/gzip/gzip.changes 2017-12-12 21:16:15.889847556 +0100 +++ /work/SRC/openSUSE:Factory/.gzip.new/gzip.changes 2018-01-17 21:45:31.279123087 +0100 @@ -1,0 +2,24 @@ +Fri Jan 12 15:29:22 UTC 2018 - [email protected] + +- license is GPL-3.0+ + +------------------------------------------------------------------- +Thu Jan 11 09:29:30 UTC 2018 - [email protected] + +- Update to 1.9 + * Fix suffix handling + * Fix bug when handling pack format while decompressing + * Fix time handling bug + * Improve exit code handling for shell scripts +- remove gzip-1.8-fix_unpack_EOB_check.patch as it is included + upstream now +- refresh manpage-no-date.patch +- spec file cleanups + +------------------------------------------------------------------- +Tue Jan 2 14:30:50 UTC 2018 - [email protected] + +- add gzip-1.8-deprecate_netstat.patch to get rid of deprecated + 'netstat -n' command in tests/init.sh script + +------------------------------------------------------------------- Old: ---- gzip-1.8-fix_unpack_EOB_check.patch gzip-1.8.tar.xz gzip-1.8.tar.xz.sig New: ---- gzip-1.8-deprecate_netstat.patch gzip-1.9.tar.xz gzip-1.9.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gzip.spec ++++++ --- /var/tmp/diff_new_pack.fDEvbx/_old 2018-01-17 21:45:32.267076843 +0100 +++ /var/tmp/diff_new_pack.fDEvbx/_new 2018-01-17 21:45:32.275076469 +0100 @@ -1,7 +1,7 @@ # # spec file for package gzip # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 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 @@ -18,10 +18,10 @@ %define _buildshell /bin/bash Name: gzip -Version: 1.8 +Version: 1.9 Release: 0 Summary: GNU Zip Compression Utilities -License: GPL-2.0+ +License: GPL-3.0+ Group: Productivity/Archiving/Compression Url: http://www.gnu.org/software/gzip/ Source: http://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.xz @@ -34,14 +34,14 @@ # PATCH FIX OPENSUSE BNC#799561 - zgrep silently fails on LZMA compressed files Patch7: xz_lzma.patch Patch8: manpage-no-date.patch -Patch9: gzip-1.8-fix_unpack_EOB_check.patch +# PATCH-FIX-UPSTREAM [email protected] -- remove deprecated 'netstat' command +Patch10: gzip-1.8-deprecate_netstat.patch BuildRequires: autoconf BuildRequires: automake BuildRequires: makeinfo BuildRequires: xz Requires(post): %{install_info_prereq} Requires(preun): %{install_info_prereq} -BuildRoot: %{_tmppath}/%{name}-%{version}-build %description Gzip reduces the size of the named files using Lempel-Ziv coding LZ77. @@ -57,7 +57,7 @@ %patch6 %patch7 -p1 %patch8 -p1 -%patch9 -p1 +%patch10 -p1 %build export CFLAGS="%{optflags} -fomit-frame-pointer \ @@ -112,7 +112,6 @@ %install_info_delete --info-dir=%{_infodir} %{_infodir}/%{name}.info%{ext_info} %files -%defattr(-, root, root) %doc README AUTHORS ChangeLog TODO NEWS THANKS #UsrMerge /bin/gunzip ++++++ gzip-1.8-deprecate_netstat.patch ++++++ Index: gzip-1.8/tests/init.sh =================================================================== --- gzip-1.8.orig/tests/init.sh +++ gzip-1.8/tests/init.sh @@ -525,7 +525,7 @@ rand_bytes_ () fi n_plus_50_=`expr $n_ + 50` - cmds_='date; date +%N; free; who -a; w; ps auxww; ps ef; netstat -n' + cmds_='date; date +%N; free; who -a; w; ps auxww; ps -ef' data_=` (eval "$cmds_") 2>&1 | gzip ` # Ensure that $data_ has length at least 50+$n_ ++++++ gzip-1.8.tar.xz -> gzip-1.9.tar.xz ++++++ ++++ 42534 lines of diff (skipped) ++++++ manpage-no-date.patch ++++++ --- /var/tmp/diff_new_pack.fDEvbx/_old 2018-01-17 21:45:32.903047075 +0100 +++ /var/tmp/diff_new_pack.fDEvbx/_new 2018-01-17 21:45:32.903047075 +0100 @@ -1,7 +1,7 @@ -Index: gzip-1.7/doc/gzip.texi +Index: gzip-1.9/doc/gzip.texi =================================================================== ---- gzip-1.7.orig/doc/gzip.texi -+++ gzip-1.7/doc/gzip.texi +--- gzip-1.9.orig/doc/gzip.texi ++++ gzip-1.9/doc/gzip.texi @@ -9,7 +9,7 @@ @c %**end of header @copying @@ -10,7 +10,7 @@ +(version @value{VERSION}), and documents commands for compressing and decompressing data. - Copyright @copyright{} 1998-1999, 2001-2002, 2006-2007, 2009-2016 Free Software + Copyright @copyright{} 1998-1999, 2001-2002, 2006-2007, 2009-2018 Free Software @@ -47,7 +47,6 @@ Free Documentation License''. @title GNU gzip @subtitle The data compression program
