Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package sed for openSUSE:Factory checked in at 2023-01-07 17:15:47 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/sed (Old) and /work/SRC/openSUSE:Factory/.sed.new.1563 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "sed" Sat Jan 7 17:15:47 2023 rev:38 rq:1056135 version:4.9 Changes: -------- --- /work/SRC/openSUSE:Factory/sed/sed.changes 2022-11-14 14:28:43.594888326 +0100 +++ /work/SRC/openSUSE:Factory/.sed.new.1563/sed.changes 2023-01-07 17:15:55.500799557 +0100 @@ -1,0 +2,5 @@ +Tue Dec 27 13:20:23 UTC 2022 - Ludwig Nussel <[email protected]> + +- Replace transitional %usrmerged macro with regular version check (boo#1206798) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ sed.spec ++++++ --- /var/tmp/diff_new_pack.PduhLx/_old 2023-01-07 17:15:56.080803017 +0100 +++ /var/tmp/diff_new_pack.PduhLx/_new 2023-01-07 17:15:56.084803040 +0100 @@ -51,7 +51,7 @@ %install %make_install -%if !0%{?usrmerged} +%if 0%{?suse_version} < 1550 mkdir -p %{buildroot}/bin ln -s %{_bindir}/sed %{buildroot}/bin/sed %endif @@ -63,7 +63,7 @@ %files %license COPYING* %doc AUTHORS BUGS NEWS README* THANKS -%if !0%{?usrmerged} +%if 0%{?suse_version} < 1550 /bin/sed %endif %{_bindir}/sed
