diff --git a/.cvsignore b/.cvsignore index ea3ecd9..0420cb3 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -pcre-4.4.tar.bz2 +pcre-4.5.tar.bz2 diff --git a/pcre.spec b/pcre.spec index d0779d0..abffc7d 100644 --- a/pcre.spec +++ b/pcre.spec @@ -1,5 +1,5 @@ Name: pcre -Version: 4.4 +Version: 4.5 Release: 1 Summary: Perl-compatible regular expression library URL: http://www.pcre.org/ @@ -9,6 +9,7 @@ License: GPL Group: System Environment/Libraries Prefix: %{_prefix} BuildRoot: %{_tmppath}/%{name}-root +Prereq: /sbin/ldconfig BuildPrereq: sed %description @@ -28,7 +29,7 @@ Requires: %{name} = %{version}-%{release} Development files (Headers, libraries for static linking, etc) for %{name}. %prep -%setup +%setup -q %patch -p1 -b .libtool %configure --includedir=%{_includedir}/%{name} --enable-utf8 @@ -72,6 +73,15 @@ rm -rf $RPM_BUILD_ROOT %{_bindir}/pcre-config %changelog +* Fri Mar 12 2004 Than Ngo 4.5-1 +- update to 4.5 + +* Tue Mar 02 2004 Elliot Lee +- rebuilt + +* Fri Feb 13 2004 Elliot Lee +- rebuilt + * Fri Sep 26 2003 Harald Hoyer 4.4-1 - 4.4 diff --git a/sources b/sources index d4b18dd..d23968a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -89fc389191d9611b314c3fc23235377b pcre-4.4.tar.bz2 +c51bd34197008b128046f0799d2242e4 pcre-4.5.tar.bz2