rpms/grep/devel grep-2.5.1-egf-speedup.patch, 1.14, 1.15 grep.spec, 1.52, 1.53

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Tue Jun 28 21:02:34 UTC 2005


Author: twaugh

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

Modified Files:
	grep-2.5.1-egf-speedup.patch grep.spec 
Log Message:
* Tue Jun 28 2005 Tim Waugh <twaugh at redhat.com> 2.5.1-50
- Futher fixing for bug #161700.


grep-2.5.1-egf-speedup.patch:
 search.c |  655 ++++++++++++++++++++++++++++++++++++++++++++++++++-------------
 1 files changed, 525 insertions(+), 130 deletions(-)

Index: grep-2.5.1-egf-speedup.patch
===================================================================
RCS file: /cvs/dist/rpms/grep/devel/grep-2.5.1-egf-speedup.patch,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- grep-2.5.1-egf-speedup.patch	27 Jun 2005 11:16:55 -0000	1.14
+++ grep-2.5.1-egf-speedup.patch	28 Jun 2005 21:01:56 -0000	1.15
@@ -639,7 +639,7 @@
 -	    else
 -	      goto success;
 -	  }
-+		  if (!WCHAR ((unsigned char) beg[-1]))
++		  if (WCHAR ((unsigned char) beg[-1]))
 +		    goto next_char;
 +		}
 +#ifdef MBS_SUPPORT


Index: grep.spec
===================================================================
RCS file: /cvs/dist/rpms/grep/devel/grep.spec,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -r1.52 -r1.53
--- grep.spec	27 Jun 2005 11:17:40 -0000	1.52
+++ grep.spec	28 Jun 2005 21:01:56 -0000	1.53
@@ -1,7 +1,7 @@
 Summary: The GNU versions of grep pattern matching utilities.
 Name: grep
 Version: 2.5.1
-Release: 49
+Release: 50
 License: GPL
 Group: Applications/Text
 Source: ftp://ftp.gnu.org/pub/gnu/grep/grep-%{version}a.tar.bz2
@@ -92,6 +92,9 @@
 %{_mandir}/*/*
 
 %changelog
+* Tue Jun 28 2005 Tim Waugh <twaugh at redhat.com> 2.5.1-50
+- Futher fixing for bug #161700.
+
 * Mon Jun 27 2005 Tim Waugh <twaugh at redhat.com> 2.5.1-49
 - Fix 'grep -Fw' for encodings other than UTF-8 (bug #161700).
 




More information about the fedora-cvs-commits mailing list