From ae0cacd7e2e9e3caef1be735da3cfccc6d001b2b Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 18 Jul 2017 20:34:23 +0200 Subject: v7.0.22RC1 --- failed.txt | 6 ++---- php70.spec | 10 +++++++--- 2 files changed, 9 insertions(+), 7 deletions(-) diff --git a/failed.txt b/failed.txt index 20d9093..e473382 100644 --- a/failed.txt +++ b/failed.txt @@ -1,11 +1,11 @@ -===== 7.0.21 (2017-07-06) +===== 7.0.22RC1 (2017-07-20) $ grep -r 'Tests failed' /var/lib/mock/*/build.log /var/lib/mock/el6i/build.log:Tests failed : 0 /var/lib/mock/el6x/build.log:Tests failed : 0 /var/lib/mock/el7x/build.log:Tests failed : 0 -/var/lib/mock/fc23i/build.log:Tests failed : 1 +/var/lib/mock/fc23i/build.log:Tests failed : 0 /var/lib/mock/fc23x/build.log:Tests failed : 0 /var/lib/mock/fc24i/build.log:Tests failed : 0 /var/lib/mock/fc24x/build.log:Tests failed : 0 @@ -13,8 +13,6 @@ $ grep -r 'Tests failed' /var/lib/mock/*/build.log /var/lib/mock/fc25x/build.log:Tests failed : 0 -fc23i - (1) Bug #60120 proc_open hangs with stdin/out with 2048+ bytes [ext/standard/tests/streams/proc_open_bug60120.phpt] (1) proc_open give erratic test results :( diff --git a/php70.spec b/php70.spec index 0365228..587361e 100644 --- a/php70.spec +++ b/php70.spec @@ -14,7 +14,7 @@ %global pdover 20150127 # Extension version %global fileinfover 1.0.5 -%global oci8ver 2.1.5 +%global oci8ver 2.1.6 %global zipver 1.13.0 %global jsonver 1.4.0 @@ -120,8 +120,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 Name: php @@ -2043,6 +2043,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