Hello community,

here is the log from the commit of package grep for openSUSE:Factory checked in 
at 2014-01-07 06:53:36
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/grep (Old)
 and      /work/SRC/openSUSE:Factory/.grep.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "grep"

Changes:
--------
--- /work/SRC/openSUSE:Factory/grep/grep.changes        2013-12-24 
09:34:38.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.grep.new/grep.changes   2014-01-07 
06:53:38.000000000 +0100
@@ -1,0 +2,19 @@
+Sun Jan  5 14:01:24 UTC 2014 - [email protected]
+
+- update to 2.16
+  * Fix gnulib-provided maint.mk to report correct version number
+  * The fix to make \s and \S work with multi-byte white space
+    broke the use of each shortcut whenever followed by a repetition
+    operator. For example, \s*, \s+, \s? and \s{3} would all
+    malfunction in a multi-byte locale.
+  * The fix to make grep -P work better with UTF-8 made it possible
+    for grep to evoke a larger set of PCRE errors, some of which
+    could trigger an abort.  E.g., this would abort:
+    printf '\x82'|LC_ALL=en_US.UTF-8 grep -P y
+    Now grep handles arbitrary PCRE errors
+  * Handle very long lines (2GiB and longer) on systems with a
+    deficient read system call.
+- removed patches:
+  * grep-gnulib-ppc64le.patch, upstream source removed
+
+-------------------------------------------------------------------

Old:
----
  grep-2.15.tar.xz
  grep-2.15.tar.xz.sig
  grep-gnulib-ppc64le.patch

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

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

Other differences:
------------------
++++++ grep.spec ++++++
--- /var/tmp/diff_new_pack.Jtzm4P/_old  2014-01-07 06:53:39.000000000 +0100
+++ /var/tmp/diff_new_pack.Jtzm4P/_new  2014-01-07 06:53:39.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package grep
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -26,7 +26,7 @@
 Url:            http://www.gnu.org/software/grep/
 Provides:       base:/usr/bin/grep
 PreReq:         %{install_info_prereq}
-Version:        2.15
+Version:        2.16
 Release:        0
 Summary:        Print lines matching a pattern
 License:        GPL-3.0+
@@ -34,8 +34,6 @@
 Source0:        http://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.xz
 Source2:        http://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.xz.sig
 Source3:        
http://savannah.gnu.org/project/memberlist-gpgkeys.php?group=grep&download=1#/%{name}.keyring
-# Fix imported gnulib long double math tests for little-endian PowerPC
-Patch1:         grep-gnulib-ppc64le.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -45,7 +43,6 @@
 
 %prep
 %setup -q
-%patch1 -p1
 %if 0%{?suse_version} < 1120
 echo 
"ac_cv_search_pcre_compile=\${ac_cv_search_pcre_compile=%{_libdir}/libpcre.a}" 
>config.cache
 %endif

++++++ grep-2.15.tar.xz -> grep-2.16.tar.xz ++++++
++++ 71923 lines of diff (skipped)


-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to