Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package grep for openSUSE:Factory checked in at 2023-01-07 17:15:39 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/grep (Old) and /work/SRC/openSUSE:Factory/.grep.new.1563 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "grep" Sat Jan 7 17:15:39 2023 rev:86 rq:1055273 version:3.8 Changes: -------- --- /work/SRC/openSUSE:Factory/grep/grep.changes 2022-09-23 14:14:16.845849396 +0200 +++ /work/SRC/openSUSE:Factory/.grep.new.1563/grep.changes 2023-01-07 17:15:43.444727632 +0100 @@ -1,0 +2,5 @@ +Tue Dec 27 12:25:45 UTC 2022 - Ludwig Nussel <lnus...@suse.com> + +- Replace transitional %usrmerged macro with regular version check (boo#1206798) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ grep.spec ++++++ --- /var/tmp/diff_new_pack.363gQ8/_old 2023-01-07 17:15:44.060731307 +0100 +++ /var/tmp/diff_new_pack.363gQ8/_new 2023-01-07 17:15:44.064731331 +0100 @@ -1,7 +1,7 @@ # # spec file for package grep # -# 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 @@ -71,7 +71,7 @@ %install %make_install -%if !0%{?usrmerged} +%if 0%{?suse_version} < 1550 install -d %{buildroot}/bin ln -sf %{_bindir}/egrep %{buildroot}/bin/egrep ln -sf %{_bindir}/fgrep %{buildroot}/bin/fgrep @@ -83,7 +83,7 @@ %files %license COPYING %doc README AUTHORS NEWS THANKS TODO ChangeLog* -%if !0%{?usrmerged} +%if 0%{?suse_version} < 1550 /bin/egrep /bin/fgrep /bin/grep