Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package grep for openSUSE:Factory checked in at 2024-04-12 17:33:38 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/grep (Old) and /work/SRC/openSUSE:Factory/.grep.new.26366 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "grep" Fri Apr 12 17:33:38 2024 rev:91 rq:1166714 version:3.11 Changes: -------- --- /work/SRC/openSUSE:Factory/grep/grep.changes 2023-09-07 21:12:01.375765115 +0200 +++ /work/SRC/openSUSE:Factory/.grep.new.26366/grep.changes 2024-04-12 17:33:46.345514640 +0200 @@ -1,0 +2,5 @@ +Wed Apr 10 20:20:08 UTC 2024 - Dirk Müller <[email protected]> + +- restore texinfo macros for SLE15 + +------------------------------------------------------------------- @@ -54 +59 @@ -- GNU grep 3.8: +- GNU grep 3.8 (jsc#PED-6579): @@ -88 +93 @@ -- Make profiling deterministic (bsc#1040589) +- Make profiling deterministic (bsc#1040589, SLE-24115) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ grep.spec ++++++ --- /var/tmp/diff_new_pack.CkET9Q/_old 2024-04-12 17:33:47.001538800 +0200 +++ /var/tmp/diff_new_pack.CkET9Q/_new 2024-04-12 17:33:47.001538800 +0200 @@ -1,7 +1,7 @@ # # spec file for package grep # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -34,6 +34,10 @@ BuildRequires: glibc-locale BuildRequires: makeinfo BuildRequires: pkgconfig(libpcre2-8) +%if 0%{?suse_version} < 1550 +Requires(pre): %{install_info_prereq} +Requires(preun): %{install_info_prereq} +%endif Provides: base:%{_bindir}/grep %description @@ -80,6 +84,14 @@ %fdupes -s %{buildroot} %find_lang %{name} +%if 0%{?suse_version} < 1550 +%post +%install_info --info-dir=%{_infodir} %{_infodir}/grep.info%{ext_info} + +%preun +%install_info_delete --info-dir=%{_infodir} %{_infodir}/grep.info%{ext_info} +%endif + %files %license COPYING %doc README AUTHORS NEWS THANKS TODO ChangeLog*
