Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package perl for openSUSE:Factory checked in 
at 2023-01-18 13:08:40
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl (Old)
 and      /work/SRC/openSUSE:Factory/.perl.new.32243 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl"

Wed Jan 18 13:08:40 2023 rev:128 rq:1057735 version:5.36.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl/perl.changes        2022-07-31 
23:00:12.459563385 +0200
+++ /work/SRC/openSUSE:Factory/.perl.new.32243/perl.changes     2023-01-18 
13:08:43.772094334 +0100
@@ -1,0 +2,5 @@
+Wed Jan 11 08:00:20 UTC 2023 - Dominique Leuenberger <dims...@opensuse.org>
+
+- Replace usage of deprecated fgrep with grep -F.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ perl.spec ++++++
--- /var/tmp/diff_new_pack.2jg1L4/_old  2023-01-18 13:08:44.772100074 +0100
+++ /var/tmp/diff_new_pack.2jg1L4/_new  2023-01-18 13:08:44.776100097 +0100
@@ -1,7 +1,7 @@
 #
 # spec file
 #
-# 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
@@ -255,7 +255,7 @@
 # install macros.perl file
 install -D -m 644 %{SOURCE2} %{buildroot}%{_rpmconfigdir}/macros.d/macros.perl
 pushd %{_includedir}
-( rpm -ql glibc-devel | fgrep '.h'
+( rpm -ql glibc-devel | grep -F '.h'
   find %{_includedir}/asm/ -name \*.h
   find %{_includedir}/asm-generic -name \*.h
   find %{_includedir}/linux -name \*.h

Reply via email to