summaryrefslogtreecommitdiffstats
path: root/php55.spec
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2013-11-04 15:05:34 +0100
committerRemi Collet <fedora@famillecollet.com>2013-11-04 15:05:34 +0100
commit59bffbcceee522cdfe631087997135e1be52aeb2 (patch)
tree922cfd0c671927c01723021e07a1314eb7f39286 /php55.spec
parent2011698bdfcd8b47fafb6dc94c0d519767e09537 (diff)
PHP 5.5 test build opcache with phar build shared https://github.com/zendtech/ZendOptimizerPlus/issues/147
Diffstat (limited to 'php55.spec')
-rw-r--r--php55.spec10
1 files changed, 7 insertions, 3 deletions
diff --git a/php55.spec b/php55.spec
index 4d55f2e..88224ed 100644
--- a/php55.spec
+++ b/php55.spec
@@ -100,7 +100,7 @@ Summary: PHP scripting language for creating dynamic web sites
Name: php
Version: 5.5.6
%if 0%{?snapdate:1}%{?rcver:1}
-Release: 0.3.%{?snapdate}%{?rcver}%{?dist}
+Release: 0.4.%{?snapdate}%{?rcver}%{?dist}
%else
Release: 2%{?dist}
%endif
@@ -167,7 +167,7 @@ Patch47: php-5.4.9-phpinfo.patch
Patch91: php-5.3.7-oci8conf.patch
# WIP
-#Patch99: php-wip.patch
+Patch99: php-wip.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -872,7 +872,7 @@ rm -rf ext/json
%patch91 -p1 -b .remi-oci8
# wip patches
-#patch99 -p1 -b .wip
+%patch99 -p1 -b .wip
# Prevent %%doc confusion over LICENSE files
cp Zend/LICENSE Zend/ZEND_LICENSE
@@ -1841,6 +1841,10 @@ fi
%changelog
+* Mon Nov 4 2013 Remi Collet <remi@fedoraproject.org> 5.5.6-0.4.RC1
+- test build opcache with phar build shared
+ https://github.com/zendtech/ZendOptimizerPlus/issues/147
+
* Mon Nov 4 2013 Remi Collet <remi@fedoraproject.org> 5.5.6-0.3.RC1
- build phar shared, opcache loaded with RTLD_LAZY