From 86958831025c3b5bf0cc1590382d0c9698ed16c73e3c86548dee1f849e9e5318 Mon Sep 17 00:00:00 2001 From: OBS User autobuild Date: Sun, 26 Sep 2010 22:36:44 +0000 Subject: [PATCH] Accepting request 49040 from Base:System Copy from Base:System/grep based on submit request 49040 from user jsmeix OBS-URL: https://build.opensuse.org/request/show/49040 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/grep?expand=0&rev=20 --- grep.changes | 8 ++++++++ grep.spec | 4 ++-- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/grep.changes b/grep.changes index 847cf76..c1e6edd 100644 --- a/grep.changes +++ b/grep.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Fri Sep 24 14:47:33 CEST 2010 - jsmeix@suse.de + +- Replaced configure typo '--without-included-rege' + in grep.spec (only in case of suse_version < 1120) + with '--without-included-regex' (which is the default + on systems with recent-enough version of the GNU C Library). + ------------------------------------------------------------------- Thu Sep 23 12:47:04 CEST 2010 - jsmeix@suse.de diff --git a/grep.spec b/grep.spec index 9e376be..43e819c 100644 --- a/grep.spec +++ b/grep.spec @@ -29,7 +29,7 @@ Provides: base:/usr/bin/grep AutoReqProv: on PreReq: %{install_info_prereq} Version: 2.7 -Release: 1 +Release: 2 Summary: Print lines matching a pattern Source: grep-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -47,7 +47,7 @@ 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 --without-included-regex %else AUTOPOINT=true autoreconf --force --install %configure --bindir=/bin --without-included-regex