diff options
-rw-r--r-- | failed.txt | 17 | ||||
-rw-r--r-- | php.spec | 10 |
2 files changed, 16 insertions, 11 deletions
@@ -1,15 +1,16 @@ -===== 7.1.0beta2 (2016-08-04) +===== 7.1.0RC1 (2016-09-01) $ grep -r 'Tests failed' /var/lib/mock/scl71*/build.log -/var/lib/mock/scl70el6x/build.log:Tests failed : 1 -/var/lib/mock/scl70el7x/build.log:Tests failed : 1 -/var/lib/mock/scl70fc22x/build.log:Tests failed : 1 -/var/lib/mock/scl70fc23x/build.log:Tests failed : 1 -/var/lib/mock/scl70fc24x/build.log:Tests failed : 1 +/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 : 2 +/var/lib/mock/scl70fc23x/build.log:Tests failed : 0 +/var/lib/mock/scl70fc24x/build.log:Tests failed : 0 -el6x, el7x, fc22x, fc23x, fc24x - ** Test base64_decode() function : basic functionality - padding and whitespace [ext/standard/tests/url/base64_decode_basic_003.phpt] +fc22x + Bug #60120 proc_open hangs with stdin/out with 2048+ bytes [ext/standard/tests/streams/proc_open_bug60120.phpt] + Bug #64438 proc_open hangs with stdin/out with 4097+ bytes [ext/standard/tests/streams/proc_open_bug64438.phpt] * proc_open give erratic test results :( @@ -26,7 +26,7 @@ %global zendver 20160303 %global pdover 20150127 # Extension version -%global oci8ver 2.1.1 +%global oci8ver 2.1.2 # Adds -z now to the linker flags %global _hardened_build 1 @@ -124,8 +124,8 @@ %global db_devel libdb-devel %endif -%global rcver beta2 -%global rpmrel 7 +%global rcver RC1 +%global rpmrel 8 Summary: PHP scripting language for creating dynamic web sites @@ -1824,6 +1824,10 @@ fi %changelog +* Thu Sep 1 2016 Remi Collet <remi@fedoraproject.org> 7.1.0-0.8.RC1 +- Update to 7.1.0RC1 +- oci8 version is now 2.1.2 + * Wed Aug 3 2016 Remi Collet <remi@fedoraproject.org> 7.1.0-0.7.beta2 - Update to 7.1.0beta2 |