summaryrefslogtreecommitdiffstats
path: root/php70.spec
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2015-09-30 10:57:52 +0200
committerRemi Collet <fedora@famillecollet.com>2015-09-30 10:57:52 +0200
commita47f758b1748627d67cfade5cb1617e31b2f941e (patch)
tree67db505352c8780def50c3c1694b3d1cccea2570 /php70.spec
parent94172fdd6110be71abe8d668344954758b98d011 (diff)
PHP 7.0.0RC4
Diffstat (limited to 'php70.spec')
-rw-r--r--php70.spec16
1 files changed, 11 insertions, 5 deletions
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 <remi@fedoraproject.org> 7.0.0-0.6.RC4
+- Update to 7.0.0RC4
+- php-fpm: set http authorization headers
+
* Wed Sep 16 2015 Remi Collet <remi@fedoraproject.org> 7.0.0-0.5.RC3
- Update to 7.0.0RC3
- disable zip extension (provided in php-pecl-zip)