summaryrefslogtreecommitdiffstats
path: root/php53.spec
diff options
context:
space:
mode:
Diffstat (limited to 'php53.spec')
-rw-r--r--php53.spec8
1 files changed, 7 insertions, 1 deletions
diff --git a/php53.spec b/php53.spec
index cdb9926..27dcc7f 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.17
-Release: 1%{?dist}
+Release: 2%{?dist}
License: PHP
Group: Development/Languages
URL: http://www.php.net/
@@ -81,6 +81,8 @@ Patch9: php-5.3.9-mysqlnd.patch
# Fixes for extension modules
Patch20: php-4.3.11-shutdown.patch
Patch21: php-5.3.3-macropen.patch
+# https://bugs.php.net/bug.php?id=62886 - php-fpm startup
+Patch22: php-5.3.17-fpm.patch
# Functional changes
Patch40: php-5.0.4-dlopen.patch
@@ -696,6 +698,7 @@ echo CIBLE = %{name}-%{version}-%{release}
%patch20 -p1 -b .shutdown
%patch21 -p1 -b .macropen
+%patch22 -p1 -b .fpmstartup
%patch40 -p1 -b .dlopen
%patch41 -p1 -b .easter
@@ -1496,6 +1499,9 @@ fi
%endif
%changelog
+* Mon Oct 1 2012 Remi Collet <remi@fedoraproject.org> 5.3.17-2
+- add upstream patch for fpm startup issue (#846858)
+
* Thu Sep 13 2012 Remi Collet <remi@fedoraproject.org> 5.3.17-1
- update to 5.3.17