Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package mawk for openSUSE:Factory checked in 
at 2023-01-04 17:53:07
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/mawk (Old)
 and      /work/SRC/openSUSE:Factory/.mawk.new.1563 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "mawk"

Wed Jan  4 17:53:07 2023 rev:23 rq:1055728 version:1.3.4.20200120

Changes:
--------
--- /work/SRC/openSUSE:Factory/mawk/mawk.changes        2021-09-28 
19:17:37.208261029 +0200
+++ /work/SRC/openSUSE:Factory/.mawk.new.1563/mawk.changes      2023-01-04 
17:53:19.554437361 +0100
@@ -1,0 +2,5 @@
+Tue Dec 27 13:10:01 UTC 2022 - Ludwig Nussel <[email protected]>
+
+- Replace transitional %usrmerged macro with regular version check 
(boo#1206798)
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ mawk.spec ++++++
--- /var/tmp/diff_new_pack.S9erdT/_old  2023-01-04 17:53:20.294441722 +0100
+++ /var/tmp/diff_new_pack.S9erdT/_new  2023-01-04 17:53:20.302441770 +0100
@@ -54,7 +54,7 @@
 %install
 %make_install
 
-%if !0%{?usrmerged}
+%if 0%{?suse_version} < 1550
 # compatibility symlink
 install -d -m 755 %{buildroot}/bin
 ln -s %{_bindir}/mawk %{buildroot}/bin/mawk
@@ -68,7 +68,7 @@
 %doc ACKNOWLEDGMENT CHANGES README examples/
 %{_bindir}/mawk
 %{_mandir}/man1/mawk.1%{?ext_man}
-%if !0%{?usrmerged}
+%if 0%{?suse_version} < 1550
 /bin/mawk
 %endif
 

Reply via email to