diff options
author | Remi Collet <remi@remirepo.net> | 2017-10-11 09:57:17 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2017-10-11 09:57:17 +0200 |
commit | 0913c053803f36e84fade1c4822db88432750cf2 (patch) | |
tree | 471a094c1dcb8222a007aeea55e90e6ce0c2617c /php71.spec | |
parent | 4b01abe1253fb472c3ce928f5a97560a4e299c13 (diff) |
Update to 7.1.11RC1
oci8 version is now 2.1.8
Diffstat (limited to 'php71.spec')
-rw-r--r-- | php71.spec | 12 |
1 files changed, 7 insertions, 5 deletions
@@ -14,7 +14,7 @@ %global pdover 20150127 # Extension version %global fileinfover 1.0.5 -%global oci8ver 2.1.7 +%global oci8ver 2.1.8 %global zipver 1.13.0 %global jsonver 1.5.0 @@ -107,8 +107,8 @@ %global db_devel libdb-devel %endif -%global upver 7.1.10 -#global rcver RC1 +%global upver 7.1.11 +%global rcver RC1 Summary: PHP scripting language for creating dynamic web sites Name: php @@ -170,7 +170,6 @@ Patch48: php-7.1.9-openssl-load-config.patch Patch91: php-5.6.3-oci8conf.patch # Upstream fixes (100+) -Patch100: php-upstream.patch # Security fixes (200+) @@ -1019,7 +1018,6 @@ support for JavaScript Object Notation (JSON) to PHP. %patch91 -p1 -b .remi-oci8 # upstream patches -%patch100 -p1 -b .up # security patches @@ -2057,6 +2055,10 @@ fi %changelog +* Wed Oct 11 2017 Remi Collet <remi@remirepo.net> - 7.1.11~RC1-1 +- Update to 7.1.11RC1 +- oci8 version is now 2.1.8 + * Wed Sep 27 2017 Remi Collet <remi@remirepo.net> - 7.1.10-1 - Update to 7.1.10 - http://www.php.net/releases/7_1_10.php |