Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package gzip for openSUSE:Factory checked in at 2022-02-15 23:56:57 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/gzip (Old) and /work/SRC/openSUSE:Factory/.gzip.new.1956 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gzip" Tue Feb 15 23:56:57 2022 rev:59 rq:954184 version:1.11 Changes: -------- --- /work/SRC/openSUSE:Factory/gzip/gzip.changes 2021-09-20 23:31:43.591067827 +0200 +++ /work/SRC/openSUSE:Factory/.gzip.new.1956/gzip.changes 2022-02-15 23:56:58.388161630 +0100 @@ -1,0 +2,6 @@ +Sun Jan 30 23:02:42 UTC 2022 - Dirk M??ller <dmuel...@suse.com> + +- add conflicts/provides for alternative(gzip) +- modernize spec file + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gzip.spec ++++++ --- /var/tmp/diff_new_pack.fRPSlN/_old 2022-02-15 23:56:58.880162989 +0100 +++ /var/tmp/diff_new_pack.fRPSlN/_new 2022-02-15 23:56:58.888163011 +0100 @@ -1,7 +1,7 @@ # # spec file for package gzip # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -23,9 +23,9 @@ Summary: GNU Zip Compression Utilities License: GPL-3.0-or-later Group: Productivity/Archiving/Compression -URL: http://www.gnu.org/software/gzip/ -Source: http://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.xz -Source2: http://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.xz.sig +URL: https://www.gnu.org/software/gzip/ +Source: https://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.xz +Source2: https://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.xz.sig Source3: %{name}.keyring Patch0: zgrep.diff Patch2: zmore.diff @@ -40,6 +40,8 @@ BuildRequires: xz Requires(post): %{install_info_prereq} Requires(preun):%{install_info_prereq} +Conflicts: alternative(gzip) +Provides: alternative(gzip) %description Gzip reduces the size of the named files using Lempel-Ziv coding LZ77. @@ -84,12 +86,12 @@ time ./gzip -d < $tmpfile.gz > /dev/null } %if %{do_profiling} -make %{?_smp_mflags} CFLAGS="$CFLAGS -fprofile-generate" LDFLAGS="-pie" +%make_build CFLAGS="$CFLAGS -fprofile-generate" LDFLAGS="-pie" profile_gzip -make clean %{?_smp_mflags} -make %{?_smp_mflags} CFLAGS="$CFLAGS -fprofile-use" LDFLAGS="-pie" +%make_build clean +%make_build CFLAGS="$CFLAGS -fprofile-use" LDFLAGS="-pie" %else -make %{?_smp_mflags} LDFLAGS="-pie" +%make_build LDFLAGS="-pie" %endif %check