From 47cebbd2000eb73f9d59cf06a1c9dc1c63ca07fc41b7a6e51cb81bb8d6b1aac2 Mon Sep 17 00:00:00 2001 From: OBS User autobuild Date: Sun, 26 Sep 2010 22:36:43 +0000 Subject: [PATCH] Accepting request 49040 from Base:System checked in (request 49040) OBS-URL: https://build.opensuse.org/request/show/49040 OBS-URL: https://build.opensuse.org/package/show/Base:System/grep?expand=0&rev=10 --- grep.changes | 8 -------- grep.spec | 2 +- 2 files changed, 1 insertion(+), 9 deletions(-) diff --git a/grep.changes b/grep.changes index c1e6edd..847cf76 100644 --- a/grep.changes +++ b/grep.changes @@ -1,11 +1,3 @@ -------------------------------------------------------------------- -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 c44eb82..9e376be 100644 --- a/grep.spec +++ b/grep.spec @@ -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-regex +%configure -C --bindir=/bin --without-included-rege %else AUTOPOINT=true autoreconf --force --install %configure --bindir=/bin --without-included-regex