Author: arekm Date: Thu Nov 1 15:40:52 2007 GMT Module: SPECS Tag: HEAD ---- Log message: rel 2 Prefix all pcreposix conflicting functions with pcreposix_ (changes ABI of pcreposix library but makes it conflict free from glibc)
---- Files affected: SPECS: pcre.spec (1.86 -> 1.87) ---- Diffs: ================================================================ Index: SPECS/pcre.spec diff -u SPECS/pcre.spec:1.86 SPECS/pcre.spec:1.87 --- SPECS/pcre.spec:1.86 Fri Sep 21 22:02:06 2007 +++ SPECS/pcre.spec Thu Nov 1 16:40:47 2007 @@ -9,11 +9,12 @@ Summary(pt_BR.UTF-8): Biblioteca de expressões regulares versão Name: pcre Version: 7.4 -Release: 1 +Release: 2 License: BSD (see LICENCE) Group: Libraries Source0: ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/%{name}-%{version}.tar.bz2 # Source0-md5: 7d05b4fb088ffa6fcf704e36ebb427f9 +Patch0: %{name}-pcreposix-glibc-conflict.patch URL: http://www.pcre.org/ BuildRequires: autoconf >= 2.57 BuildRequires: automake @@ -173,6 +174,7 @@ %prep %setup -q +%patch0 -p1 %build %{__libtoolize} @@ -289,6 +291,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.87 2007/11/01 15:40:47 arekm +rel 2 +Prefix all pcreposix conflicting functions with pcreposix_ (changes ABI of pcreposix library but makes it conflict free from glibc) + Revision 1.86 2007/09/21 20:02:06 adamg - updated to 7.4 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/pcre.spec?r1=1.86&r2=1.87&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
