Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package rash for openSUSE:Factory checked in 
at 2023-01-09 17:24:11
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rash (Old)
 and      /work/SRC/openSUSE:Factory/.rash.new.32243 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rash"

Mon Jan  9 17:24:11 2023 rev:3 rq:1057025 version:0.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/rash/rash.changes        2021-01-11 
17:17:41.528737481 +0100
+++ /work/SRC/openSUSE:Factory/.rash.new.32243/rash.changes     2023-01-09 
17:24:13.915304225 +0100
@@ -1,0 +2,5 @@
+Tue Dec 27 13:15:46 UTC 2022 - Ludwig Nussel <[email protected]>
+
+- Replace transitional %usrmerged macro with regular version check 
(boo#1206798)
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ rash.spec ++++++
--- /var/tmp/diff_new_pack.JcHALm/_old  2023-01-09 17:24:14.331306579 +0100
+++ /var/tmp/diff_new_pack.JcHALm/_new  2023-01-09 17:24:14.335306601 +0100
@@ -103,7 +103,7 @@
        EOF
 mkdir -p %{buildroot}%{_bindir}
 gcc %{optflags} -g3 -o %{buildroot}%{_bindir}/rash rash.c
-%if !0%{?usrmerged}
+%if 0%{?suse_version} < 1550
 mkdir -p %{buildroot}/bin
 ln -sf %{_bindir}/rash %{buildroot}/bin/rash
 %endif
@@ -124,7 +124,7 @@
 %defattr(-,root,root)
 %license LICENSE
 %doc README.rash */README.*
-%if !0%{?usrmerged}
+%if 0%{?suse_version} < 1550
 /bin/rash
 %endif
 %{_bindir}/rash

Reply via email to