From 3671823f667f8de22bb9cbaf62306135b5e48494 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 29 Jan 2016 11:44:01 +0100 Subject: php-fpm: test build for https://bugs.php.net/62172 --- php.spec | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'php.spec') diff --git a/php.spec b/php.spec index 3ad3438..75937a7 100644 --- a/php.spec +++ b/php.spec @@ -138,7 +138,7 @@ %endif %global rcver RC1 -%global rpmrel 1 +%global rpmrel 2 Summary: PHP scripting language for creating dynamic web sites Name: %{?scl_prefix}php @@ -208,6 +208,8 @@ Patch300: php-5.6.3-datetests.patch # Revert changes for pcre < 8.34 Patch301: php-5.6.0-oldpcre.patch +# WIP +Patch401: php-bug62172.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -908,6 +910,9 @@ support for using the enchant library to PHP. %endif %endif +# WIP patch +%patch401 -p1 -b .bug62172 + # Prevent %%doc confusion over LICENSE files cp Zend/LICENSE Zend/ZEND_LICENSE cp TSRM/LICENSE TSRM_LICENSE @@ -1801,6 +1806,9 @@ fi %changelog +* Fri Jan 29 2016 Remi Collet 5.6.18-0.2.RC1 +- FPM: test build for https://bugs.php.net/62172 + * Thu Jan 21 2016 Remi Collet 5.6.18-0.1.RC1 - update to 5.6.18RC1 -- cgit