diff options
-rw-r--r-- | failed.txt | 6 | ||||
-rw-r--r-- | php.spec | 7 |
2 files changed, 8 insertions, 5 deletions
@@ -1,4 +1,4 @@ -===== 5.6.15RC1 (2015-10-15) +===== 5.6.15 (2015-10-29) $ grep -r 'Tests failed' /var/lib/mock/scl56*/build.log @@ -7,7 +7,7 @@ $ grep -r 'Tests failed' /var/lib/mock/scl56*/build.log /var/lib/mock/scl56fc19x/build.log:Tests failed : 5 ( 0.0%) ( 0.0%) /var/lib/mock/scl56fc20x/build.log:Tests failed : 5 ( 0.0%) ( 0.0%) /var/lib/mock/scl56fc21x/build.log:Tests failed : 0 ( 0.0%) ( 0.0%) -/var/lib/mock/scl56fc22x/build.log:Tests failed : 1 ( 0.0%) ( 0.0%) +/var/lib/mock/scl56fc22x/build.log:Tests failed : 0 ( 0.0%) ( 0.0%) /var/lib/mock/scl56fc23x/build.log:Tests failed : 0 ( 0.0%) ( 0.0%) el6x, el7x, fc19x, fc20x: @@ -17,8 +17,6 @@ el6x, el7x, fc19x, fc20x: Test getdate() function : usage variation - Passing high positive and negative float values to timestamp. [ext/date/tests/getdate_variation7.phpt] strtotime() function (64 bit) [ext/date/tests/strtotime3-64bit.phpt] -fc22x: - Bug #60120 proc_open hangs with stdin/out with 2048+ bytes [ext/standard/tests/streams/proc_open_bug60120.phpt * outdated tzdata cause date failure * proc_open have erratic results... :( @@ -137,7 +137,7 @@ %global db_devel libdb-devel %endif -%global rcver RC1 +#global rcver RC1 %global rpmrel 1 Summary: PHP scripting language for creating dynamic web sites @@ -1786,6 +1786,11 @@ fi %changelog +* Thu Oct 29 2015 Remi Collet <remi@fedoraproject.org> 5.6.15-1 +- Update to 5.6.15 + http://www.php.net/releases/5_6_15.php +- php-config: reports all built sapis + * Thu Oct 15 2015 Remi Collet <remi@fedoraproject.org> 5.6.15-0.1.RC1 - update to 5.6.15RC1 |