diff options
-rw-r--r-- | failed.txt | 6 | ||||
-rw-r--r-- | php.spec | 5 |
2 files changed, 8 insertions, 3 deletions
@@ -1,4 +1,4 @@ -===== 7.0.8RC1 (2016-06-09) +===== 7.0.8 (2016-06-23) $ grep -r 'Tests failed' /var/lib/mock/scl70*/build.log @@ -6,12 +6,14 @@ $ grep -r 'Tests failed' /var/lib/mock/scl70*/build.log /var/lib/mock/scl70el7x/build.log:Tests failed : 2 /var/lib/mock/scl70fc21x/build.log:Tests failed : 0 /var/lib/mock/scl70fc22x/build.log:Tests failed : 0 -/var/lib/mock/scl70fc23x/build.log:Tests failed : 0 +/var/lib/mock/scl70fc23x/build.log:Tests failed : 1 /var/lib/mock/scl70fc24x/build.log:Tests failed : 0 el6x, el7x Bug #33414 [2] (Comprehensive list of incorrect days returned after strotime() / date() tests) [ext/date/tests/bug33414-2.phpt] strtotime() function (64 bit) [ext/date/tests/strtotime3-64bit.phpt] +fc23x + 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,7 +124,7 @@ %global db_devel libdb-devel %endif -%global rcver RC1 +#global rcver RC1 %global rpmrel 1 @@ -1819,6 +1819,9 @@ fi %changelog +* Wed Jun 22 2016 Remi Collet <remi@fedoraproject.org> 7.0.8-1 +- Update to 7.0.8 - http://www.php.net/releases/7_0_8.php + * Wed Jun 8 2016 Remi Collet <remi@fedoraproject.org> 7.0.8-0.1.RC1 - Update to 7.0.8RC1 - opcache version is now php version |