Hello community,

here is the log from the commit of package grep for openSUSE:Factory checked in 
at 2020-02-15 22:21:00
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/grep (Old)
 and      /work/SRC/openSUSE:Factory/.grep.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "grep"

Sat Feb 15 22:21:00 2020 rev:72 rq:766067 version:3.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/grep/grep.changes        2019-09-26 
20:35:21.323484961 +0200
+++ /work/SRC/openSUSE:Factory/.grep.new.26092/grep.changes     2020-02-15 
22:21:11.511172551 +0100
@@ -1,0 +2,18 @@
+Tue Jan 21 10:57:16 UTC 2020 - Andreas Schwab <sch...@suse.de>
+
+- Switch back to system regex to avoid undefined behaviour
+
+-------------------------------------------------------------------
+Sun Jan  5 10:59:44 UTC 2020 - Andreas Stieger <andreas.stie...@gmx.de>
+
+- grep 3.4:
+  * new --no-ignore-case option causes grep to observe case
+    distinctions, overriding any previous -i (--ignore-case) option
+  * '.' no longer matches some invalid byte sequences in UTF-8 locales
+  * grep -Fw can no longer false match in non-UTF-8 multibyte locales
+  * The exit status of 'grep -L' is no longer incorrect when standard
+    output is /dev/null
+  * fix some performance bugs
+- drop test-pcre-jitstack.diff
+
+-------------------------------------------------------------------

Old:
----
  grep-3.3.tar.xz
  grep-3.3.tar.xz.sig
  test-pcre-jitstack.diff

New:
----
  grep-3.4.tar.xz
  grep-3.4.tar.xz.sig

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

Other differences:
------------------
++++++ grep.spec ++++++
--- /var/tmp/diff_new_pack.694d5g/_old  2020-02-15 22:21:12.687173186 +0100
+++ /var/tmp/diff_new_pack.694d5g/_new  2020-02-15 22:21:12.691173189 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package grep
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,16 +17,15 @@
 
 
 Name:           grep
-Version:        3.3
+Version:        3.4
 Release:        0
 Summary:        Print lines matching a pattern
 License:        GPL-3.0-or-later
 Group:          Productivity/Text/Utilities
-Url:            https://www.gnu.org/software/grep/
+URL:            https://www.gnu.org/software/grep/
 Source0:        https://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.xz
 Source2:        https://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.xz.sig
 Source3:        
https://savannah.gnu.org/project/memberlist-gpgkeys.php?group=grep&download=1#/%{name}.keyring
-Patch0:         test-pcre-jitstack.diff
 BuildRequires:  fdupes
 BuildRequires:  makeinfo
 BuildRequires:  pcre-devel
@@ -42,11 +41,11 @@
 
 %prep
 %setup -q
-%patch0 -p1
 
 %build
 %configure \
   --disable-silent-rules \
+  --without-included-regex \
   %{nil}
 %if 0%{?do_profiling}
   make %{?_smp_mflags} CFLAGS="%{optflags} %{cflags_profile_generate} 
-fno-profile-values"

++++++ grep-3.3.tar.xz -> grep-3.4.tar.xz ++++++
++++ 85831 lines of diff (skipped)



Reply via email to