From b0bc4844ac4ec572c796568a3400ad17d8f3d3f6 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 21 Jun 2017 11:24:47 +0200 Subject: 7.1.7RC1 --- php.spec | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) (limited to 'php.spec') diff --git a/php.spec b/php.spec index b082d3a..fd7abc4 100644 --- a/php.spec +++ b/php.spec @@ -26,7 +26,7 @@ %global zendver 20160303 %global pdover 20150127 # Extension version -%global oci8ver 2.1.4 +%global oci8ver 2.1.5 # Adds -z now to the linker flags %global _hardened_build 1 @@ -55,7 +55,7 @@ %global mysql_sock %(mysql_config --socket 2>/dev/null || echo /var/lib/mysql/mysql.sock) -%global oraclever 12.1 +%global oraclever 12.2 # Build for LiteSpeed Web Server (LSAPI) %global with_lsws 1 @@ -124,8 +124,8 @@ %global db_devel libdb-devel %endif -%global upver 7.1.6 -#global rcver RC1 +%global upver 7.1.7 +%global rcver RC1 Summary: PHP scripting language for creating dynamic web sites @@ -187,7 +187,6 @@ Patch91: php-5.6.3-oci8conf.patch # Upstream fixes (100+) # Security fixes (200+) -Patch200: php-onigurama.patch # Fixes for tests (300+) # Factory is droped from system tzdata @@ -894,7 +893,6 @@ support for JavaScript Object Notation (JSON) to PHP. # upstream patches # security patches -%patch200 -p1 -b .onig # Fixes for tests %patch300 -p1 -b .datetests @@ -1815,6 +1813,11 @@ fi %changelog +* Wed Jun 21 2017 Remi Collet - 7.1.7~RC1-1 +- Update to 7.1.7RC1 +- oci8 version is now 2.1.5 +- use oracle instant client version 12.2 + * Wed Jun 7 2017 Remi Collet - 7.1.6-1 - Update to 7.1.6 - http://www.php.net/releases/7_1_6.php - add upstream security patches for oniguruma -- cgit