0efa5e9
Summary: Pattern matching utilities
cvsdist 5060d26
Name: grep
6340b1e
Version: 3.7
6340b1e
Release: 1%{?dist}
0efa5e9
License: GPLv3+
cbb1010
URL: https://www.gnu.org/software/grep/
1386273
cbb1010
Source: https://ftp.gnu.org/pub/gnu/grep/grep-%{version}.tar.xz
7649763
Source1: colorgrep.sh
7649763
Source2: colorgrep.csh
d1cc860
Source3: GREP_COLORS
4ca30e8
Source4: grepconf.sh
ce62507
# upstream ticket 39445
6340b1e
Patch0: grep-3.5-help-align.patch
1386273
3ada897
BuildRequires: gcc
993a746
BuildRequires: pcre-devel >= 3.9-10
993a746
BuildRequires: texinfo
993a746
BuildRequires: gettext
993a746
BuildRequires: autoconf
993a746
BuildRequires: automake
993a746
Buildrequires: glibc-all-langpacks
02c652e
BuildRequires: perl-FileHandle
261a1f8
BuildRequires: make
993a746
BuildRequires: libsigsegv-devel
802d832
# https://fedorahosted.org/fpc/ticket/174
802d832
Provides: bundled(gnulib)
40e1f55
# for backward compatibility (rhbz#1540485)
40e1f55
Provides: /bin/grep
40e1f55
Provides: /bin/fgrep
40e1f55
Provides: /bin/egrep
cvsdist 5060d26
cvsdist 5060d26
%description
d612644
The GNU versions of commonly used grep utilities. Grep searches through
209cef1
textual input for lines which contain a match to a specified pattern and then
d612644
prints the matching lines. GNU's grep utilities include grep, egrep and fgrep.
cvsdist 5060d26
209cef1
GNU grep is needed by many scripts, so it shall be installed on every system.
cvsdist 5060d26
cvsdist 5060d26
%prep
993a746
%autosetup -p1
cdb6747
cvsdist 5060d26
%build
21e97bf
%global BUILD_FLAGS $RPM_OPT_FLAGS
21e97bf
21e97bf
# Currently gcc on ppc uses double-double arithmetic for long double and it
21e97bf
# does not conform to the IEEE floating-point standard. Thus force
21e97bf
# long double to be double and conformant.
21e97bf
%ifarch ppc ppc64
21e97bf
%global BUILD_FLAGS %{BUILD_FLAGS} -mlong-double-64
21e97bf
%endif
21e97bf
6340b1e
# Temporarily switch to the included regex until glibc bug is fixed:
6340b1e
# https://sourceware.org/bugzilla/show_bug.cgi?id=11053
6340b1e
#%%configure --without-included-regex --disable-silent-rules \
6340b1e
%configure --disable-silent-rules \
226fb8b
  CPPFLAGS="-I%{_includedir}/pcre" CFLAGS="%{BUILD_FLAGS}"
d8e4328
%make_build
cvsdist 5060d26
cvsdist 5060d26
%install
cbb1010
%make_install
0efa5e9
gzip $RPM_BUILD_ROOT%{_infodir}/grep*
cvsdist 732ac98
rm -f $RPM_BUILD_ROOT%{_infodir}/dir
7649763
mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/profile.d
7649763
install -pm 644 %{SOURCE1} %{SOURCE2} $RPM_BUILD_ROOT%{_sysconfdir}/profile.d
d1cc860
install -pm 644 %{SOURCE3} $RPM_BUILD_ROOT%{_sysconfdir}
4ca30e8
install -Dpm 755 %{SOURCE4} $RPM_BUILD_ROOT%{_libexecdir}/grepconf.sh
cvsdist 5060d26
cvsdist 3d44c28
%find_lang %name
cvsdist 3d44c28
skasal e58a1de
%check
98c2bb4
make check
skasal e58a1de
cvsdist 3d44c28
%files -f %{name}.lang
1386273
%doc AUTHORS THANKS TODO NEWS README
6e03d9f
%license COPYING
cvsdist 5060d26
0df661b
%{_bindir}/*
7649763
%config(noreplace) %{_sysconfdir}/profile.d/colorgrep.*sh
d1cc860
%config(noreplace) %{_sysconfdir}/GREP_COLORS
cvsdist 732ac98
%{_infodir}/*.info*.gz
cvsdist 5060d26
%{_mandir}/*/*
4ca30e8
%{_libexecdir}/grepconf.sh
cvsdist 5060d26
cvsdist 5060d26
%changelog
6340b1e
* Mon Aug 16 2021 Jaroslav Škarvada <jskarvad@redhat.com> - 3.7-1
6340b1e
- New version
6340b1e
  Resolves: rhbz#1993631
