From a1ce3dbccdb842d44672bf685e3597b7234c33ee Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 18 Jul 2017 17:03:00 +0200 Subject: v7.0.22RC1 --- php.spec | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'php.spec') diff --git a/php.spec b/php.spec index 3e28efe..f2dbbbf 100644 --- a/php.spec +++ b/php.spec @@ -25,7 +25,7 @@ %global zendver 20151012 %global pdover 20150127 # Extension version -%global oci8ver 2.1.5 +%global oci8ver 2.1.6 # Adds -z now to the linker flags %global _hardened_build 1 @@ -123,8 +123,8 @@ %global db_devel libdb-devel %endif -%global upver 7.0.21 -#global rcver RC1 +%global upver 7.0.22 +%global rcver RC1 Summary: PHP scripting language for creating dynamic web sites @@ -1813,6 +1813,10 @@ fi %changelog +* Tue Jul 18 2017 Remi Collet - 7.0.22~RC1-1 +- Update to 7.0.22RC1 +- oci8 version is now 2.1.6 + * Tue Jul 4 2017 Remi Collet - 7.0.21-1 - Update to 7.0.21 - http://www.php.net/releases/7_0_21.php -- cgit