diff --git a/grep.spec b/grep.spec index d28da95..8503322 100644 --- a/grep.spec +++ b/grep.spec @@ -19,8 +19,7 @@ Patch13: grep-2.5.1-w.patch URL: http://www.gnu.org/software/grep/ Prereq: /sbin/install-info Buildroot: %{_tmppath}/%{name}-%{version}-root -Requires: pcre -Buildrequires: pcre-devel, texinfo, gettext, gzip +Buildrequires: pcre-devel >= 3.9-10, texinfo, gettext, gzip %description The GNU versions of commonly used grep utilities. Grep searches @@ -93,6 +92,9 @@ fi %{_mandir}/*/* %changelog +* Wed Apr 13 2005 Tim Waugh +- Build requires recent pcre-devel (bug #154626). + * Wed Mar 2 2005 Tim Waugh 2.5.1-48 - Rebuild for new GCC.