diff options
| -rw-r--r-- | failed.txt | 14 | ||||
| -rw-r--r-- | php.spec | 8 | 
2 files changed, 14 insertions, 8 deletions
| @@ -1,16 +1,18 @@ -===== 7.1.0RC1 (2016-09-01) +===== 7.1.0RC2 (2016-09-15)  $ 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    :    2 -/var/lib/mock/scl70fc23x/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/scl70fc24x/build.log:Tests failed    :    0 +/var/lib/mock/scl70fc25x/build.log:Tests failed    :    1 -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] +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 :( @@ -22,7 +22,7 @@  %endif  # API/ABI check -%global apiver      20151012 +%global apiver      20160303  %global zendver     20160303  %global pdover      20150127  # Extension version @@ -124,7 +124,7 @@  %global db_devel  libdb-devel  %endif -%global rcver        RC1 +%global rcver        RC2  %global rpmrel       8 @@ -1824,6 +1824,10 @@ fi  %changelog +* Wed Sep 14 2016 Remi Collet <remi@fedoraproject.org> 7.1.0-0.9.RC2 +- Update to 7.1.0RC2 +- API version is now 20160303 +  * 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 | 
