SHA256
6
0
forked from pool/grep

Accepting request 78414 from home:elvigia:branches:Base:System

- Upgrade to version 2.9 
* grep no longer clobbers heap for an ERE like '(^| )*( |$)'' )'
* grep -P no longer aborts when PCRE's backtracking limit is exceeded
* grep's interpretation of range expression is now more consistent

OBS-URL: https://build.opensuse.org/request/show/78414
OBS-URL: https://build.opensuse.org/package/show/Base:System/grep?expand=0&rev=11
This commit is contained in:
2011-08-10 09:57:16 +00:00
committed by Git OBS Bridge
parent 47cebbd200
commit c80f2e2b77
4 changed files with 25 additions and 9 deletions

View File

@@ -28,8 +28,8 @@ Group: Productivity/Text/Utilities
Provides: base:/usr/bin/grep
AutoReqProv: on
PreReq: %{install_info_prereq}
Version: 2.7
Release: 1
Version: 2.9
Release: 2
Summary: Print lines matching a pattern
Source: grep-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@@ -47,10 +47,10 @@ echo "ac_cv_search_pcre_compile=\${ac_cv_search_pcre_compile=%{_libdir}/libpcre.
%build
%if 0%{?suse_version} < 1120
%configure -C --bindir=/bin --without-included-rege
%configure -C --bindir=/bin --disable-silent-rules --without-included-regex
%else
AUTOPOINT=true autoreconf --force --install
%configure --bindir=/bin --without-included-regex
%configure --disable-silent-rules --bindir=/bin --without-included-regex
%endif
%{__make} %{?_smp_mflags}
@@ -76,7 +76,7 @@ ln -sf ../../bin/grep $RPM_BUILD_ROOT/usr/bin/grep
%doc README AUTHORS NEWS THANKS TODO
/bin/*
/usr/bin/*
%doc %{_mandir}/man1/*.gz
%doc %{_infodir}/*.gz
%{_mandir}/man1/*.gz
%{_infodir}/*.gz
%changelog