From 4cca2432b1fa003066bfe4ca087023032604eee8 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 24 May 2017 10:18:20 +0200 Subject: 7.1.6RC1 --- failed.txt | 12 ++++++------ php71.spec | 7 +++++-- 2 files changed, 11 insertions(+), 8 deletions(-) diff --git a/failed.txt b/failed.txt index 5dc15e9..2d279ae 100644 --- a/failed.txt +++ b/failed.txt @@ -1,22 +1,22 @@ -===== 7.1.5 (2017-05-11) +===== 7.1.6RC1 (2017-05-25) $ 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 /var/lib/mock/fc25i/build.log:Tests failed : 0 /var/lib/mock/fc25x/build.log:Tests failed : 0 -/var/lib/mock/fc26i/build.log:Tests failed : 1 -/var/lib/mock/fc26x/build.log:Tests failed : 1 +/var/lib/mock/fc26i/build.log:Tests failed : 0 +/var/lib/mock/fc26x/build.log:Tests failed : 0 -fc26i, fc26x - (2) sni_server [ext/openssl/tests/sni_server.phpt] +fc23i + Bug #70198 Checking liveness does not work as expected [ext/standard/tests/streams/bug70198.phpt] (1) proc_open give erratic test results :( diff --git a/php71.spec b/php71.spec index a675930..7d09e8d 100644 --- a/php71.spec +++ b/php71.spec @@ -120,8 +120,8 @@ %global db_devel libdb-devel %endif -%global upver 7.1.5 -#global rcver RC1 +%global upver 7.1.6 +%global rcver RC1 Summary: PHP scripting language for creating dynamic web sites Name: php @@ -2057,6 +2057,9 @@ fi %changelog +* Wed May 24 2017 Remi Collet - 7.1.6~RC1-1 +- Update to 7.1.6RC1 + * Tue May 9 2017 Remi Collet - 7.1.5-1 - Update to 7.1.5 - http://www.php.net/releases/7_1_5.php -- cgit