summaryrefslogtreecommitdiffstats
path: root/php53.spec
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2012-09-12 17:51:10 +0200
committerRemi Collet <fedora@famillecollet.com>2012-09-12 17:51:10 +0200
commitd2378a0027bd78256eeb269d48ea09bead2bf3f6 (patch)
tree591c18b8d7ac91857495d58f6a4ed8c10ee7395c /php53.spec
parentfdb6688acbcbc53bef91755d2e46a9e530a7b615 (diff)
php 5.3.16 with upstream patch for https://bugs.php.net/62715
Diffstat (limited to 'php53.spec')
-rw-r--r--php53.spec10
1 files changed, 9 insertions, 1 deletions
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 <remi@fedoraproject.org> 5.3.16-4
+- add upstream patch for https://bugs.php.net/62715
+
* Tue Sep 4 2012 Remi Collet <remi@fedoraproject.org> 5.3.16-3
- use system pcre only on fedora >= 14 (version 8.10)