Accepting request 78439 from 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 (forwarded request 78414 from elvigia) OBS-URL: https://build.opensuse.org/request/show/78439 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/grep?expand=0&rev=22
This commit is contained in:
commit
0a98d7b4a0
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:25061240265afa4ccf9383d11ddb5d3ccff12a2810f227286f7e566d506f239e
|
||||
size 1166732
|
3
grep-2.9.tar.bz2
Normal file
3
grep-2.9.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c7e1fabf8bb600b19f367d8040ed7a32f4c7612e0477ed994cb35d1216223de1
|
||||
size 1414132
|
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 10 03:17:41 UTC 2011 - crrodriguez@opensuse.org
|
||||
|
||||
- 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
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 24 14:47:33 CEST 2010 - jsmeix@suse.de
|
||||
|
||||
|
10
grep.spec
10
grep.spec
@ -28,7 +28,7 @@ Group: Productivity/Text/Utilities
|
||||
Provides: base:/usr/bin/grep
|
||||
AutoReqProv: on
|
||||
PreReq: %{install_info_prereq}
|
||||
Version: 2.7
|
||||
Version: 2.9
|
||||
Release: 2
|
||||
Summary: Print lines matching a pattern
|
||||
Source: grep-%{version}.tar.bz2
|
||||
@ -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-regex
|
||||
%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
|
||||
|
Loading…
x
Reference in New Issue
Block a user