auto-import changelog data from grep-2.5.1-7.6.src.rpm

Fri Nov 21 2003 Tim Waugh <twaugh@redhat.com> 2.5.1-7.6
- Fixed man page (bug #106267).
- Fixed another three multibyte efficiency bugs.
- Fixed debuginfo package.
Thu Jun 26 2003 Tim Waugh <twaugh@redhat.com> 2.5.1-7.5
- Fixed grep -i bug introduced by cache.
Mon Jun 23 2003 Tim Waugh <twaugh@redhat.com> 2.5.1-7.4
- Redo the gofast patch (bug #97785).
Thu Jun 12 2003 Tim Waugh <twaugh@redhat.com> 2.5.1-7.3
- Fixed a bug in the gofast patch (bug #97226).
Tue Jun 10 2003 Tim Waugh <twaugh@redhat.com> 2.5.1-7.2
- Go faster (bug #69900).
Thu May 29 2003 Tim Waugh <twaugh@redhat.com> 2.5.1-7.1
- Go fast (bug #69900).
This commit is contained in:
cvsdist 2004-09-09 05:53:00 +00:00
parent 732ac981c4
commit e798d0b9c0
2 changed files with 46 additions and 3 deletions

19
grep-2.5.1-manpage.patch Normal file
View File

@ -0,0 +1,19 @@
--- grep-2.5.1/doc/grep.1.manpage 2002-01-22 13:20:04.000000000 +0000
+++ grep-2.5.1/doc/grep.1 2003-10-08 09:37:32.000000000 +0100
@@ -191,6 +191,7 @@
.I PATTERN
as a list of fixed strings, separated by newlines,
any of which is to be matched.
+.TP
.BR \-P ", " \-\^\-perl-regexp
Interpret
.I PATTERN
@@ -302,7 +303,7 @@
This is especially useful for tools like zgrep, e.g.
.B "gzip -cd foo.gz |grep --label=foo something"
.TP
-.BR \-\^\-line-buffering
+.BR \-\^\-line-buffered
Use line buffering, it can be a performance penality.
.TP
.BR \-q ", " \-\^\-quiet ", " \-\^\-silent

View File

@ -1,5 +1,5 @@
%define beta %nil
%define rel 7
%define rel 7.6
Summary: The GNU versions of grep pattern matching utilities.
Name: grep
Version: 2.5.1
@ -13,6 +13,8 @@ Group: Applications/Text
Source: ftp://ftp.gnu.org/pub/gnu/grep/grep-%{version}%{beta}.tar.bz2
Patch0: grep-2.5.1-oi.patch
Patch1: grep-2.5-i18n.patch
Patch2: grep-2.5.1-gofast.patch
Patch3: grep-2.5.1-manpage.patch
Prefix: %{_prefix}
Prereq: /sbin/install-info
Buildroot: %{_tmppath}/%{name}-%{version}-root
@ -32,11 +34,13 @@ utility for searching through text.
%setup -q -n %{name}-%{version}%{beta}
%patch0 -p1 -b .oi
%patch1 -p1 -b .i18n
%patch2 -p1 -b .gofast
%patch3 -p1 -b .manpage
%build
[ ! -e configure ] && ./autogen.sh
%configure --prefix=/usr --without-included-regex
make
make CFLAGS="$RPM_OPT_FLAGS -I/usr/include/pcre"
%install
rm -rf ${RPM_BUILD_ROOT}
@ -75,7 +79,27 @@ fi
%{_mandir}/*/*
%changelog
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
* Fri Nov 21 2003 Tim Waugh <twaugh@redhat.com> 2.5.1-7.6
- Fixed man page (bug #106267).
- Fixed another three multibyte efficiency bugs.
- Fixed debuginfo package.
* Thu Jun 26 2003 Tim Waugh <twaugh@redhat.com> 2.5.1-7.5
- Fixed grep -i bug introduced by cache.
* Mon Jun 23 2003 Tim Waugh <twaugh@redhat.com> 2.5.1-7.4
- Redo the gofast patch (bug #97785).
* Thu Jun 12 2003 Tim Waugh <twaugh@redhat.com> 2.5.1-7.3
- Fixed a bug in the gofast patch (bug #97226).
* Tue Jun 10 2003 Tim Waugh <twaugh@redhat.com> 2.5.1-7.2
- Go faster (bug #69900).
* Thu May 29 2003 Tim Waugh <twaugh@redhat.com> 2.5.1-7.1
- Go fast (bug #69900).
* Wed Jan 22 2003 Tim Powers <timp@redhat.com> 2.5.1-7
- rebuilt
* Tue Nov 19 2002 Tim Waugh <twaugh@redhat.com> 2.5.1-6