Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package gzip for openSUSE:Factory checked in at 2023-01-07 17:15:43 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/gzip (Old) and /work/SRC/openSUSE:Factory/.gzip.new.1563 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gzip" Sat Jan 7 17:15:43 2023 rev:62 rq:1055860 version:1.12 Changes: -------- --- /work/SRC/openSUSE:Factory/gzip/gzip.changes 2022-05-01 18:53:17.587146509 +0200 +++ /work/SRC/openSUSE:Factory/.gzip.new.1563/gzip.changes 2023-01-07 17:15:47.452751543 +0100 @@ -1,0 +2,5 @@ +Tue Dec 27 12:26:05 UTC 2022 - Ludwig Nussel <lnus...@suse.com> + +- Replace transitional %usrmerged macro with regular version check (boo#1206798) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gzip.spec ++++++ --- /var/tmp/diff_new_pack.MpIFdY/_old 2023-01-07 17:15:48.288756531 +0100 +++ /var/tmp/diff_new_pack.MpIFdY/_new 2023-01-07 17:15:48.296756578 +0100 @@ -1,7 +1,7 @@ # # spec file for package gzip # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -107,7 +107,7 @@ %install %make_install -%if !0%{?usrmerged} +%if 0%{?suse_version} < 1550 mkdir -p %{buildroot}/bin ln -sf %{_bindir}/gzip %{_bindir}/gunzip %{_bindir}/zcat %{buildroot}/bin %endif @@ -123,7 +123,7 @@ %files %license COPYING %doc README AUTHORS ChangeLog TODO NEWS THANKS -%if !0%{?usrmerged} +%if 0%{?suse_version} < 1550 /bin/gunzip /bin/gzip /bin/zcat