From a0c85eec296a633c93bd41e341e2b5a39caf3559 Mon Sep 17 00:00:00 2001 From: Tim Waugh Date: Jan 07 2005 17:04:58 +0000 Subject: - Run 'make check'. --- diff --git a/grep.spec b/grep.spec index 169d9bb..59414a7 100644 --- a/grep.spec +++ b/grep.spec @@ -1,7 +1,7 @@ Summary: The GNU versions of grep pattern matching utilities. Name: grep Version: 2.5.1 -Release: 46 +Release: 47 License: GPL Group: Applications/Text Source: ftp://ftp.gnu.org/pub/gnu/grep/grep-%{version}a.tar.bz2 @@ -50,6 +50,7 @@ chmod a+x tests/fmbtest.sh [ ! -e configure ] && ./autogen.sh %configure --without-included-regex make CFLAGS="$RPM_OPT_FLAGS -I%{_includedir}/pcre" +make check %install rm -rf ${RPM_BUILD_ROOT} @@ -92,7 +93,8 @@ fi %{_mandir}/*/* %changelog -* Fri Jan 7 2005 Tim Waugh +* Fri Jan 7 2005 Tim Waugh 2.5.1-47 +- Run 'make check'. - Fixed -w handling for EGexecute. Now 'make check' passes. - Cache MB_CUR_MAX value in egf-speedup patch. - Fixed variable shadowing in egf-speedup patch.