Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package pigz for openSUSE:Factory checked in at 2021-02-11 12:45:36 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/pigz (Old) and /work/SRC/openSUSE:Factory/.pigz.new.28504 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "pigz" Thu Feb 11 12:45:36 2021 rev:15 rq:870195 version:2.6 Changes: -------- --- /work/SRC/openSUSE:Factory/pigz/pigz.changes 2020-08-14 09:29:37.620284576 +0200 +++ /work/SRC/openSUSE:Factory/.pigz.new.28504/pigz.changes 2021-02-11 12:45:58.277365171 +0100 @@ -1,0 +2,12 @@ +Sun Feb 7 23:27:13 UTC 2021 - Dirk M??ller <dmuel...@suse.com> + +- update to 2.6: + * Add --huffman/-H and --rle/U strategy options + * Fix issue when compiling for no threads + * Fail silently on a broken pipe + * Add --alias/-A option to set .zip name for stdin input + * Add --comment/-C option to add comment in .gz or .zip + * Several bug and behavior fixes +- drop fortify.patch: obsolete + +------------------------------------------------------------------- Old: ---- pigz-2.4.tar.gz New: ---- pigz-2.6.tar.gz pigz-2.6.tar.gz.asc pigz.keyring ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ pigz.spec ++++++ --- /var/tmp/diff_new_pack.YsXgAP/_old 2021-02-11 12:45:59.037366277 +0100 +++ /var/tmp/diff_new_pack.YsXgAP/_new 2021-02-11 12:45:59.045366289 +0100 @@ -1,7 +1,7 @@ # # spec file for package pigz # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,18 +12,20 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # Name: pigz -Version: 2.4 +Version: 2.6 Release: 0 Summary: Multi-core gzip version License: Zlib Group: Productivity/Archiving/Compression -URL: http://www.zlib.net/pigz/ -Source0: http://www.zlib.net/%{name}/%{name}-%{version}.tar.gz +URL: https://www.zlib.net/pigz/ +Source0: https://www.zlib.net/%{name}/%{name}-%{version}.tar.gz +Source1: https://www.zlib.net/%{name}/%{name}-%{version}-sig.txt#/%{name}-%{version}.tar.gz.asc +Source9: %{name}.keyring BuildRequires: zlib-devel %description @@ -31,12 +33,13 @@ %prep %setup -q +%autopatch -p1 %build -make %{?_smp_mflags} CFLAGS="%{optflags} -fexceptions" +%make_build CFLAGS="%{optflags}" %check -make tests %{?_smp_mflags} CFLAGS="%{optflags} -fexceptions" +%make_build tests CFLAGS="%{optflags}" %install install -Dpm 0755 pigz \ ++++++ pigz-2.4.tar.gz -> pigz-2.6.tar.gz ++++++ ++++ 5324 lines of diff (skipped)