- Fixed inconsistency with range expressions, const-range-exp patch (#583011)

This commit is contained in:
Jaroslav Škarvada 2010-10-01 16:26:51 +02:00
parent d3cc9fd237
commit b478795670

View File

@ -3,7 +3,7 @@
Summary: Pattern matching utilities Summary: Pattern matching utilities
Name: grep Name: grep
Version: 2.7 Version: 2.7
Release: 2%{?dist} Release: 3%{?dist}
License: GPLv3+ License: GPLv3+
Group: Applications/Text Group: Applications/Text
Source: ftp://ftp.gnu.org/pub/gnu/grep/grep-%{version}.tar.xz Source: ftp://ftp.gnu.org/pub/gnu/grep/grep-%{version}.tar.xz
@ -16,6 +16,7 @@ Requires(preun): /sbin/install-info
BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
BuildRequires: pcre-devel >= 3.9-10, texinfo, gettext BuildRequires: pcre-devel >= 3.9-10, texinfo, gettext
BuildRequires: autoconf automake BuildRequires: autoconf automake
Patch0: grep-2.7-const-range-exp.patch
%description %description
The GNU versions of commonly used grep utilities. Grep searches through The GNU versions of commonly used grep utilities. Grep searches through
@ -26,6 +27,7 @@ GNU grep is needed by many scripts, so it shall be installed on every system.
%prep %prep
%setup -q %setup -q
%patch0 -p1 -b .const-range-exp
%build %build
%configure --without-included-regex CPPFLAGS="-I%{_includedir}/pcre" %configure --without-included-regex CPPFLAGS="-I%{_includedir}/pcre"
@ -67,6 +69,9 @@ fi
%{_mandir}/*/* %{_mandir}/*/*
%changelog %changelog
* Fri Oct 01 2010 Jaroslav Škarvada <jskarvad@redhat.com> - 2.7-3
- Fixed inconsistency with range expressions, const-range-exp patch (#583011)
* Wed Sep 29 2010 jkeating - 2.7-2 * Wed Sep 29 2010 jkeating - 2.7-2
- Rebuilt for gcc bug 634757 - Rebuilt for gcc bug 634757