Commit Graph

129 Commits

Author SHA1 Message Date
Jaroslav Škarvada
d612644be3 - New version: grep-2.5.4 (#502931)
- Fixed typos in %description
- Updated utf-8 patch
- Added dfa-optional patch (#538423)
2010-02-12 14:47:35 +00:00
Lubomir Rintel
8f88072ad1 - Silence possible scriptlets errors 2009-08-11 12:41:52 +00:00
Jesse Keating
5749f1ac14 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild 2009-07-25 01:25:35 +00:00
Jesse Keating
dea7cc1084 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild 2009-02-25 00:59:40 +00:00
Štěpán Kasal
710f207126 drop grep-mem-exhausted.patch 2009-01-27 15:17:21 +00:00
Štěpán Kasal
f979cd98dd bug #460641 (a.k.a. 479152) 2009-01-08 09:16:42 +00:00
Štěpán Kasal
209cef17ad improve package description wording 2008-11-24 09:52:09 +00:00
Lubomir Rintel
7f3c909008 Add missing BR-s 2008-11-23 18:41:42 +00:00
Lubomir Rintel
0efa5e9ceb - Update to latest upstream version
- Drop upstreamed patches
- Add a couple of regression tests
- Temporarily disable tests
- Minor cleanup
2008-11-23 18:34:10 +00:00
Lubomir Rintel
c5d3d9a082 - Fix pcre-mode (-P) line wrapping (bug #324781)
- Match the version with upstream
- Recode AUTHORS to utf8
2008-10-01 16:50:07 +00:00
Tom Callaway
85fb4e31b9 fix license tag 2008-07-25 19:28:11 +00:00
Jesse Keating
c1f78f460d - Autorebuild for GCC 4.3 2008-02-19 10:07:39 +00:00
skasal
9003506924 - Adhere to packaging guidelines.
- Resolves: #225857
- Use CPPFLAGS= argument to configure to add an -I option.
- Do not set LDFLAGS=-s for "make install".
2007-04-20 17:32:36 +00:00
skasal
e58a1de3fd - Adhere to packaging guidelines.
- Resolves: #225857
- Use CPPFLAGS= argument to configure to add an -I option.
- Do not set LDFLAGS=-s for "make install".
2007-04-20 17:30:41 +00:00
Tim Waugh
0d0134c39c - Make preun scriptlet unconditionally succeed (bug #223697).
- Resolves: rhbz#223697
2007-01-22 17:57:53 +00:00
Tim Waugh
88797f0fa8 - Fixed count of patterns when the last is an empty string (bug #204255).
- Resolves: rhbz#204255
2006-11-22 19:37:55 +00:00
Tim Waugh
16976527ae - Fix 'memory exhausted' errors by limiting in-memory buffer (bug #198165).
- Resolves: rhbz#198165
2006-11-22 14:55:12 +00:00
Jesse Keating
9f6a55002d bumped for rebuild 2006-07-12 06:14:17 +00:00
Tim Waugh
35b335f11c - Applied upstream patch to fix '-D skip' (bug #189580). 2006-05-31 09:01:15 +00:00
Tim Waugh
a8485b3c26 - Applied Tim Robbins' patch for 'grep -w' (bug #179698). 2006-02-20 14:36:53 +00:00
Jesse Keating
c3d51bf337 bump for bug in double-long on ppc(64) 2006-02-11 03:20:45 +00:00
Jesse Keating
ae52065bb1 bump for new gcc/glibc 2006-02-07 11:59:44 +00:00
Tim Waugh
61501477eb - Prevent 'grep -P' from segfaulting (bug #171379). 2006-02-03 14:12:33 +00:00
Jesse Keating
c7de272d37 gcc update bump 2005-12-09 22:40:48 +00:00
Tim Waugh
e4c786c812 - Prevent 'grep -Fw ""' from busy-looping (bug #169524). 2005-09-29 12:10:05 +00:00
Tim Waugh
18496216e4 Fixed typo. 2005-06-29 13:32:16 +00:00
Tim Waugh
b566e450f6 - Futher fixing for bug #161700. 2005-06-28 21:01:56 +00:00
Tim Waugh
569eba9bda 2.5.1-49 2005-06-27 11:17:40 +00:00
Tim Waugh
23c9918dc8 - Fix 'grep -Fw' for encodings other than UTF-8 (bug #161700). 2005-06-27 11:16:55 +00:00
Tim Waugh
e5829586b5 - Build requires recent pcre-devel (bug #154626). 2005-04-13 09:17:50 +00:00
Tim Waugh
eee96fac97 - Rebuild for new GCC. 2005-03-02 14:58:33 +00:00
Tim Waugh
a0c85eec29 - Run 'make check'. 2005-01-07 17:04:58 +00:00
Tim Waugh
f416c42388 - Fixed -w handling for EGexecute. Now 'make check' passes. 2005-01-07 17:03:06 +00:00
Tim Waugh
1b8d449fc4 - Cache MB_CUR_MAX value in egf-speedup patch. 2005-01-07 15:03:52 +00:00
Tim Waugh
b077d63419 - Fixed variable shadowing in egf-speedup patch. 2005-01-07 14:50:45 +00:00
Tim Waugh
e09e1940d7 - Removed redundant (and incorrect) code in prline. 2005-01-07 12:08:02 +00:00
Tim Waugh
59788ab210 2.5.1-46 2005-01-07 10:34:49 +00:00
Tim Waugh
a42439b4cd - More -w tests from Jakub Jelinek. 2005-01-07 10:34:34 +00:00
Tim Waugh
1a2dc41f1f - Rebased on 2.5.1a. 2005-01-07 10:30:46 +00:00
Tim Waugh
cec5442824 2.5.1-45 2004-12-31 16:14:18 +00:00
Tim Waugh
7c590e715c - More tests (Jakub Jelinek). 2004-12-31 16:12:38 +00:00
Tim Waugh
ff7a532bf5 - Jakub Jelinek's much improved -Fi algorithm. 2004-12-31 15:43:57 +00:00
Tim Waugh
ee9a86c698 - Jakub Jelinek's much improved -Fi algorithm.
- Removed bogus part of grep-2.5.1-fgrep patch.
2004-12-31 15:43:25 +00:00
Tim Waugh
e7e16314f3 - Fixed -Fi for multibyte input (bug #143079). 2004-12-21 13:57:42 +00:00
Tim Waugh
e5092c306f 2.5.1-43 2004-12-17 15:49:11 +00:00
Tim Waugh
a5ca95c10c - Bypass kwset matching when ignoring case and processing multibyte input
(bug #143079).
2004-12-16 17:50:47 +00:00
Tim Waugh
c3fd6f2bbf - Further UTF-8 processing avoided since a '\n' byte is always an
end-of-line character in that encoding.
2004-12-14 16:21:41 +00:00
Tim Waugh
5b2463aa13 - Fixed a busy loop in the egf-speedup patch (bug #140781). 2004-12-03 13:16:22 +00:00
Tim Waugh
41ed4935a4 - Fixed a bug in the fgrep patch, exposed by the dfa-optional patch (bug
#138558).
2004-11-18 13:30:38 +00:00
Tim Waugh
8c440df2d2 - Fixed last patch. 2004-11-16 16:49:04 +00:00
Tim Waugh
2c381ea950 - Applied patch from Karsten Hopp to fix background colour problems with
--color output (bug #138913).
2004-11-16 13:27:09 +00:00
Tim Waugh
818af7589e 2.5.1-37 2004-11-10 09:44:37 +00:00
Tim Waugh
acd16e9f79 - Prevent false matches when DFA is disabled (bug #138558). 2004-11-10 09:42:35 +00:00
Tim Waugh
553606aabf - Automatically disable DFA when processing multibyte input. GREP_USE_DFA
environment variable overrides.
2004-11-08 09:14:38 +00:00
Tim Waugh
d619d25368 - Fixes to egf-speedup patch: now it does not change any functionality, as
intended.
- GREP_NO_DFA now turns off the DFA engine, for performance testing.
2004-11-05 18:09:53 +00:00
Tim Waugh
9fa0ec14fd - More improvements to egf-speedup patch (bug #138076). 2004-11-04 15:17:42 +00:00
Tim Waugh
6f2e162151 - Small improvements to egf-speedup patch. 2004-11-04 11:15:52 +00:00
Tim Waugh
e1ca9413e8 - Remove mb-caching hack.
- Better multibyte handling in EGexecute().
- Don't need regex.c changes in grep-2.5-i18n.patch.
2004-11-03 17:42:00 +00:00
Tim Waugh
c1d7d02136 - Make 'grep -F' avoid UTF-8 processing if the pattern contains no
multibyte characters (bug #133932).
2004-10-13 17:18:38 +00:00
Tim Waugh
0df661b4e5 - Applied patch from Robert Scheck to tidy spec file and add a URL tag (bug
#135185).
2004-10-11 11:23:03 +00:00
cvsdist
f3044f5690 auto-import changelog data from grep-2.5.1-29.src.rpm
Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
- rebuilt
Fri Jun 04 2004 Tim Waugh <twaugh@redhat.com>
- More build requirements (bug #125323).
2004-09-09 05:55:29 +00:00
cvsdist
51c5096257 auto-import changelog data from grep-2.5.1-28.src.rpm
Tue May 18 2004 Jeremy Katz <katzj@redhat.com> 2.5.1-28
- rebuild
Tue May 18 2004 Tim Waugh <twaugh@redhat.com> 2.5.1-27
- Fix dfa multibyte character class matching when -i is used (bug #123363).
- Use bracket patch before i18n patch to make it clear that the bug exists
    upstream.
2004-09-09 05:55:24 +00:00
cvsdist
ac51d8507f auto-import changelog data from grep-2.5.1-26.src.rpm
Thu Feb 26 2004 Tim Waugh <twaugh@redhat.com> 2.5.1-26
- Fix fgrep (bug #116909).
Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
- rebuilt
2004-09-09 05:55:07 +00:00
cvsdist
2393906004 auto-import grep-2.5.1-24 from grep-2.5.1-24.src.rpm 2004-09-09 05:54:06 +00:00
cvsdist
f8033fc591 auto-import grep-2.5.1-17.4 from grep-2.5.1-17.4.src.rpm 2004-09-09 05:53:33 +00:00
cvsdist
5cfaddb3d1 auto-import grep-2.5.1-17.3 from grep-2.5.1-17.3.src.rpm 2004-09-09 05:53:29 +00:00
cvsdist
fd96adda29 auto-import grep-2.5.1-17.2 from grep-2.5.1-17.2.src.rpm 2004-09-09 05:53:26 +00:00
cvsdist
438e8dfad3 auto-import grep-2.5.1-17 from grep-2.5.1-17.src.rpm 2004-09-09 05:53:23 +00:00
cvsdist
45a556bf99 auto-import changelog data from grep-2.5.1-7.8.src.rpm
Mon Jan 05 2004 Tim Waugh <twaugh@redhat.com> 2.5.1-7.8
- Fixed -o -i properly in a way that avoids glibc bug #112869.
2004-09-09 05:53:11 +00:00
cvsdist
ac8957a28d auto-import changelog data from grep-2.5.1-7.7.src.rpm
Wed Dec 10 2003 Tim Waugh <twaugh@redhat.com> 2.5.1-7.7
- Another multibyte efficiency bug-fix (bug #111800).
Mon Dec 08 2003 Tim Waugh <twaugh@redhat.com>
- Fixed -o -i properly (bug #111489).
Sat Dec 06 2003 Tim Waugh <twaugh@redhat.com>
- Another bug-fix for UTF-8 speed-up patch (bug #111614).
2004-09-09 05:53:07 +00:00
cvsdist
e798d0b9c0 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).
2004-09-09 05:53:00 +00:00
cvsdist
732ac981c4 auto-import changelog data from grep-2.5.1-7.src.rpm
Wed Jan 22 2003 Tim Powers <timp@redhat.com>
- rebuilt
Tue Nov 19 2002 Tim Waugh <twaugh@redhat.com> 2.5.1-6
- i18n patch.
Mon Oct 21 2002 Tim Waugh <twaugh@redhat.com> 2.5.1-5
- Don't install /usr/share/info/dir.
- Fix -o -i (bug #72641).
Sat Jul 20 2002 Florian La Roche <Florian.LaRoche@redhat.de>
- install all info files #69204
Fri Jun 21 2002 Tim Powers <timp@redhat.com>
- automated rebuild
Thu May 23 2002 Tim Powers <timp@redhat.com>
- automated rebuild
2004-09-09 05:52:56 +00:00
cvsdist
3bf11cc527 auto-import changelog data from grep-2.5.1-1.src.rpm
Tue Mar 26 2002 Bernhard Rosenkraenzer <bero@redhat.com> 2.5.1-1
- 2.5.1
2004-09-09 05:52:36 +00:00
cvsdist
bf4371ce69 auto-import changelog data from grep-2.5-1.src.rpm
Wed Mar 13 2002 Bernhard Rosenkraenzer <bero@redhat.com> 2.5-1
- 2.5 final
Wed Jan 23 2002 Bernhard Rosenkraenzer <bero@redhat.com> 2.5-0.g.1
- 2.5g
Wed Jan 09 2002 Tim Powers <timp@redhat.com>
- automated rebuild
Mon Nov 19 2001 Bernhard Rosenkraenzer <bero@redhat.com> 2.5-0.f.4
- Update CVS to reduce bloat
Thu Nov 08 2001 Bernhard Rosenkraenzer <bero@redhat.com> 2.5-0.f.3
- Don't fail %post with --excludedocs
2004-09-09 05:52:32 +00:00
cvsdist
51d1317c03 auto-import changelog data from grep-2.5-0.f.2.src.rpm
Wed Sep 26 2001 Bernhard Rosenkraenzer <bero@redhat.com> 2.5-0.f.2
- Fix up echo A |grep '[A-Z0-9]' in locales other than C
Tue Sep 25 2001 Bernhard Rosenkraenzer <bero@redhat.com> 2.5-0.f.1
- 2.5f, fixes #53603
Wed Jul 18 2001 Bernhard Rosenkraenzer <bero@redhat.com> 2.4.2-7
- Fix up the i18n patch - it used to break "grep '[]a]'" (#49003)
- revert to 2.4.2 (latest official release) for now
2004-09-09 05:51:48 +00:00
cvsdist
e3459fec0a auto-import changelog data from grep-2.4.2-7.src.rpm
Tue Jul 17 2001 Bernhard Rosenkraenzer <bero@redhat.com> 2.4.2-7
- Fix up the i18n patch - it used to break "grep '[]a]'" (#49003)
2004-09-09 05:51:35 +00:00
cvsdist
27caf70f49 auto-import changelog data from grep-2.4.2-6.src.rpm
Wed Jun 27 2001 Florian La Roche <Florian.LaRoche@redhat.de>
- rebuild in new environment
2004-09-09 05:51:31 +00:00
cvsdist
3d44c28a5a auto-import changelog data from grep-2.4.2-5.src.rpm
Tue Feb 27 2001 Trond Eivind Glomsrd <teg@redhat.com>
- use %{_tmppath}
- langify
2004-09-09 05:51:25 +00:00
cvsdist
5060d26e08 auto-import changelog data from grep-2.4.2-4.src.rpm
Sun Aug 20 2000 Jakub Jelinek <jakub@redhat.com>
- i18n character ranges patch from Ulrich Drepper
Thu Jul 13 2000 Prospector <bugzilla@redhat.com>
- automatic rebuild
Mon Jun 19 2000 Bernhard Rosenkraenzer <bero@redhat.com>
- FHSify
Tue Mar 21 2000 Florian La Roche <Florian.LaRoche@redhat.com>
- update to 2.4.2
- fix download URL
Thu Feb 03 2000 Bernhard Rosenkraenzer <bero@redhat.com>
- gzip info pages (Bug #9035)
Wed Feb 02 2000 Cristian Gafton <gafton@redhat.com>
- fix description
Wed Dec 22 1999 Jeff Johnson <jbj@redhat.com>
- update to 2.4.
Wed Oct 20 1999 Bill Nottingham <notting@redhat.com>
- prereq install-info
Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com>
- auto rebuild in the new build environment (release 2)
Mon Mar 08 1999 Preston Brown <pbrown@redhat.com>
- upgraded to grep 2.3, added install-info %post/%preun for info
Wed Feb 24 1999 Preston Brown <pbrown@redhat.com>
- Injected new description and group.
Sat May 09 1998 Prospector System <bugs@redhat.com>
- translations modified for de, fr, tr
Fri May 01 1998 Cristian Gafton <gafton@redhat.com>
- updated to 2.2
Thu Oct 16 1997 Donnie Barnes <djb@redhat.com>
- updated from 2.0 to 2.1
- spec file cleanups
- added BuildRoot
Mon Jun 02 1997 Erik Troan <ewt@redhat.com>
- built against glibc
2004-09-09 05:50:55 +00:00