diff --git a/.cvsignore b/.cvsignore index 51b346f..1f61409 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1,2 +1,3 @@ pcre-4.5.tar.bz2 pcre-5.0.tar.bz2 +pcre-6.3.tar.bz2 diff --git a/pcre.spec b/pcre.spec index 82305d1..8051141 100644 --- a/pcre.spec +++ b/pcre.spec @@ -1,15 +1,14 @@ Name: pcre -Version: 5.0 -Release: 4 +Version: 6.3 +Release: 1 Summary: Perl-compatible regular expression library URL: http://www.pcre.org/ Source: ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/%{name}-%{version}.tar.bz2 -Patch0: pcre-5.0-amd64.patch Patch1: pcre-5.0-libdir.patch License: BSD Group: System Environment/Libraries Prefix: %{_prefix} -BuildRoot: %{_tmppath}/%{name}-root +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root Prereq: /sbin/ldconfig BuildPrereq: sed @@ -31,7 +30,6 @@ Development files (Headers, libraries for static linking, etc) for %{name}. %prep %setup -q -%patch0 -p1 -b .amd64 %patch1 -p1 -b .libdir %build @@ -79,6 +77,9 @@ rm -rf $RPM_BUILD_ROOT %{_bindir}/pcre-config %changelog +* Wed Aug 24 2005 Than Ngo 6.3-1 +- update to 6.3 + * Fri Mar 4 2005 Joe Orton 5.0-4 - rebuild diff --git a/sources b/sources index 524e3b0..ac40e2d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -813850808894d99fb5b1c41ec6335d4f pcre-5.0.tar.bz2 +e6779ead12cd20fa055fb3a05b004f2c pcre-6.3.tar.bz2