- Make 'grep -F' avoid UTF-8 processing if the pattern contains no
multibyte characters (bug #133932).
This commit is contained in:
parent
0df661b4e5
commit
c1d7d02136
@ -1,7 +1,7 @@
|
|||||||
Summary: The GNU versions of grep pattern matching utilities.
|
Summary: The GNU versions of grep pattern matching utilities.
|
||||||
Name: grep
|
Name: grep
|
||||||
Version: 2.5.1
|
Version: 2.5.1
|
||||||
Release: 30
|
Release: 31
|
||||||
License: GPL
|
License: GPL
|
||||||
Group: Applications/Text
|
Group: Applications/Text
|
||||||
Source: ftp://ftp.gnu.org/pub/gnu/grep/grep-%{version}.tar.bz2
|
Source: ftp://ftp.gnu.org/pub/gnu/grep/grep-%{version}.tar.bz2
|
||||||
@ -81,6 +81,10 @@ fi
|
|||||||
%{_mandir}/*/*
|
%{_mandir}/*/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Oct 13 2004 Tim Waugh <twaugh@redhat.com> 2.5.1-31
|
||||||
|
- Make 'grep -F' avoid UTF-8 processing if the pattern contains no
|
||||||
|
multibyte characters (bug #133932).
|
||||||
|
|
||||||
* Mon Oct 11 2004 Tim Waugh <twaugh@redhat.com> 2.5.1-30
|
* Mon Oct 11 2004 Tim Waugh <twaugh@redhat.com> 2.5.1-30
|
||||||
- Applied patch from Robert Scheck to tidy spec file and add a URL
|
- Applied patch from Robert Scheck to tidy spec file and add a URL
|
||||||
tag (bug #135185).
|
tag (bug #135185).
|
||||||
|
Loading…
Reference in New Issue
Block a user