Hello community,

here is the log from the commit of package grep for openSUSE:12.2 checked in at 
2012-07-09 07:57:45
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:12.2/grep (Old)
 and      /work/SRC/openSUSE:12.2/.grep.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "grep", Maintainer is "jsm...@suse.com"

Changes:
--------
--- /work/SRC/openSUSE:12.2/grep/grep.changes   2012-06-25 15:34:42.000000000 
+0200
+++ /work/SRC/openSUSE:12.2/.grep.new/grep.changes      2012-07-09 
07:57:49.000000000 +0200
@@ -1,0 +2,28 @@
+Thu Jul  5 11:27:21 CEST 2012 - jsm...@suse.de
+
+- Update to 2.13:
+  It's moderately important to upgrade from grep-2.6 or newer,
+  since a Turkish I-with-dot (U+0130) on a matched/printed line
+  makes "grep -i" (in nearly any UTF-8 locale) emit corrupt output.
+  Bug fixes:
+  * grep -i, in a multi-byte locale, when matching a line
+    containing a character like the UTF-8 Turkish I-with-dot
+    (U+0130) (whose lower-case representation occupies fewer
+    bytes), would print an incomplete output line. Similarly,
+    with a matched line containing a character (e.g., the Latin
+    capital I in a Turkish UTF-8 locale), where the lower-case
+    representation occupies more bytes, grep could print garbage.
+    [bug introduced in grep-2.6]
+  * --include and --exclude can again be combined, and again
+    apply to the command line, e.g., "grep --include='*.[ch]'
+    --exclude='system.h' PATTERN *" again reads all *.c
+    and *.h files except for system.h.
+    [bug introduced in grep-2.6]
+  New features:
+  * 'grep' without -z now treats a sparse file as binary,
+    if it can easily determine that the file is sparse.
+  Dropped features:
+  * Bootstrapping with Makefile.boot has been broken since
+    grep 2.6, and was removed.
+
+-------------------------------------------------------------------

Old:
----
  grep-2.12.tar.bz2

New:
----
  grep-2.13.tar.bz2

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

Other differences:
------------------
++++++ grep.spec ++++++
--- /var/tmp/diff_new_pack.MluveT/_old  2012-07-09 07:57:49.000000000 +0200
+++ /var/tmp/diff_new_pack.MluveT/_new  2012-07-09 07:57:49.000000000 +0200
@@ -25,12 +25,24 @@
 Url:            http://www.gnu.org/software/grep/
 Provides:       base:/usr/bin/grep
 PreReq:         %{install_info_prereq}
-Version:        2.12
+Version:        2.13
 Release:        0
 Summary:        Print lines matching a pattern
 License:        GPL-3.0+
 Group:          Productivity/Text/Utilities
-Source:         grep-%{version}.tar.bz2
+# URL for Source0: http://ftp.gnu.org/gnu/grep/grep-2.13.tar.xz
+# URL for the GPG signature for Source0: 
http://ftp.gnu.org/gnu/grep/grep-2.13.tar.xz.sig
+# How to verify Source0:
+# To import the required public key run: gpg --keyserver keys.gnupg.net 
--recv-keys 7FD9FCCB000BEEEE
+# To verify Source0 run: gpg --verify grep-2.13.tar.xz.sig
+# The result should look like:
+#   gpg: Good signature from "Jim Meyering <j...@meyering.net>"
+#   gpg: WARNING: This key is not certified with a trusted signature!
+# In the openSUSE build service SLE_11_SP1 does not provide an "xz" package
+# so that "BuildRequires: xz" cannot be used to make it work with Source0 as 
is.
+# Therefore to decompress Source0 run: xz -d grep-2.13.tar.xz
+# and then to compress it again run: bzip2 grep-2.13.tar
+Source0:        grep-%{version}.tar.bz2
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -48,7 +60,6 @@
 %ifarch ppc ppc64
 export CFLAGS="$RPM_OPT_FLAGS -mlong-double-64"
 %endif
-
 %if 0%{?suse_version} < 1120
 %configure -C --bindir=/bin --disable-silent-rules --without-included-regex
 %else

++++++ grep-2.12.tar.bz2 -> grep-2.13.tar.bz2 ++++++
++++ 32572 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to