diff options
Diffstat (limited to 'php70.spec')
-rw-r--r-- | php70.spec | 17 |
1 files changed, 6 insertions, 11 deletions
@@ -121,12 +121,12 @@ %global db_devel libdb-devel %endif -#global rcver RC1 -%global rpmrel 2 +%global rcver RC1 +%global rpmrel 1 Summary: PHP scripting language for creating dynamic web sites Name: php -Version: 7.0.5 +Version: 7.0.6 Release: %{?rcver:0.}%{rpmrel}%{?rcver:.%{rcver}}%{?dist} # All files licensed under PHP version 3.01, except # Zend is licensed under Zend @@ -162,10 +162,6 @@ Patch7: php-5.3.0-recode.patch Patch8: php-7.0.2-libdb.patch Patch9: php-5.5.30-curl.patch -# Fixes for extension modules -# https://bugs.php.net/63171 no odbc call during timeout -Patch21: php-7.0.0-odbctimer.patch - # Functional changes Patch40: php-7.0.0-dlopen.patch Patch42: php-7.0.0-systzdata-v13.patch @@ -182,7 +178,6 @@ Patch47: php-5.6.3-phpinfo.patch Patch91: php-5.6.3-oci8conf.patch # Upstream fixes (100+) -Patch100: bug71914.patch # Security fixes (200+) @@ -950,8 +945,6 @@ httpd -V | grep -q 'threaded:.*yes' && exit 1 %patch9 -p1 -b .curltls %endif -%patch21 -p1 -b .odbctimer - %patch40 -p1 -b .dlopen %if 0%{?fedora} >= 21 || 0%{?rhel} >= 5 %patch42 -p1 -b .systzdata @@ -966,7 +959,6 @@ httpd -V | grep -q 'threaded:.*yes' && exit 1 %patch91 -p1 -b .remi-oci8 # upstream patches -%patch100 -p1 -b .bug71914 # security patches @@ -2005,6 +1997,9 @@ fi %changelog +* Tue Apr 12 2016 Remi Collet <remi@fedoraproject.org> 7.0.6-0.1.0RC1 +- Update to 7.0.6RC1 + * Fri Apr 8 2016 Remi Collet <remi@fedoraproject.org> 7.0.5-2 - Fixed bug #71914 (Reference is lost in "switch") |