summaryrefslogtreecommitdiffstats
path: root/php.spec
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2016-01-29 11:44:01 +0100
committerRemi Collet <fedora@famillecollet.com>2016-01-29 11:44:01 +0100
commite0626928808ea6301a3326e9eabdd80f523a46d2 (patch)
tree5486276d29a48ff71b5cc61d5f0ad1d0482dad2b /php.spec
parent651448813c6b73bc7726112dd667865b0b51b8ec (diff)
php-fpm: test build for https://bugs.php.net/62172
Diffstat (limited to 'php.spec')
-rw-r--r--php.spec10
1 files changed, 9 insertions, 1 deletions
diff --git a/php.spec b/php.spec
index 2a5101b..aa82b81 100644
--- a/php.spec
+++ b/php.spec
@@ -126,7 +126,7 @@
%endif
%global rcver RC1
-%global rpmrel 1
+%global rpmrel 2
Summary: PHP scripting language for creating dynamic web sites
@@ -201,6 +201,8 @@ Patch300: php-5.6.3-datetests.patch
# Revert changes for pcre < 8.34
Patch301: php-7.0.0-oldpcre.patch
+# WIP
+Patch401: php-bug62172.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -914,6 +916,9 @@ if ! pkg-config libpcre --atleast-version 8.34 ; then
fi
%endif
+# WIP patch
+%patch401 -p1 -b .bug62172
+
# Prevent %%doc confusion over LICENSE files
cp Zend/LICENSE Zend/ZEND_LICENSE
cp TSRM/LICENSE TSRM_LICENSE
@@ -1817,6 +1822,9 @@ fi
%changelog
+* Fri Jan 29 2016 Remi Collet <remi@fedoraproject.org> 7.0.3-0.2.0RC1
+- FPM: test build for https://bugs.php.net/62172
+
* Wed Jan 20 2016 Remi Collet <remi@fedoraproject.org> 7.0.3-0.1.0RC1
- Update to 7.0.3RC1