packages: php/php.spec - fix for pcre 8.30 (do not use pcre_info deprecated...
glen
glen at pld-linux.org
Thu Mar 29 10:49:20 CEST 2012
Author: glen Date: Thu Mar 29 08:49:20 2012 GMT
Module: packages Tag: HEAD
---- Log message:
- fix for pcre 8.30 (do not use pcre_info deprecated 12 years ago)
---- Files affected:
packages/php:
php.spec (1.978 -> 1.979)
---- Diffs:
================================================================
Index: packages/php/php.spec
diff -u packages/php/php.spec:1.978 packages/php/php.spec:1.979
--- packages/php/php.spec:1.978 Wed Mar 28 09:28:21 2012
+++ packages/php/php.spec Thu Mar 29 10:49:14 2012
@@ -111,7 +111,7 @@
%undefine with_filter
%endif
-%define rel 6
+%define rel 7
Summary: PHP: Hypertext Preprocessor
Summary(fr.UTF-8): Le langage de script embarque-HTML PHP
Summary(pl.UTF-8): Język skryptowy PHP
@@ -195,6 +195,7 @@
Patch64: %{name}-m4.patch
# http://spot.fedorapeople.org/php-5.3.6-libzip.patch
Patch65: system-libzip.patch
+Patch66: bug-60986.patch
URL: http://www.php.net/
%{?with_interbase:%{!?with_interbase_inst:BuildRequires: Firebird-devel >= 1.0.2.908-2}}
%{?with_pspell:BuildRequires: aspell-devel >= 2:0.50.0}
@@ -1935,6 +1936,7 @@
%patch62 -p1
%patch63 -p1
%patch64 -p1
+%patch66 -p1
%{?with_system_libzip:%patch65 -p1}
%{__rm} -r sapi/litespeed
gzip -dc %{SOURCE15} | tar xf - -C sapi/
@@ -3328,6 +3330,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.979 2012/03/29 08:49:14 glen
+- fix for pcre 8.30 (do not use pcre_info deprecated 12 years ago)
+
Revision 1.978 2012/03/28 07:28:21 arekm
- release 6
================================================================
---- CVS-web:
http://cvs.pld-linux.org/packages/php/php.spec?r1=1.978&r2=1.979
More information about the pld-cvs-commit
mailing list