From da41e4743a0d8fd53bbf05bab2f4d40de5c44b36 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 29 Sep 2016 08:39:59 +0200 Subject: PHP 7.1.0RC3 --- failed.txt | 10 +++------- php.spec | 9 ++++++--- 2 files changed, 9 insertions(+), 10 deletions(-) diff --git a/failed.txt b/failed.txt index dc498b1..313eac8 100644 --- a/failed.txt +++ b/failed.txt @@ -1,18 +1,14 @@ -===== 7.1.0RC2 (2016-09-15) +===== 7.1.0RC3 (2016-09-29) $ grep -r 'Tests failed' /var/lib/mock/scl71*/build.log /var/lib/mock/scl70el6x/build.log:Tests failed : 0 /var/lib/mock/scl70el7x/build.log:Tests failed : 0 /var/lib/mock/scl70fc22x/build.log:Tests failed : 0 -/var/lib/mock/scl70fc23x/build.log:Tests failed : 1 +/var/lib/mock/scl70fc23x/build.log:Tests failed : 0 /var/lib/mock/scl70fc24x/build.log:Tests failed : 0 -/var/lib/mock/scl70fc25x/build.log:Tests failed : 1 +/var/lib/mock/scl70fc25x/build.log:Tests failed : 0 -fc23x - * Test session_set_save_handler() function : basic functionality [ext/session/tests/session_set_save_handler_basic.phpt] -fc25x - * Bug #60120 proc_open hangs with stdin/out with 2048+ bytes [ext/standard/tests/streams/proc_open_bug60120.phpt] * proc_open give erratic test results :( diff --git a/php.spec b/php.spec index d1e7c4b..f1bbb07 100644 --- a/php.spec +++ b/php.spec @@ -124,8 +124,8 @@ %global db_devel libdb-devel %endif -%global rcver RC2 -%global rpmrel 8 +%global rcver RC3 +%global rpmrel 9 Summary: PHP scripting language for creating dynamic web sites @@ -1824,7 +1824,10 @@ fi %changelog -* Wed Sep 14 2016 Remi Collet 7.1.0-0.9.RC2 +* Thu Sep 29 2016 Remi Collet 7.1.0-0.9.RC3 +- Update to 7.1.0RC3 + +* Wed Sep 14 2016 Remi Collet 7.1.0-0.8.RC2 - Update to 7.1.0RC2 - API version is now 20160303 -- cgit