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-16 13:31:57 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/grep (Old) and /work/SRC/openSUSE:Factory/.grep.new.2083 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "grep" Fri Sep 16 13:31:57 2022 rev:84 rq:1001674 version:3.8 Changes: -------- --- /work/SRC/openSUSE:Factory/grep/grep.changes 2022-08-13 22:36:31.022622006 +0200 +++ /work/SRC/openSUSE:Factory/.grep.new.2083/grep.changes 2022-09-16 13:32:13.533246369 +0200 @@ -1,0 +2,19 @@ +Sun Sep 4 10:13:04 UTC 2022 - Andreas Stieger <andreas.stie...@gmx.de> + +- GNU grep 3.8: + * The -P option is now based on PCRE2 instead of the older PCRE + (boo#1201803) + * egrep and fgrep commands, deprecated since release 2.5.3 (2007), now + warn that they are obsolescent and should be replaced by grep -E and + grep -F + * The confusing GREP_COLOR environment variable is now obsolescent + * Regular expressions with stray backslashes now cause warnings + * Regular expressions like [:space:] are now errors even if + POSIXLY_CORRECT is set, since POSIX now allows the GNU behavior + * In locales using UTF-8 encoding, the regular expression '.' no + longer sometimes fails to match Unicode characters + * The -s option no longer suppresses "binary file matches" + messages. +- doc: fix man page syntax errors (bsc#1201001) + +------------------------------------------------------------------- Old: ---- grep-3.7.tar.xz grep-3.7.tar.xz.sig New: ---- grep-3.8.tar.xz grep-3.8.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ grep.spec ++++++ --- /var/tmp/diff_new_pack.mUVH1t/_old 2022-09-16 13:32:14.041248010 +0200 +++ /var/tmp/diff_new_pack.mUVH1t/_new 2022-09-16 13:32:14.049248036 +0200 @@ -17,7 +17,7 @@ Name: grep -Version: 3.7 +Version: 3.8 Release: 0 Summary: Print lines matching a pattern License: GPL-3.0-or-later @@ -32,7 +32,7 @@ BuildRequires: fdupes BuildRequires: glibc-locale BuildRequires: makeinfo -BuildRequires: pcre-devel +BuildRequires: pkgconfig(libpcre2-8) Provides: base:%{_bindir}/grep %description @@ -90,8 +90,6 @@ %{_bindir}/egrep %{_bindir}/fgrep %{_bindir}/grep -%{_mandir}/man1/egrep.1%{?ext_man} -%{_mandir}/man1/fgrep.1%{?ext_man} %{_mandir}/man1/grep.1%{?ext_man} %{_infodir}/grep.info%{?ext_info} ++++++ grep-3.7.tar.xz -> grep-3.8.tar.xz ++++++ ++++ 101618 lines of diff (skipped)