6340b1e
- Temporarily switch to the included regex until glibc bug (glibc#11053)
6340b1e
  is fixed
6340b1e
817c214
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 3.6-4
817c214
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
817c214
993a746
* Wed Jun 23 2021 Jaroslav Škarvada <jskarvad@redhat.com> - 3.6-3
993a746
- Fixed stack overflow detection
993a746
7526146
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 3.6-2
7526146
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
7526146
9b15985
* Mon Nov  9 2020 Jaroslav Škarvada <jskarvad@redhat.com> - 3.6-1
9b15985
- New version
9b15985
  Resolves: rhbz#1895797
9b15985
15ff98a
* Wed Sep 30 2020 Jaroslav Škarvada <jskarvad@redhat.com> - 3.5-1
15ff98a
- New version
15ff98a
  Resolves: rhbz#1883086
15ff98a
28284b8
* Wed Aug 26 2020 Adam Williamson <awilliam@redhat.com> - 3.4-5
28284b8
- Backport fix for upstream #28105 to fix zgrep
28284b8
  Resolves: rhbz#1872913
5098165
- Remove some non-portable tests that fail on armv7hl (Paul Eggert)
5098165
  Resolves: rhbz#1863830
28284b8
e2669b9
* Sat Aug 01 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3.4-4
e2669b9
- Second attempt - Rebuilt for
e2669b9
  https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
e2669b9
6d293fc
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3.4-3
6d293fc
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
6d293fc
d8e4328
* Mon Jul 13 2020 Tom Stellard <tstellar@redhat.com> - 3.4-2
d8e4328
- Use make macros
d8e4328
- https://fedoraproject.org/wiki/Changes/UseMakeBuildInstallMacro
d8e4328
02c652e
* Wed Apr  1 2020 Jaroslav Škarvada <jskarvad@redhat.com> - 3.4-1
02c652e
- New version
02c652e
  Resolves: rhbz#1818417
02c652e
- Added all glibc langpacks to allow more locale sensitive tests to run
02c652e
- Added perl-FileHandle requirement for the filename-lineno.pl test
02c652e
a1aae71
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3.3-4
a1aae71
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
a1aae71
25e281c
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 3.3-3
25e281c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
25e281c
04da6a4
* Wed Apr 24 2019 Björn Esser <besser82@fedoraproject.org> - 3.3-2
04da6a4
- Remove hardcoded gzip suffix from GNU info pages
04da6a4
8cacf1c
* Wed Apr 10 2019 Jaroslav Škarvada <jskarvad@redhat.com> - 3.3-1
8cacf1c
- New version
8cacf1c
  Resolves: rhbz#1698044
8cacf1c
- Updated patches
8cacf1c
- Dropped glibc-2.28-fix patch (not needed)
8cacf1c
c710964
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 3.1-9
c710964
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
c710964
78e9cd1
* Thu Aug  9 2018 Jaroslav Škarvada <jskarvad@redhat.com> - 3.1-8
78e9cd1
- Fixed FTBFS with glibc-2.28
78e9cd1
  Resolves: rhbz#1604263
78e9cd1
5e51d31
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.1-7
5e51d31
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
5e51d31
67e410d
* Tue Jun 19 2018 Jaroslav Škarvada <jskarvad@redhat.com> - 3.1-6
67e410d
- Dropped install-info
67e410d
d212840
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.1-5
d212840
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
d212840
40e1f55
* Fri Feb  2 2018 Jaroslav Škarvada <jskarvad@redhat.com> - 3.1-4
40e1f55
- Moved binaries to /usr/bin
40e1f55
  Resolves: rhbz#1540485
40e1f55
eccebff
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.1-3
eccebff
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
eccebff
7001f43
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.1-2
7001f43
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
7001f43
501f9e6
* Mon Jul  3 2017 Jaroslav Škarvada <jskarvad@redhat.com> - 3.1-1
501f9e6
- New version
501f9e6
  Related: rhbz#1421129
501f9e6
- Updated patches
501f9e6
c232695
* Fri Feb 10 2017 Jaroslav Škarvada <jskarvad@redhat.com> - 3.0-1
c232695
- New version
c232695
  Resolves: rhbz#1421129
c232695
f347452
* Wed Feb  8 2017 Jaroslav Škarvada <jskarvad@redhat.com> - 2.28-1
f347452
- New version
f347452
  Resolves: rhbz#1419921
f347452
- De-fuzzified patches
f347452
ef9d479
* Wed Dec  7 2016 Jaroslav Škarvada <jskarvad@redhat.com> - 2.27-1
ef9d479
- New version
ef9d479
  Resolves: rhbz#1402379
ef9d479
- De-fuzzified patches
ef9d479
98c2bb4
* Wed Oct  5 2016 Jaroslav Škarvada <jskarvad@redhat.com> - 2.26-2
98c2bb4
- Re-enabled 'make check', glibc seems fixed
98c2bb4
94556ae
* Mon Oct  3 2016 Jaroslav Škarvada <jskarvad@redhat.com> - 2.26-1
94556ae
- New version
94556ae
  Resolves: rhbz#1381203
580b49d
- Disabled 'make check' due to glibc bug rhbz#1381582
94556ae
57d1bb0
* Fri Apr 22 2016 Jaroslav Škarvada <jskarvad@redhat.com> - 2.25-1
57d1bb0
- New version
57d1bb0
  Resolves: rhbz#1329627
57d1bb0
- De-fuzzified patches
57d1bb0
7f4c49b
* Fri Mar 11 2016 Jaroslav Škarvada <jskarvad@redhat.com> - 2.24-1
7f4c49b
- New version
7f4c49b
  Resolves: rhbz#1316890
7f4c49b
08a2c56
* Fri Feb  5 2016 Jaroslav Škarvada <jskarvad@redhat.com> - 2.23-1
08a2c56
- New version
08a2c56
  Resolves: rhbz#1305035
08a2c56
- Dropped disable-performance-related-tests, better-encoding-errors-handling,
08a2c56
  Pc-consistent-results, and test-pcre-count-fix patches (all upstreamed)
08a2c56
- De-fuzzified man-fx-gs, and help-align patches
08a2c56
9cc608b
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 2.22-7
9cc608b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
9cc608b
f1be6b4
* Tue Jan 12 2016 Jaroslav Škarvada <jskarvad@redhat.com> - 2.22-6
f1be6b4
- Fixed pcre-count test on secondary architectures
f1be6b4
  (byt test-pcre-count-fix patch)
f1be6b4
  Resolves: rhbz#1296842
f1be6b4
97a0815
* Wed Jan  6 2016 Jaroslav Škarvada <jskarvad@redhat.com> - 2.22-5
97a0815
- Used latest upstream patch for bug 1269014 to fix regression,
97a0815
  fixed order of patches
97a0815
  Resolves: rhbz#1269014
97a0815
40d7c13
* Tue Jan  5 2016 Jaroslav Škarvada <jskarvad@redhat.com> - 2.22-4
40d7c13
- Improved encoding errors handling (by better-encoding-errors-handling patch)
40d7c13
  Resolves: rhbz#1219141
40d7c13
- kwset-abuse test no longer needs to be explicitly set executable
40d7c13
a403fe6
* Tue Dec  1 2015 Jaroslav Škarvada <jskarvad@redhat.com> - 2.22-3
a403fe6
- Fixed grep to be consistent in 'grep -Pc' and 'grep -P | wc -l'
a403fe6
  Resolves: rhbz#1269014
a403fe6
ba174f1
* Thu Nov  5 2015 Jaroslav Škarvada <jskarvad@redhat.com> - 2.22-2
ba174f1
- Disabled performance related tests
ba174f1
  (by disable-performance-related-tests patch), patch backported from upstream
ba174f1
- Dropped disable-long-pattern-perf-test patch (not needed, covered by
ba174f1
  previous patch)
ba174f1
  Resolves: rhbz#1278428
ba174f1
382fd79
* Mon Nov  2 2015 Jaroslav Škarvada <jskarvad@redhat.com> - 2.22-1
382fd79
- New version
382fd79
  Resolves: rhbz#1277113
382fd79
- Dropped buf-overrun-fix, recurse-behaviour-change-doc, gnulib
382fd79
  patches (all upstreamed)
382fd79
- Minor spec cleanup to be consistent with whitespaces
382fd79
1386273
* Sun Aug  2 2015 Peter Robinson <pbrobinson@fedoraproject.org> 2.21-7
1386273
- Minor spec cleanups and modifications
1386273
- Drop Changelog, details in NEWS
498ee4a
- Add gnulib patch to fix FTBFS with perl 5.22
1386273
3ee7257
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.21-6
3ee7257
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
3ee7257
c143c77
* Tue Apr  7 2015 Jaroslav Škarvada <jskarvad@redhat.com> - 2.21-5
c143c77
- Documented change in behaviour of recurse option
c143c77
  Resolves: rhbz#1178305
c143c77
6f7c871
* Sat Feb 21 2015 Till Maas <opensource@till.name> - 2.21-4
6f7c871
- Rebuilt for Fedora 23 Change
6f7c871
  https://fedoraproject.org/wiki/Changes/Harden_all_packages_with_position-independent_code
6f7c871
f8261a8
* Tue Jan 20 2015 Jaroslav Škarvada <jskarvad@redhat.com> - 2.21-3
f8261a8
- Fixed buffer overrun for grep -F
f8261a8
  Resolves: rhbz#1183653
f8261a8
226fb8b
* Tue Dec  9 2014 Jaroslav Škarvada <jskarvad@redhat.com> - 2.21-2
226fb8b
- Disable silent rules to make the build process more verbose
226fb8b
712f266
* Tue Nov 25 2014 Jaroslav Škarvada <jskarvad@redhat.com> - 2.21-1
712f266
- New version
712f266
  Resolves: rhbz#1167657
712f266
- De-fuzzified patches
712f266
- Dropped pcre-backported-fixes patch (not needed)
712f266
23be49c
* Fri Nov 14 2014 Jaroslav Škarvada <jskarvad@redhat.com> - 2.20-7
23be49c
- Backported more PCRE fixes (by pcre-backported-fixes patch)
23be49c
- Dropped pcre-invalid-utf8-fix patch, handled by pcre-backported-fixes patch
23be49c
33ee7fe
* Tue Nov 11 2014 Jaroslav Škarvada <jskarvad@redhat.com> - 2.20-6
33ee7fe
- Fixed invalid UTF-8 byte sequence error in PCRE mode
33ee7fe
  (by pcre-invalid-utf8-fix patch)
33ee7fe
  Resolves: rhbz#1161832
33ee7fe
4ca30e8
* Wed Aug 20 2014 Jaroslav Škarvada <jskarvad@redhat.com> - 2.20-5
4ca30e8
- Added script to check whether grep is coloured
4ca30e8
  Resolves: rhbz#1034631
4ca30e8
fbfc562
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.20-4
fbfc562
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
fbfc562
6e03d9f
* Sat Jul 12 2014 Tom Callaway <spot@fedoraproject.org> - 2.20-3
bad2d31
- fix license handling .
6e03d9f
477c4a6
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.20-2
477c4a6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
477c4a6
629fcb0
* Wed Jun  4 2014 Jaroslav Škarvada <jskarvad@redhat.com> - 2.20-1
629fcb0
- New version
629fcb0
  Resolves: rhbz#1104508
629fcb0
- De-fuzzified patches
629fcb0
6c1ddd4
* Fri May 23 2014 Jaroslav Škarvada <jskarvad@redhat.com> - 2.19-1
6c1ddd4
- New version
6c1ddd4
  Resolves: rhbz#1100653
6c1ddd4
2f5b7f8
* Wed Feb 26 2014 Jaroslav Škarvada <jskarvad@redhat.com> - 2.18-1
2f5b7f8
- New version
2f5b7f8
  Resolves: rhbz#1070127
2f5b7f8
- De-fuzzified patches
2f5b7f8
d3ff09e
* Tue Feb 18 2014 Jaroslav Škarvada <jskarvad@redhat.com> - 2.17-1
d3ff09e
- New version
d3ff09e
  Resolves: rhbz#1066310
d3ff09e
- De-fuzzified patches
d3ff09e
4789660
* Thu Jan  2 2014 Jaroslav Škarvada <jskarvad@redhat.com> - 2.16-1
4789660
- New version
4789660
  Resolves: rhbz#1047813
4789660
- De-fuzzified patches
4789660
d1d59d9
* Tue Nov 26 2013 Jaroslav Škarvada <jskarvad@redhat.com> - 2.15-2
d1d59d9
- Removed coloring restriction for interactive shells
d1d59d9
  Resolves: rhbz#1034631
d1d59d9
9e737f2
* Tue Oct 29 2013 Jaroslav Škarvada <jskarvad@redhat.com> - 2.15-1
9e737f2
- New version
9e737f2
  Resolves: rhbz#1023698
9e737f2
- Fixed bogus date in the changelog
9e737f2
- Dropped gnulib-tests-rm-f patch, rejected upstream and not
9e737f2
  needed for Fedora build system
9e737f2
- Dropped man-fix-R patch, upstreamed
9e737f2
- De-fuzzified other patches
9e737f2
79ec460
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.14-5
79ec460
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
79ec460
ce62507
* Tue Jul  9 2013 Jaroslav Škarvada <jskarvad@redhat.com> - 2.14-4
ce62507
- Added group-separator, no-group-separator options decription
ce62507
- Aligned output of built-in help
ce62507
- Defuzzified gnulib-tests-rm-f patch
ce62507
60b424a
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.14-3
60b424a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
60b424a
b214cc9
* Wed Oct  3 2012 Jaroslav Škarvada <jskarvad@redhat.com> - 2.14-2
b214cc9
- Fixed -R option placement
a925359
  Resolves: rhbz#861937
b214cc9
f52cbd7
* Mon Aug 20 2012 Jaroslav Škarvada <jskarvad@redhat.com> - 2.14-1
f52cbd7
- New version
f52cbd7
  Resolves: rhbz#849594
f52cbd7
0e81242
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.13-2
0e81242
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
0e81242
802d832
* Tue Jul 10 2012 Jaroslav Škarvada <jskarvad@redhat.com> - 2.13-1
802d832
- New version
802d832
  Resolves: rhbz#837749
802d832
- Fixed -i option
802d832
  Resolves: rhbz#828844
802d832
- Added virtual provide and FPC ticket link for bundled gnulib
802d832
  Resolves: rhbz#821759
802d832
8ec3da0
* Tue Apr 24 2012 Jaroslav Škarvada <jskarvad@redhat.com> - 2.12-1
8ec3da0
- New version
8ec3da0
  Resolves: rhbz#815705
8ec3da0
a2e8226
* Fri Mar  2 2012 Jaroslav Škarvada <jskarvad@redhat.com> - 2.11-1
a2e8226
- New version
a2e8226
40db55b
* Fri Feb 10 2012 Petr Pisar <ppisar@redhat.com> - 2.10-3
40db55b
- Rebuild against PCRE 8.30
40db55b
4a5c9e5
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.10-2
4a5c9e5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
4a5c9e5
028ecbf
* Wed Nov 16 2011 Jaroslav Škarvada <jskarvad@redhat.com> - 2.10-1
028ecbf
- New version
028ecbf
15eccb8
* Mon Jul 11 2011 Jaroslav Škarvada <jskarvad@redhat.com> - 2.9-3
15eccb8
- Use rm -f in gnulib-tests (gnulib-tests-rm-f patch)
15eccb8
  Resolves: rhbz#716330
15eccb8
21e97bf
* Mon Jul 04 2011 Jaroslav Škarvada <jskarvad@redhat.com> - 2.9-2
21e97bf
- Fixed build failure on ppc - long double forced to double on ppc
21e97bf
b4225d5
* Wed Jun 22 2011 Jaroslav Škarvada <jskarvad@redhat.com> - 2.9-1
b4225d5
- New version: grep-2.9
b4225d5
- Removed dfa-buffer-overrun-fix patch
b4225d5
dfa863d
* Mon Jun 20 2011 Jaroslav Škarvada <jskarvad@redhat.com> - 2.8-4
dfa863d
- dfa: don't overrun a malloc'd buffer for certain regexps
dfa863d
  (patch dfa-buffer-overrun-fix)
dfa863d
  Resolves: rhbz#713328
dfa863d
cb1e5d1
* Mon May 16 2011 Jaroslav Škarvada <jskarvad@redhat.com> - 2.8-3
cb1e5d1
- Added coloring aliases to csh script as well
cb1e5d1
c75a90f
* Mon May 16 2011 Jaroslav Škarvada <jskarvad@redhat.com> - 2.8-2
c75a90f
- Added coloring to egrep and fgrep
c75a90f
  Resolves: rhbz#697895
c75a90f
715d8df
* Mon May 16 2011 Jaroslav Škarvada <jskarvad@redhat.com> - 2.8-1
715d8df
- New version: grep-2.8
715d8df
  Resolves: rhbz#704710
715d8df
- Removed const-range-exp patch (upstreamed)
715d8df
e3c2632
* Mon Apr 04 2011 Jaroslav Škarvada <jskarvad@redhat.com> - 2.7-5
e3c2632
- colorgrep scripts no longer overwrites COLORS envvar (#693058),
e3c2632
  thanks to Ville Skyttä
e3c2632
a87b64c
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.7-4
a87b64c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
a87b64c
b478795
* Fri Oct 01 2010 Jaroslav Škarvada <jskarvad@redhat.com> - 2.7-3
b478795
- Fixed inconsistency with range expressions, const-range-exp patch (#583011)
b478795
Jesse Keating d3cc9fd
* Wed Sep 29 2010 jkeating - 2.7-2
Jesse Keating d3cc9fd
- Rebuilt for gcc bug 634757
Jesse Keating d3cc9fd
5ec5b7c
* Tue Sep 21 2010 Jaroslav Škarvada <jskarvad@redhat.com> - 2.7-1
5ec5b7c
- New version: grep-2.7
5ec5b7c
- Removed patches (already in upstream): dfa-optimize-period,
5ec5b7c
  glibc-matcher-fallback, mmap-option-fix, dfa-convert-to-wide-char,
5ec5b7c
  dfa-speedup-digit-xdigit
5ec5b7c
d1cc860
* Fri Jun 11 2010 Jaroslav Škarvada <jskarvad@redhat.com> - 2.6.3-4
d1cc860
- Colors can be globally disabled via /etc/GREP_COLORS (#602867)
d1cc860
- Fixed indentation in spec
d1cc860
- Fixed defattr in spec
d1cc860
7649763
* Mon Jun 07 2010 Jaroslav Škarvada <jskarvad@redhat.com> - 2.6.3-3
7649763
- Added auto-color profile.d scripts (thanks to Ville Skyttä #600832)
7649763
- Removed description macro from changelog
7649763
9e737f2
* Thu May 06 2010 Jaroslav Škarvada <jskarvad@redhat.com> - 2.6.3-2
6ccb107
- Added dfa-optimize-period patch (speedup for . patterns in UTF-8)
6ccb107
- Added glibc-matcher-fallback patch (speedup for [a-z] patterns in UTF-8)
6ccb107
- Added mmap-option-fix patch
6ccb107
- Added dfa-convert-to-wide-char patch (speedup for -m and remove quadratic
6ccb107
  complexity when going to glibc)
6ccb107
- Added dfa-speedup-digit-xdigit patch (speedup for [[:digit:]] [:xdigit:]])
6ccb107
532439c
* Sun Apr 04 2010 Jaroslav Škarvada <jskarvad@redhat.com> - 2.6.3-1
532439c
- New version: grep-2.6.3
532439c
- make check is not silent now
532439c
8a26aec
* Fri Mar 26 2010 Jaroslav Škarvada <jskarvad@redhat.com> - 2.6.1-1
8a26aec
- New version: grep-2.6.1
8a26aec
- Dropped sigsegv patch (integrated upstream)
8a26aec
d30554e
* Tue Mar 23 2010 Jaroslav Škarvada <jskarvad@redhat.com> - 2.6-1
d30554e
- New version: grep-2.6
d30554e
- Added sigsegv patch (after release patch from upstream)
d30554e
- Dropped obsoleted patches: fedora-tests, pcrewrap, case, egf-speedup,
d30554e
  bz460641, utf8, dfa-optional, w
d30554e
5735659
* Fri Mar 05 2010 Jaroslav Škarvada <jskarvad@redhat.com> - 2.5.4-2
5735659
- Added w patch to fix -w switch behaviour broken by dfa-optional patch
5735659
d612644
* Wed Feb 10 2010 Jaroslav Škarvada <jskarvad@redhat.com> - 2.5.4-1
6ccb107
- New version: grep-2.5.4
7649763
- Fixed typos in description
d612644
- Updated utf-8 patch
d612644
- Added dfa-optional patch (#538423)
d612644
8f88072
* Tue Aug 11 2009 Lubomir Rintel <lkundrak@v3.sk> 2.5.3-6
8f88072
- Silence possible scriptlets errors
8f88072
5749f1a
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.5.3-5
5749f1a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
5749f1a
dea7cc1
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.5.3-4
dea7cc1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
dea7cc1
710f207
* Tue Jan 27 2009 Stepan Kasal <skasal@redhat.com> 2.5.3-3
710f207
- remove grep-mem-exhausted.patch (#481765, #198165)
710f207
f979cd9
* Thu Jan  8 2009 Stepan Kasal <skasal@redhat.com> 2.5.3-2
f979cd9
- fix bug #460641 (a.k.a. 479152)
f979cd9
0efa5e9
* Thu Nov 20 2008 Lubomir Rintel <lkundrak@v3.sk> 2.5.3-1
0efa5e9
- Update to latest upstream version
0efa5e9
- Drop upstreamed patches
0efa5e9
- Add a couple of regression tests
0efa5e9
- Temporarily disable tests
0efa5e9
- Minor cleanup
0efa5e9
c5d3d9a
* Wed Oct 1 2008 Lubomir Rintel <lkundrak@v3.sk> 2.5.1a-61
c5d3d9a
- Fix pcre-mode (-P) line wrapping (bug #324781)
c5d3d9a
- Match the version with upstream
c5d3d9a
- Recode AUTHORS to utf8
c5d3d9a
85fb4e3
* Fri Jul 25 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 2.5.1-60
85fb4e3
- fix license tag
85fb4e3
c1f78f4
* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 2.5.1-59
c1f78f4
- Autorebuild for GCC 4.3
c1f78f4
skasal e58a1de
* Fri Apr 20 2007 Stepan Kasal <skasal@redhat.com> - 2.5.1-58
skasal e58a1de
- Adhere to packaging guidelines.
skasal e58a1de
- Resolves: #225857
skasal e58a1de
- Use CPPFLAGS= argument to configure to add an -I option.
skasal e58a1de
- Do not set LDFLAGS=-s for "make install".
skasal e58a1de
0d0134c
* Mon Jan 22 2007 Tim Waugh <twaugh@redhat.com> 2.5.1-57
0d0134c
- Make preun scriptlet unconditionally succeed (bug #223697).
0d0134c
88797f0
* Wed Nov 22 2006 Tim Waugh <twaugh@redhat.com> 2.5.1-56
88797f0
- Fixed count of patterns when the last is an empty string (bug #204255).
88797f0
1697652
* Wed Nov 22 2006 Tim Waugh <twaugh@redhat.com> 2.5.1-55
1697652
- Fix 'memory exhausted' errors by limiting in-memory buffer (bug #198165).
1697652
9f6a550
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 2.5.1-54.1
9f6a550
- rebuild
9f6a550
35b335f
* Wed May 31 2006 Tim Waugh <twaugh@redhat.com> 2.5.1-54
35b335f
- Applied upstream patch to fix '-D skip' (bug #189580).
35b335f
a8485b3
* Mon Feb 20 2006 Tim Waugh <twaugh@redhat.com> 2.5.1-53
a8485b3
- Applied Tim Robbins' patch for 'grep -w' (bug #179698).
a8485b3
c3d51bf
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 2.5.1-52.2
c3d51bf
- bump again for double-long bug on ppc(64)
c3d51bf
ae52065
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 2.5.1-52.1
ae52065
- rebuilt for new gcc4.1 snapshot and glibc changes
ae52065
6150147
* Fri Feb  3 2006 Tim Waugh <twaugh@redhat.com> 2.5.1-52
6150147
- Prevent 'grep -P' from segfaulting (bug #171379).
6150147
c7de272
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
c7de272
- rebuilt
c7de272
e4c786c
* Thu Sep 29 2005 Tim Waugh <twaugh@redhat.com> 2.5.1-51
e4c786c
- Prevent 'grep -Fw ""' from busy-looping (bug #169524).
e4c786c
b566e45
* Tue Jun 28 2005 Tim Waugh <twaugh@redhat.com> 2.5.1-50
1849621
- Further fixing for bug #161700.
b566e45
569eba9
* Mon Jun 27 2005 Tim Waugh <twaugh@redhat.com> 2.5.1-49
23c9918
- Fix 'grep -Fw' for encodings other than UTF-8 (bug #161700).
23c9918
e582958
* Wed Apr 13 2005 Tim Waugh <twaugh@redhat.com>
e582958
- Build requires recent pcre-devel (bug #154626).
e582958
eee96fa
* Wed Mar  2 2005 Tim Waugh <twaugh@redhat.com> 2.5.1-48
eee96fa
- Rebuild for new GCC.
eee96fa
a0c85ee
* Fri Jan  7 2005 Tim Waugh <twaugh@redhat.com> 2.5.1-47
a0c85ee
- Run 'make check'.
f416c42
- Fixed -w handling for EGexecute.  Now 'make check' passes.
1b8d449
- Cache MB_CUR_MAX value in egf-speedup patch.
b077d63
- Fixed variable shadowing in egf-speedup patch.
e09e194
- Removed redundant (and incorrect) code in prline.
e09e194
59788ab
* Fri Jan  7 2005 Tim Waugh <twaugh@redhat.com> 2.5.1-46
a42439b
- More -w tests from Jakub Jelinek.
1a2dc41
- Rebased on 2.5.1a.
1a2dc41
cec5442
* Fri Dec 31 2004 Tim Waugh <twaugh@redhat.com> 2.5.1-45
7c590e7
- More tests (Jakub Jelinek).
ff7a532
- Jakub Jelinek's much improved -Fi algorithm.
ee9a86c
- Removed bogus part of grep-2.5.1-fgrep patch.
ee9a86c
e7e1631
* Tue Dec 21 2004 Tim Waugh <twaugh@redhat.com> 2.5.1-44
e7e1631
- Fixed -Fi for multibyte input (bug #143079).
e7e1631
e5092c3
* Thu Dec 16 2004 Tim Waugh <twaugh@redhat.com> 2.5.1-43
a5ca95c
- Bypass kwset matching when ignoring case and processing multibyte input
a5ca95c
  (bug #143079).
a5ca95c
c3fd6f2
* Tue Dec 14 2004 Tim Waugh <twaugh@redhat.com> 2.5.1-42
c3fd6f2
- Further UTF-8 processing avoided since a '\n' byte is always an
c3fd6f2
  end-of-line character in that encoding.
c3fd6f2
5b2463a
* Fri Dec  3 2004 Tim Waugh <twaugh@redhat.com> 2.5.1-41
5b2463a
- Fixed a busy loop in the egf-speedup patch (bug #140781).
5b2463a
41ed493
* Thu Nov 18 2004 Tim Waugh <twaugh@redhat.com> 2.5.1-40
41ed493
- Fixed a bug in the fgrep patch, exposed by the dfa-optional patch
41ed493
  (bug #138558).
41ed493
8c440df
* Tue Nov 16 2004 Tim Waugh <twaugh@redhat.com> 2.5.1-39
8c440df
- Fixed last patch.
8c440df
2c381ea
* Tue Nov 16 2004 Tim Waugh <twaugh@redhat.com> 2.5.1-38
2c381ea
- Applied patch from Karsten Hopp to fix background colour problems with
2c381ea
  --color output (bug #138913).
2c381ea
818af75
* Wed Nov 10 2004 Tim Waugh <twaugh@redhat.com> 2.5.1-37
acd16e9
- Prevent false matches when DFA is disabled (bug #138558).
acd16e9
553606a
* Mon Nov  8 2004 Tim Waugh <twaugh@redhat.com> 2.5.1-36
553606a
- Automatically disable DFA when processing multibyte input.  GREP_USE_DFA
553606a
  environment variable overrides.
553606a
d619d25
* Fri Nov  5 2004 Tim Waugh <twaugh@redhat.com> 2.5.1-35
d619d25
- Fixes to egf-speedup patch: now it does not change any functionality,
d619d25
  as intended.
d619d25
- GREP_NO_DFA now turns off the DFA engine, for performance testing.
d619d25
9fa0ec1
* Thu Nov  4 2004 Tim Waugh <twaugh@redhat.com> 2.5.1-34
9fa0ec1
- More improvements to egf-speedup patch (bug #138076).
9fa0ec1
6f2e162
* Thu Nov  4 2004 Tim Waugh <twaugh@redhat.com> 2.5.1-33
6f2e162
- Small improvements to egf-speedup patch.
6f2e162
e1ca941
* Wed Nov  3 2004 Tim Waugh <twaugh@redhat.com> 2.5.1-32
e1ca941
- Remove mb-caching hack.
6f2e162
- Better multibyte handling in EGexecute() and Fexecute().
e1ca941
- Don't need regex.c changes in grep-2.5-i18n.patch.
e1ca941
c1d7d02
* Wed Oct 13 2004 Tim Waugh <twaugh@redhat.com> 2.5.1-31
c1d7d02
- Make 'grep -F' avoid UTF-8 processing if the pattern contains no
c1d7d02
  multibyte characters (bug #133932).
c1d7d02
0df661b
* Mon Oct 11 2004 Tim Waugh <twaugh@redhat.com> 2.5.1-30
0df661b
- Applied patch from Robert Scheck to tidy spec file and add a URL
0df661b
  tag (bug #135185).
0df661b
cvsdist f3044f5
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
cvsdist f3044f5
- rebuilt
cvsdist f3044f5
cvsdist f3044f5
* Fri Jun  4 2004 Tim Waugh <twaugh@redhat.com>
cvsdist f3044f5
- More build requirements (bug #125323).
cvsdist f3044f5
cvsdist 51c5096
* Tue May 18 2004 Jeremy Katz <katzj@redhat.com> 2.5.1-28
cvsdist 51c5096
- rebuild
cvsdist 51c5096
cvsdist 51c5096
* Tue May 18 2004 Tim Waugh <twaugh@redhat.com> 2.5.1-27
cvsdist 51c5096
- Fix dfa multibyte character class matching when -i is used (bug #123363).
cvsdist 51c5096
- Use bracket patch before i18n patch to make it clear that the bug exists
cvsdist 51c5096
  upstream.
cvsdist 51c5096
cvsdist ac51d85
* Thu Feb 26 2004 Tim Waugh <twaugh@redhat.com> 2.5.1-26
cvsdist ac51d85
- Fix fgrep (bug #116909).
cvsdist ac51d85
cvsdist ac51d85
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
cvsdist ac51d85
- rebuilt
cvsdist ac51d85
cvsdist 2393906
* Mon Jan  5 2004 Tim Waugh <twaugh@redhat.com> 2.5.1-24
cvsdist 2393906
- Work around glibc bug #112869 (segfault in re_compile_pattern).
cvsdist 2393906
- Avoid patching Makefile.am, to avoid automake/autoconf weirdness.
cvsdist 2393906
cvsdist 2393906
* Wed Dec 10 2003 Tim Waugh <twaugh@redhat.com> 2.5.1-23
cvsdist f8033fc
- Another multibyte efficiency bug-fix (bug #111800).
cvsdist f8033fc
cvsdist 2393906
* Mon Dec  8 2003 Tim Waugh <twaugh@redhat.com> 2.5.1-22
cvsdist 2393906
- Fixed [:alpha:]-type character classes (bug #108484).
cvsdist 5cfaddb
- Fixed -o -i properly (bug #111489).
cvsdist 5cfaddb
cvsdist 2393906
* Sat Dec  6 2003 Tim Waugh <twaugh@redhat.com> 2.5.1-21
cvsdist 2393906
- Fixed 'fgrep -i' (bug #111614).
cvsdist 5cfaddb
cvsdist 2393906
* Fri Nov 21 2003 Tim Waugh <twaugh@redhat.com> 2.5.1-20
cvsdist fd96add
- Another two multibyte efficiency bug-fixes (bug #110524).
cvsdist fd96add
cvsdist 2393906
* Thu Nov  6 2003 Tim Waugh <twaugh@redhat.com> 2.5.1-19
cvsdist fd96add
- Fixed a multibyte efficiency bug.
cvsdist fd96add
cvsdist 2393906
* Thu Nov  6 2003 Tim Waugh <twaugh@redhat.com> 2.5.1-18
cvsdist 2393906
- Turn on multibyte efficiency patch again to shake out bugs.
cvsdist 2393906
cvsdist 2393906
* Wed Oct  8 2003 Tim Waugh <twaugh@redhat.com>
cvsdist 2393906
- Fixed man page bug (bug #106267).
cvsdist 2393906
cvsdist 438e8df
* Thu Sep 18 2003 Tim Waugh <twaugh@redhat.com> 2.5.1-17
cvsdist 438e8df
- Use symlinks for egrep/fgrep, rather than shell script wrappers.
cvsdist 45a556b
cvsdist 438e8df
* Fri Jun 27 2003 Tim Waugh <twaugh@redhat.com>
cvsdist 438e8df
- Fix debuginfo package.
cvsdist ac8957a
cvsdist 438e8df
* Fri Jun 27 2003 Tim Waugh <twaugh@redhat.com> 2.5.1-16.1
cvsdist 438e8df
- Rebuilt.
cvsdist ac8957a
cvsdist 438e8df
* Fri Jun 27 2003 Tim Waugh <twaugh@redhat.com> 2.5.1-16
cvsdist 438e8df
- Finally give up on making grep go fast. :-(
cvsdist ac8957a
cvsdist 438e8df
* Thu Jun 26 2003 Tim Waugh <twaugh@redhat.com> 2.5.1-15.1
cvsdist 438e8df
- Rebuilt.
cvsdist e798d0b
cvsdist 438e8df
* Thu Jun 26 2003 Tim Waugh <twaugh@redhat.com> 2.5.1-15
cvsdist e798d0b
- Fixed grep -i bug introduced by cache.
cvsdist e798d0b
cvsdist 438e8df
* Mon Jun 23 2003 Tim Waugh <twaugh@redhat.com> 2.5.1-14.1
cvsdist 438e8df
- Rebuilt.
cvsdist 438e8df
cvsdist 438e8df
* Mon Jun 23 2003 Tim Waugh <twaugh@redhat.com> 2.5.1-14
cvsdist e798d0b
- Redo the gofast patch (bug #97785).
cvsdist e798d0b
cvsdist 438e8df
* Thu Jun 12 2003 Tim Waugh <twaugh@redhat.com> 2.5.1-13.1
cvsdist 438e8df
- Rebuilt.
cvsdist 438e8df
cvsdist 438e8df
* Thu Jun 12 2003 Tim Waugh <twaugh@redhat.com> 2.5.1-13
cvsdist 438e8df
- Fixed a bug in the gofast patch (bug #97266).
cvsdist e798d0b
cvsdist 438e8df
* Tue Jun 10 2003 Tim Waugh <twaugh@redhat.com> 2.5.1-12.1
cvsdist 438e8df
- Rebuilt.
cvsdist 438e8df
cvsdist 438e8df
* Tue Jun 10 2003 Tim Waugh <twaugh@redhat.com> 2.5.1-12
cvsdist e798d0b
- Go faster (bug #69900).
cvsdist 438e8df
- Fix man page.
cvsdist 438e8df
cvsdist 438e8df
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
cvsdist 438e8df
- rebuilt
cvsdist 438e8df
cvsdist 438e8df
* Thu May 29 2003 Tim Waugh <twaugh@redhat.com> 2.5.1-10.1
cvsdist 438e8df
- Rebuilt.
cvsdist 438e8df
cvsdist 438e8df
* Thu May 29 2003 Tim Waugh <twaugh@redhat.com> 2.5.1-10
cvsdist 438e8df
- Use system regex again.
cvsdist 438e8df
cvsdist 438e8df
* Thu May 29 2003 Tim Waugh <twaugh@redhat.com> 2.5.1-9
cvsdist 438e8df
- Fixed bug in go-fast patch.
cvsdist e798d0b
cvsdist 438e8df
* Wed May 28 2003 Tim Waugh <twaugh@redhat.com> 2.5.1-8
cvsdist e798d0b
- Go fast (bug #69900).
cvsdist 438e8df
- Run test suite.
cvsdist e798d0b
cvsdist e798d0b
* Wed Jan 22 2003 Tim Powers <timp@redhat.com> 2.5.1-7
cvsdist 732ac98
- rebuilt
cvsdist 732ac98
cvsdist 732ac98
* Tue Nov 19 2002 Tim Waugh <twaugh@redhat.com> 2.5.1-6
cvsdist 732ac98
- i18n patch.
cvsdist 732ac98
cvsdist 732ac98
* Mon Oct 21 2002 Tim Waugh <twaugh@redhat.com> 2.5.1-5
cvsdist 732ac98
- Don't install /usr/share/info/dir.
cvsdist 732ac98
- Fix -o -i (bug #72641).
cvsdist 732ac98
cvsdist 732ac98
* Sat Jul 20 2002 Florian La Roche <Florian.LaRoche@redhat.de>
cvsdist 732ac98
- install all info files #69204
cvsdist 732ac98
cvsdist 732ac98
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
cvsdist 732ac98
- automated rebuild
cvsdist 732ac98
cvsdist 732ac98
* Thu May 23 2002 Tim Powers <timp@redhat.com>
cvsdist 732ac98
- automated rebuild
cvsdist 732ac98
cvsdist 3bf11cc
* Tue Mar 26 2002 Bernhard Rosenkraenzer <bero@redhat.com> 2.5.1-1
cvsdist 3bf11cc
- 2.5.1
cvsdist 3bf11cc
cvsdist bf4371c
* Wed Mar 13 2002 Bernhard Rosenkraenzer <bero@redhat.com> 2.5-1
cvsdist bf4371c
- 2.5 final
cvsdist bf4371c
cvsdist bf4371c
* Wed Jan 23 2002 Bernhard Rosenkraenzer <bero@redhat.com> 2.5-0.g.1
cvsdist bf4371c
- 2.5g
cvsdist bf4371c
cvsdist bf4371c
* Wed Jan 09 2002 Tim Powers <timp@redhat.com>
cvsdist bf4371c
- automated rebuild
cvsdist bf4371c
cvsdist bf4371c
* Mon Nov 19 2001 Bernhard Rosenkraenzer <bero@redhat.com> 2.5-0.f.4
cvsdist bf4371c
- Update CVS to reduce bloat
cvsdist bf4371c
cvsdist bf4371c
* Thu Nov  8 2001 Bernhard Rosenkraenzer <bero@redhat.com> 2.5-0.f.3
cvsdist bf4371c
- Don't fail %%post with --excludedocs
cvsdist bf4371c
cvsdist 51d1317
* Wed Sep 26 2001 Bernhard Rosenkraenzer <bero@redhat.com> 2.5-0.f.2
cvsdist 51d1317
- Fix up echo A |grep '[A-Z0-9]' in locales other than C
cvsdist 51d1317
cvsdist 51d1317
* Tue Sep 25 2001 Bernhard Rosenkraenzer <bero@redhat.com> 2.5-0.f.1
cvsdist 51d1317
- 2.5f, fixes #53603
cvsdist 51d1317
cvsdist 51d1317
* Wed Jul 18 2001 Bernhard Rosenkraenzer <bero@redhat.com> 2.4.2-7
cvsdist e3459fe
- Fix up the i18n patch - it used to break "grep '[]a]'" (#49003)
cvsdist 51d1317
- revert to 2.4.2 (latest official release) for now
cvsdist 51d1317
cvsdist 51d1317
* Mon May 28 2001 Bernhard Rosenkraenzer <bero@redhat.com> 2.5e-4
cvsdist 51d1317
- Fix "echo Linux forever |grep -D skip Linux"
cvsdist 51d1317
cvsdist 51d1317
* Mon May 21 2001 Bernhard Rosenkraenzer <bero@redhat.com> 2.5e-3
cvsdist 51d1317
- Add new -D, --devices option
cvsdist 51d1317
- Fix a bug with "directories" being uninitialized
cvsdist 51d1317
cvsdist 51d1317
* Sun May 13 2001 Bernhard Rosenkraenzer <bero@redhat.com> 2.5e-2
cvsdist 51d1317
- Fix up the --color option to behave like the one from ls (--color=auto)
cvsdist 51d1317
  Sooner or later, some people will alias grep="grep --color" and wonder why
cvsdist 51d1317
  their scripts break.
cvsdist 51d1317
- Update docs accordingly
cvsdist 51d1317
- Get rid of the annoying blinking in grep --color
cvsdist e3459fe
cvsdist 51d1317
* Sun May 13 2001 Bernhard Rosenkraenzer <bero@redhat.com> 2.5e-1
cvsdist 51d1317
- 2.5e
cvsdist 27caf70
skasal e58a1de
* Tue Feb 27 2001 Trond Eivind Glomsrød <teg@redhat.com>
cvsdist 3d44c28
- use %%{_tmppath}
cvsdist 3d44c28
- langify
cvsdist 3d44c28
cvsdist 5060d26
* Sun Aug 20 2000 Jakub Jelinek <jakub@redhat.com>
cvsdist 5060d26
- i18n character ranges patch from Ulrich Drepper
cvsdist 5060d26
cvsdist 5060d26
* Thu Jul 13 2000 Prospector <bugzilla@redhat.com>
cvsdist 5060d26
- automatic rebuild
cvsdist 5060d26
cvsdist 5060d26
* Mon Jun 19 2000 Bernhard Rosenkraenzer <bero@redhat.com>
cvsdist 5060d26
- FHSify
cvsdist 5060d26
cvsdist 5060d26
* Tue Mar 21 2000 Florian La Roche <Florian.LaRoche@redhat.com>
cvsdist 5060d26
- update to 2.4.2
cvsdist 5060d26
- fix download URL
cvsdist 5060d26
cvsdist 5060d26
* Thu Feb 03 2000 Bernhard Rosenkraenzer <bero@redhat.com>
cvsdist 5060d26
- gzip info pages (Bug #9035)
cvsdist 5060d26
cvsdist 5060d26
* Wed Feb 02 2000 Cristian Gafton <gafton@redhat.com>
cvsdist 5060d26
- fix description
cvsdist 5060d26
cvsdist 5060d26
* Wed Dec 22 1999 Jeff Johnson <jbj@redhat.com>
cvsdist 5060d26
- update to 2.4.
cvsdist 5060d26
cvsdist 5060d26
* Wed Oct 20 1999 Bill Nottingham <notting@redhat.com>
cvsdist 5060d26
- prereq install-info
cvsdist 5060d26
cvsdist 5060d26
* Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com> 
cvsdist 5060d26
- auto rebuild in the new build environment (release 2)
cvsdist 5060d26
cvsdist 5060d26
* Mon Mar 08 1999 Preston Brown <pbrown@redhat.com>
skasal e58a1de
- upgraded to grep 2.3, added install-info %%post/%%preun for info
cvsdist 5060d26
cvsdist 5060d26
* Wed Feb 24 1999 Preston Brown <pbrown@redhat.com>
cvsdist 5060d26
- Injected new description and group.
cvsdist 5060d26
cvsdist 5060d26
* Sat May 09 1998 Prospector System <bugs@redhat.com>
cvsdist 5060d26
- translations modified for de, fr, tr
cvsdist 5060d26
cvsdist 5060d26
* Fri May 01 1998 Cristian Gafton <gafton@redhat.com>
cvsdist 5060d26
- updated to 2.2
cvsdist 5060d26
cvsdist 5060d26
* Thu Oct 16 1997 Donnie Barnes <djb@redhat.com>
cvsdist 5060d26
- updated from 2.0 to 2.1
cvsdist 5060d26
- spec file cleanups
cvsdist 5060d26
- added BuildRoot
cvsdist 5060d26
cvsdist 5060d26
* Mon Jun 02 1997 Erik Troan <ewt@redhat.com>
cvsdist 5060d26
- built against glibc