Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package gawk for openSUSE:Factory checked in at 2023-01-07 17:15:40 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/gawk (Old) and /work/SRC/openSUSE:Factory/.gawk.new.1563 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gawk" Sat Jan 7 17:15:40 2023 rev:53 rq:1055310 version:5.2.1 Changes: -------- --- /work/SRC/openSUSE:Factory/gawk/gawk.changes 2022-11-27 12:52:43.351100191 +0100 +++ /work/SRC/openSUSE:Factory/.gawk.new.1563/gawk.changes 2023-01-07 17:15:44.480733813 +0100 @@ -1,0 +2,5 @@ +Tue Dec 27 10:37:54 UTC 2022 - Ludwig Nussel <lnus...@suse.com> + +- Replace transitional %usrmerged macro with regular version check (boo#1206798) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gawk.spec ++++++ --- /var/tmp/diff_new_pack.bPjIMA/_old 2023-01-07 17:15:45.016737010 +0100 +++ /var/tmp/diff_new_pack.bPjIMA/_new 2023-01-07 17:15:45.024737058 +0100 @@ -1,7 +1,7 @@ # # spec file for package gawk # -# 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 @@ -56,7 +56,7 @@ %install %make_install -%if !0%{?usrmerged} +%if 0%{?suse_version} < 1550 install -d -m 755 %{buildroot}/bin ln -s %{_bindir}/gawk %{buildroot}/bin/gawk ln -s %{_bindir}/gawk %{buildroot}/bin/awk @@ -71,7 +71,7 @@ %files -f %{name}.lang %config %{_sysconfdir}/profile.d/gawk.csh %config %{_sysconfdir}/profile.d/gawk.sh -%if !0%{?usrmerged} +%if 0%{?suse_version} < 1550 #UsrMerge /bin/awk /bin/gawk