From d2378a0027bd78256eeb269d48ea09bead2bf3f6 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 12 Sep 2012 17:51:10 +0200 Subject: php 5.3.16 with upstream patch for https://bugs.php.net/62715 --- php53.spec | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'php53.spec') diff --git a/php53.spec b/php53.spec index 4ad6fa5..56f37ef 100644 --- a/php53.spec +++ b/php53.spec @@ -46,7 +46,7 @@ Summary: PHP scripting language for creating dynamic web sites Name: %{phpname} Version: 5.3.16 -Release: 3%{?dist} +Release: 4%{?dist} License: PHP Group: Development/Languages URL: http://www.php.net/ @@ -110,6 +110,10 @@ Patch93: php-5.3.9-mysqli.patch # http://svn.php.net/viewvc?view=revision&revision=300791 Patch94: php-5.3.7-pdo-dblib-50755.patch +# real fix for https://bugs.php.net/62715 +# http://git.php.net/?p=php-src.git;a=commitdiff;h=49b202f2cfe04d577671b685b7c0d3a096a433c7 +Patch95: php-5.3.16-62715.patch + BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -713,6 +717,7 @@ echo CIBLE = %{name}-%{version}-%{release} %patch93 -p1 -b .mysqli %endif %patch94 -p1 -b .50755 +%patch95 -p1 -b .62715 # Prevent %%doc confusion over LICENSE files @@ -1496,6 +1501,9 @@ fi %endif %changelog +* Tue Sep 12 2012 Remi Collet 5.3.16-4 +- add upstream patch for https://bugs.php.net/62715 + * Tue Sep 4 2012 Remi Collet 5.3.16-3 - use system pcre only on fedora >= 14 (version 8.10) -- cgit