diff --git a/pcre.spec b/pcre.spec index 4c4e27f..3b1065d 100644 --- a/pcre.spec +++ b/pcre.spec @@ -1,11 +1,10 @@ Name: pcre -Version: 6.7 -Release: 1 +Version: 7.0 +Release: 2 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 Patch1: pcre-6.6-multilib.patch -Patch2: pcre-6.6-stack.patch License: BSD Group: System Environment/Libraries Prefix: %{_prefix} @@ -32,7 +31,6 @@ Development files (Headers, libraries for static linking, etc) for %{name}. %prep %setup -q %patch1 -p1 -b .multilib -%patch2 -p1 -b .stack %build %configure --enable-utf8 --enable-unicode-properties @@ -82,6 +80,9 @@ rm -rf %{buildroot} %{_bindir}/pcre-config %changelog +* Mon Jan 22 2007 Than Ngo - 7.0-1 +- 7.0 + * Mon Nov 27 2006 Than Ngo - 6.7-1 - update to 6.7 - fix #217303, enable-unicode-properties diff --git a/sources b/sources index 13fe031..e4dde64 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -dbbec9d178ce199e67e98c9a4f994f90 pcre-6.7.tar.bz2 +b97e3bb84bd665e0fbb7a90344d65a43 pcre-7.0.tar.bz2