diff options
author | Remi Collet <fedora@famillecollet.com> | 2016-09-29 08:39:59 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2016-09-29 08:39:59 +0200 |
commit | da41e4743a0d8fd53bbf05bab2f4d40de5c44b36 (patch) | |
tree | dbf10218f40c5941e0d9034641fce84873578962 | |
parent | bed65b4d04dd86c785ca0c5c5f2f77a601713f90 (diff) |
PHP 7.1.0RC3
-rw-r--r-- | failed.txt | 10 | ||||
-rw-r--r-- | php.spec | 9 |
2 files changed, 9 insertions, 10 deletions
@@ -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 :( @@ -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 <remi@fedoraproject.org> 7.1.0-0.9.RC2 +* Thu Sep 29 2016 Remi Collet <remi@fedoraproject.org> 7.1.0-0.9.RC3 +- Update to 7.1.0RC3 + +* Wed Sep 14 2016 Remi Collet <remi@fedoraproject.org> 7.1.0-0.8.RC2 - Update to 7.1.0RC2 - API version is now 20160303 |