Hello community,

here is the log from the commit of package grep for openSUSE:Factory checked in 
at 2016-11-03 11:12:22
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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        2016-04-30 
23:22:54.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.grep.new/grep.changes   2016-11-03 
11:12:23.000000000 +0100
@@ -1,0 +2,23 @@
+Fri Oct 28 13:01:39 UTC 2016 - [email protected]
+
+- grep 2.26:
+  * no longer omit output merely because it follows an output line
+    suppressed due to encoding errors
+  * In the Shift_JIS locale, no longer mistakenly match in the
+    middle of a multibyte character
+  * grep can be much faster now when standard output is /dev/null.
+  * grep -F is now typically much faster when many patterns are
+    given, as it now uses the Aho-Corasick algorithm instead of
+    the Commentz-Walter algorithm in that case.
+  * grep -iF is typically much faster in a multibyte locale, if
+    the pattern and its case counterparts contain only single byte
+    characters.
+  * grep with complicated expressions (e.g., back-references) and
+    without -i now uses the regex fastmap for better performance.
+  * In multibyte locales, grep now handles leading "." in patterns
+    more efficiently.
+  * grep now prints a "FILENAME:LINENO: " prefix when diagnosing
+    an invalid regular expression that was read from an 
+   '-f'-specified file.
+
+-------------------------------------------------------------------

Old:
----
  grep-2.25.tar.xz
  grep-2.25.tar.xz.sig

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

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

Other differences:
------------------
++++++ grep.spec ++++++
--- /var/tmp/diff_new_pack.obkAmb/_old  2016-11-03 11:12:25.000000000 +0100
+++ /var/tmp/diff_new_pack.obkAmb/_new  2016-11-03 11:12:25.000000000 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           grep
-Version:        2.25
+Version:        2.26
 Release:        0
 Summary:        Print lines matching a pattern
 License:        GPL-3.0+
@@ -51,7 +51,7 @@
 %endif
 
 %build
-%global optflags %optflags -fPIE
+%global optflags %{optflags} -fPIE
 export LDFLAGS="-pie"
 %if 0%{?suse_version} < 1120
 %configure -C --bindir=/bin --disable-silent-rules
@@ -66,7 +66,7 @@
 make check VERBOSE=1 %{?_smp_mflags}
 
 %install
-make DESTDIR=%{buildroot} install %{?_smp_mflags}
+make %{?_smp_mflags} DESTDIR=%{buildroot} install
 %if 0%{?suse_version} < 1120
 install -d %{buildroot}%{_bindir}
 ln -sf ../../bin/egrep %{buildroot}%{_bindir}/egrep
@@ -101,7 +101,7 @@
 #EndUsrMerge
 %endif
 %{_bindir}/*
-%{_mandir}/man1/*.gz
-%{_infodir}/*.gz
+%{_mandir}/man1/*%{ext_man}
+%{_infodir}/*%{ext_info}
 
 %changelog

++++++ grep-2.25.tar.xz -> grep-2.26.tar.xz ++++++
++++ 44799 lines of diff (skipped)



Reply via email to