From b478795670e74bbb481a0a8ce312e037b65a2918 Mon Sep 17 00:00:00 2001 From: Jaroslav Škarvada Date: Oct 01 2010 14:26:51 +0000 Subject: - Fixed inconsistency with range expressions, const-range-exp patch (#583011) --- diff --git a/grep.spec b/grep.spec index ff0132b..2f23a92 100644 --- a/grep.spec +++ b/grep.spec @@ -3,7 +3,7 @@ Summary: Pattern matching utilities Name: grep Version: 2.7 -Release: 2%{?dist} +Release: 3%{?dist} License: GPLv3+ Group: Applications/Text 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) BuildRequires: pcre-devel >= 3.9-10, texinfo, gettext BuildRequires: autoconf automake +Patch0: grep-2.7-const-range-exp.patch %description 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 %setup -q +%patch0 -p1 -b .const-range-exp %build %configure --without-included-regex CPPFLAGS="-I%{_includedir}/pcre" @@ -67,6 +69,9 @@ fi %{_mandir}/*/* %changelog +* Fri Oct 01 2010 Jaroslav Škarvada - 2.7-3 +- Fixed inconsistency with range expressions, const-range-exp patch (#583011) + * Wed Sep 29 2010 jkeating - 2.7-2 - Rebuilt for gcc bug 634757