From a47f758b1748627d67cfade5cb1617e31b2f941e Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 30 Sep 2015 10:57:52 +0200 Subject: PHP 7.0.0RC4 --- php70.spec | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) (limited to 'php70.spec') diff --git a/php70.spec b/php70.spec index d41ff5c..1db28da 100644 --- a/php70.spec +++ b/php70.spec @@ -132,8 +132,8 @@ %global db_devel libdb-devel %endif -%global rcver RC3 -%global rpmrel 5 +%global rcver RC4 +%global rpmrel 6 Summary: PHP scripting language for creating dynamic web sites Name: php @@ -178,7 +178,7 @@ Patch21: php-7.0.0-odbctimer.patch # Functional changes Patch40: php-7.0.0-dlopen.patch -Patch42: php-7.0.0-systzdata-v12.patch +Patch42: php-7.0.0-systzdata-v13.patch # See http://bugs.php.net/53436 Patch43: php-5.4.0-phpize.patch # Use -lldap_r for OpenLDAP @@ -955,7 +955,7 @@ httpd -V | grep -q 'threaded:.*yes' && exit 1 %patch21 -p1 -b .odbctimer %patch40 -p1 -b .dlopen -%if 0%{?fedora} >= 19 || 0%{?rhel} >= 5 +%if 0%{?fedora} >= 21 || 0%{?rhel} >= 5 %patch42 -p1 -b .systzdata %endif %patch43 -p1 -b .headers @@ -972,7 +972,9 @@ httpd -V | grep -q 'threaded:.*yes' && exit 1 # security patches # Fixes for tests +%if 0%{?fedora} >= 21 || 0%{?rhel} >= 5 %patch300 -p1 -b .datetests +%endif %if %{with_libpcre} if ! pkg-config libpcre --atleast-version 8.34 ; then # Only apply when system libpcre < 8.34 @@ -1189,7 +1191,7 @@ ln -sf ../configure --with-layout=GNU \ --with-kerberos \ --with-libxml-dir=%{_prefix} \ -%if 0%{?fedora} >= 19 || 0%{?rhel} >= 5 +%if 0%{?fedora} >= 21 || 0%{?rhel} >= 5 --with-system-tzdata \ %endif --with-mhash \ @@ -1999,6 +2001,10 @@ fi %changelog +* Wed Sep 30 2015 Remi Collet 7.0.0-0.6.RC4 +- Update to 7.0.0RC4 +- php-fpm: set http authorization headers + * Wed Sep 16 2015 Remi Collet 7.0.0-0.5.RC3 - Update to 7.0.0RC3 - disable zip extension (provided in php-pecl-zip) -- cgit