From aea4cd97f9b9e515fad7aef7da2d621f18c7d8ef Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 1 Aug 2017 20:46:01 +0200 Subject: v7.2.0beta2 --- failed.txt | 2 +- php.spec | 10 +++++++--- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/failed.txt b/failed.txt index ff09bf2..32988c9 100644 --- a/failed.txt +++ b/failed.txt @@ -1,4 +1,4 @@ -===== 7.1.0beta1 (2017-07-20) +===== 7.1.0beta2 (2017-08-03) $ grep -r 'Tests failed' /var/lib/mock/scl72*/build.log /var/lib/mock/scl72el6x/build.log:Tests failed : 0 diff --git a/php.spec b/php.spec index d75f017..0bc25f3 100644 --- a/php.spec +++ b/php.spec @@ -26,7 +26,7 @@ %global zendver 20170718 %global pdover 20170320 # Extension version -%global oci8ver 2.1.6 +%global oci8ver 2.1.7 # Adds -z now to the linker flags %global _hardened_build 1 @@ -133,8 +133,8 @@ #global gh_date 20170711 %global gh_owner php %global gh_project php-src -%global rcver beta1 -%global rpmrel 13 +%global rcver beta2 +%global rpmrel 14 Summary: PHP scripting language for creating dynamic web sites @@ -1845,6 +1845,10 @@ fi %changelog +* Tue Aug 1 2017 Remi Collet - 7.2.0-0.14.beta2 +- update to 7.2.0beta2 +- oci8 version is now 2.1.7 + * Tue Jul 18 2017 Remi Collet - 7.2.0-0.13.beta1 - update to 7.2.0beta1 - oci8 version is now 2.1.6 -- cgit