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

Jaroslav Škarvada jskarvad at fedoraproject.org
Fri Oct 1 14:26:53 UTC 2010


commit b478795670e74bbb481a0a8ce312e037b65a2918
Author: Jaroslav Škarvada <jskarvad at redhat.com>
Date:   Fri Oct 1 16:26:51 2010 +0200

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

 grep.spec |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
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 <jskarvad at redhat.com> - 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
 


More information about the scm-commits mailing list