diff options
author | Remi Collet <fedora@famillecollet.com> | 2016-01-29 11:44:01 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2016-01-29 11:44:01 +0100 |
commit | 3671823f667f8de22bb9cbaf62306135b5e48494 (patch) | |
tree | 3e4ba3e5b37363b5f8b0f14d7e0e8a3363b6876e /php.spec | |
parent | 774350288908da72de57a11489d39d3dd424344e (diff) |
php-fpm: test build for https://bugs.php.net/62172
Diffstat (limited to 'php.spec')
-rw-r--r-- | php.spec | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -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 <remi@fedoraproject.org> 5.6.18-0.2.RC1 +- FPM: test build for https://bugs.php.net/62172 + * Thu Jan 21 2016 Remi Collet <remi@fedoraproject.org> 5.6.18-0.1.RC1 - update to 5.6.18RC1 |