diff --git a/pcre-7.2.tar.bz2 b/pcre-7.2.tar.bz2 deleted file mode 100644 index beab8cb..0000000 --- a/pcre-7.2.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:290a85d4d043eaf324821f5de4acf263ebc4bd232a34c8d348d6254ecbd3c520 -size 759104 diff --git a/pcre-7.4.tar.bz2 b/pcre-7.4.tar.bz2 new file mode 100644 index 0000000..0a0453f --- /dev/null +++ b/pcre-7.4.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5fb383fcc6d35e694950d203f9d7ef525165854dd4ac2c269e20e57a0d0b3e5 +size 783044 diff --git a/pcre.changes b/pcre.changes index 905365c..4088785 100644 --- a/pcre.changes +++ b/pcre.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue Nov 6 08:15:28 CET 2007 - crrodriguez@suse.de + +- update to version 7.4, since version 7.2, more than 40 bugs were fixed + including multiple vulnerabilities [#325921] . The list of changes is too long + to mention here, see changelog.txt for details. + ------------------------------------------------------------------- Wed Aug 8 12:46:16 CEST 2007 - ms@suse.de diff --git a/pcre.spec b/pcre.spec index 1e1ca30..c822ada 100644 --- a/pcre.spec +++ b/pcre.spec @@ -1,5 +1,5 @@ # -# spec file for package pcre (Version 7.2) +# spec file for package pcre (Version 7.4) # # Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine @@ -12,15 +12,15 @@ Name: pcre BuildRequires: gcc-c++ -Version: 7.2 -Release: 5 +Version: 7.4 +Release: 1 Summary: A library for Perl-compatible regular expressions -License: BSD 3-Clause, Other uncritical OpenSource License, PCRE LICENCE +License: BSD 3-Clause; Other uncritical OpenSource License Group: System/Libraries -Autoreqprov: on -URL: ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/ +AutoReqProv: on +Url: ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/ Source: %name-%version.tar.bz2 -Patch0: %name-%version.assert_fix.patch +Patch0: %name-7.2.assert_fix.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %description @@ -71,6 +71,8 @@ export CXXFLAGS="$RPM_OPT_FLAGS" %{__make} DESTDIR=%{buildroot} install %{__mkdir_p} %{buildroot}/%{_defaultdocdir} mv %{buildroot}/usr/share/doc/pcre %{buildroot}/%{_defaultdocdir}/pcre +#empty dependecy_libs +%{__rm} -f %{buildroot}%{_libdir}/*.la %check export LANG=POSIX @@ -94,7 +96,7 @@ make test %{_libdir}/*.so.* %{_bindir}/pcregrep %{_bindir}/pcretest -%doc %{_mandir}/man1/*.gz +%{_mandir}/man1/*.gz %files devel %defattr(-,root,root) @@ -102,12 +104,14 @@ make test %{_includedir}/* %{_libdir}/*.so %{_libdir}/*.a -%{_libdir}/*.la %{_libdir}/pkgconfig/libpcre.pc %{_libdir}/pkgconfig/libpcrecpp.pc -%doc %{_mandir}/man3/*.gz - +%{_mandir}/man3/*.gz %changelog +* Tue Nov 06 2007 - crrodriguez@suse.de +- update to version 7.4, since version 7.2, more than 40 bugs were fixed + including multiple vulnerabilities [#325921] . The list of changes is too long + to mention here, see changelog.txt for details. * Wed Aug 08 2007 - ms@suse.de - added fix to run ldconfig for libpcre*, Thanks to Cristian Rodriguez who provided