From 132bdefb306d2ca9559e402485c81ea34a8eba9b Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 26 Sep 2018 07:35:31 +0200 Subject: update to 7.2.11RC1 use oracle client library version 18.3 --- php.spec | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'php.spec') diff --git a/php.spec b/php.spec index 783d25e..9fb4ed9 100644 --- a/php.spec +++ b/php.spec @@ -55,7 +55,7 @@ %global mysql_sock %(mysql_config --socket 2>/dev/null || echo /var/lib/mysql/mysql.sock) -%global oraclever 12.2 +%global oraclever 18.3 # Build for LiteSpeed Web Server (LSAPI) %global with_lsws 1 @@ -124,8 +124,8 @@ %global db_devel libdb-devel %endif -%global upver 7.2.10 -#global rcver RC1 +%global upver 7.2.11 +%global rcver RC1 Summary: PHP scripting language for creating dynamic web sites Name: %{?scl_prefix}php @@ -185,8 +185,6 @@ Patch48: php-7.2.8-getallheaders.patch Patch91: php-7.2.0-oci8conf.patch # Upstream fixes (100+) -Patch100: https://github.com/php/php-src/commit/cd0a37994e3cbf1f0aa1174155d3d662cefe2e7a.patch -Patch101: https://github.com/php/php-src/commit/be50a72715c141befe6f34ece660745da894aaf3.patch # Security fixes (200+) @@ -930,8 +928,6 @@ low-level PHP extension for the libsodium cryptographic library. %patch91 -p1 -b .remi-oci8 # upstream patches -%patch100 -p1 -b .up1 -%patch101 -p1 -b .up2 # security patches @@ -1872,6 +1868,10 @@ fi %changelog +* Wed Sep 26 2018 Remi Collet - 7.2.11~RC1-1 +- update to 7.2.11RC1 +- use oracle client library version 18.3 + * Tue Sep 11 2018 Remi Collet - 7.2.10-1 - Update to 7.2.10 - http://www.php.net/releases/7_2_10.php -- cgit