New version: grep-2.8
Resolves: rhbz#704710 Removed const-range-exp patch (upstreamed)
This commit is contained in:
parent
e3c2632c3e
commit
715d8df905
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
|||||||
grep-2.6.3.tar.xz
|
grep-2.6.3.tar.xz
|
||||||
/grep-2.7.tar.xz
|
/grep-2.7.tar.xz
|
||||||
|
/grep-2.8.tar.xz
|
||||||
|
11
grep.spec
11
grep.spec
@ -2,8 +2,8 @@
|
|||||||
|
|
||||||
Summary: Pattern matching utilities
|
Summary: Pattern matching utilities
|
||||||
Name: grep
|
Name: grep
|
||||||
Version: 2.7
|
Version: 2.8
|
||||||
Release: 5%{?dist}
|
Release: 1%{?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,7 +16,6 @@ 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
|
||||||
@ -27,7 +26,6 @@ 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"
|
||||||
@ -69,6 +67,11 @@ fi
|
|||||||
%{_mandir}/*/*
|
%{_mandir}/*/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon May 16 2011 Jaroslav Škarvada <jskarvad@redhat.com> - 2.8-1
|
||||||
|
- New version: grep-2.8
|
||||||
|
Resolves: rhbz#704710
|
||||||
|
- Removed const-range-exp patch (upstreamed)
|
||||||
|
|
||||||
* Mon Apr 04 2011 Jaroslav Škarvada <jskarvad@redhat.com> - 2.7-5
|
* Mon Apr 04 2011 Jaroslav Škarvada <jskarvad@redhat.com> - 2.7-5
|
||||||
- colorgrep scripts no longer overwrites COLORS envvar (#693058),
|
- colorgrep scripts no longer overwrites COLORS envvar (#693058),
|
||||||
thanks to Ville Skyttä
|
thanks to Ville Skyttä
|
||||||
|
Loading…
Reference in New Issue
Block a user