rpms/grep/devel grep.spec,1.63,1.64

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Wed Nov 22 19:36:19 UTC 2006


Author: twaugh

Update of /cvs/dist/rpms/grep/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv23463

Modified Files:
	grep.spec 
Log Message:
* Wed Nov 22 2006 Tim Waugh <twaugh at redhat.com> 2.5.1-56
- Fixed count of patterns when the last is an empty string (bug #204255).
- Resolves: rhbz#204255



Index: grep.spec
===================================================================
RCS file: /cvs/dist/rpms/grep/devel/grep.spec,v
retrieving revision 1.63
retrieving revision 1.64
diff -u -r1.63 -r1.64
--- grep.spec	22 Nov 2006 14:55:12 -0000	1.63
+++ grep.spec	22 Nov 2006 19:36:17 -0000	1.64
@@ -1,7 +1,7 @@
 Summary: The GNU versions of grep pattern matching utilities.
 Name: grep
 Version: 2.5.1
-Release: 55%{?dist}
+Release: 56%{?dist}
 License: GPL
 Group: Applications/Text
 Source: ftp://ftp.gnu.org/pub/gnu/grep/grep-%{version}a.tar.bz2
@@ -19,6 +19,7 @@
 Patch13: grep-2.5.1-w.patch
 Patch14: grep-P.patch
 Patch15: grep-mem-exhausted.patch
+Patch16: grep-empty-pattern.patch
 URL: http://www.gnu.org/software/grep/
 Prereq: /sbin/install-info
 Buildroot: %{_tmppath}/%{name}-%{version}-root
@@ -49,6 +50,7 @@
 %patch13 -p1 -b .w
 %patch14 -p1 -b .P
 %patch15 -p1 -b .mem-exhausted
+%patch16 -p1 -b .empty-pattern
 chmod a+x tests/fmbtest.sh
 
 %build
@@ -98,6 +100,9 @@
 %{_mandir}/*/*
 
 %changelog
+* Wed Nov 22 2006 Tim Waugh <twaugh at redhat.com> 2.5.1-56
+- Fixed count of patterns when the last is an empty string (bug #204255).
+
 * Wed Nov 22 2006 Tim Waugh <twaugh at redhat.com> 2.5.1-55
 - Fix 'memory exhausted' errors by limiting in-memory buffer (bug #198165).
 




More information about the fedora-cvs-commits mailing list