Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package grep for openSUSE:Factory checked in at 2022-09-23 14:14:15 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/grep (Old) and /work/SRC/openSUSE:Factory/.grep.new.2275 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "grep" Fri Sep 23 14:14:15 2022 rev:85 rq:1004920 version:3.8 Changes: -------- --- /work/SRC/openSUSE:Factory/grep/grep.changes 2022-09-16 13:32:13.533246369 +0200 +++ /work/SRC/openSUSE:Factory/.grep.new.2275/grep.changes 2022-09-23 14:14:16.845849396 +0200 @@ -1,0 +2,5 @@ +Tue Sep 20 08:29:41 UTC 2022 - Andreas Schwab <[email protected]> + +- efgrep-warning.patch: remove warning from [ef]grep + +------------------------------------------------------------------- New: ---- efgrep-warning.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ grep.spec ++++++ --- /var/tmp/diff_new_pack.BIARA8/_old 2022-09-23 14:14:17.613851186 +0200 +++ /var/tmp/diff_new_pack.BIARA8/_new 2022-09-23 14:14:17.617851196 +0200 @@ -29,6 +29,7 @@ Source3: %{name}.keyring Source4: profile.sh Source5: %{name}-rpmlintrc +Patch0: efgrep-warning.patch BuildRequires: fdupes BuildRequires: glibc-locale BuildRequires: makeinfo ++++++ efgrep-warning.patch ++++++ Index: grep-3.8/src/egrep.sh =================================================================== --- grep-3.8.orig/src/egrep.sh +++ grep-3.8/src/egrep.sh @@ -1,4 +1,2 @@ #!@SHELL@ -cmd=${0##*/} -echo "$cmd: warning: $cmd is obsolescent; using @grep@ @option@" >&2 exec @grep@ @option@ "$@"
