From 0e9a4628cb3cfb15cb88aa6d88d47900e7461453 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 2 Aug 2017 10:01:22 +0200 Subject: v7.0.22 --- failed.txt | 6 ++++-- php70.spec | 5 ++++- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/failed.txt b/failed.txt index e473382..84e3481 100644 --- a/failed.txt +++ b/failed.txt @@ -1,11 +1,11 @@ -===== 7.0.22RC1 (2017-07-20) +===== 7.0.22 (2017-08-03) $ 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 : 0 +/var/lib/mock/fc23i/build.log:Tests failed : 1 /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,6 +13,8 @@ $ grep -r 'Tests failed' /var/lib/mock/*/build.log /var/lib/mock/fc25x/build.log:Tests failed : 0 +fc23i + 1 Bug #64438 proc_open hangs with stdin/out with 4097+ bytes [ext/standard/tests/streams/proc_open_bug64438.phpt] (1) proc_open give erratic test results :( diff --git a/php70.spec b/php70.spec index 587361e..a219dea 100644 --- a/php70.spec +++ b/php70.spec @@ -121,7 +121,7 @@ %endif %global upver 7.0.22 -%global rcver RC1 +#global rcver RC1 Summary: PHP scripting language for creating dynamic web sites Name: php @@ -2043,6 +2043,9 @@ fi %changelog +* Wed Aug 2 2017 Remi Collet - 7.0.22-1 +- Update to 7.0.22 - http://www.php.net/releases/7_0_22.php + * Tue Jul 18 2017 Remi Collet - 7.0.22~RC1-1 - Update to 7.0.22RC1 - oci8 version is now 2.1.6 -- cgit