summaryrefslogtreecommitdiffstats
path: root/php.spec
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2016-10-17 15:47:19 +0200
committerRemi Collet <fedora@famillecollet.com>2016-10-17 15:47:19 +0200
commit8a45534fbd5b555fd994ddeb6461dd011ac5884e (patch)
treebf588843f895aef3181e3d2a2a6fafe8b89c7bb2 /php.spec
parent903b64fd64a651abc8a84ab935cdfcf6614fa038 (diff)
PHP 7.1.0RC4
Diffstat (limited to 'php.spec')
-rw-r--r--php.spec15
1 files changed, 11 insertions, 4 deletions
diff --git a/php.spec b/php.spec
index 2ebf02f..5d8c0e0 100644
--- a/php.spec
+++ b/php.spec
@@ -26,7 +26,7 @@
%global zendver 20160303
%global pdover 20150127
# Extension version
-%global oci8ver 2.1.2
+%global oci8ver 2.1.3
# Adds -z now to the linker flags
%global _hardened_build 1
@@ -124,8 +124,8 @@
%global db_devel libdb-devel
%endif
-%global rcver RC3
-%global rpmrel 10
+%global rcver RC4
+%global rpmrel 11
Summary: PHP scripting language for creating dynamic web sites
@@ -169,7 +169,7 @@ Patch9: php-7.0.7-curl.patch
# Functional changes
Patch40: php-7.0.0-dlopen.patch
-Patch42: php-7.0.0-systzdata-v13.patch
+Patch42: php-7.1.0-systzdata-v14.patch
# See http://bugs.php.net/53436
Patch43: php-5.4.0-phpize.patch
# Use -lldap_r for OpenLDAP
@@ -883,7 +883,9 @@ support for JavaScript Object Notation (JSON) to PHP.
%endif
%patch40 -p1 -b .dlopen
+%if 0%{?fedora} >= 23 || 0%{?rhel} >= 5
%patch42 -p1 -b .systzdata
+%endif
%patch43 -p1 -b .headers
%if 0%{?fedora} >= 18 || 0%{?rhel} >= 7
%patch45 -p1 -b .ldap_r
@@ -1824,6 +1826,11 @@ fi
%changelog
+* Mon Oct 17 2016 Remi Collet <remi@fedoraproject.org> 7.1.0-0.11.RC4
+- Update to 7.1.0RC4
+- update tzdata patch to v14, improve check for valid tz file
+- oci8 version is now 2.1.3
+
* Wed Oct 5 2016 Remi Collet <remi@fedoraproject.org> 7.1.0-0.10.RC3
- rebuild