diff options
author | Remi Collet <fedora@famillecollet.com> | 2017-01-06 07:59:48 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2017-01-06 07:59:48 +0100 |
commit | 2c5731b519e3f075e1572c1f54bb6465f85b6b11 (patch) | |
tree | d6044b9bd1ea882d92f265ac31436d2504464487 | |
parent | 3500292d647d9641d28e98dfcc0a2d7695fda194 (diff) |
PHP 5.6.30RC1
-rw-r--r-- | failed.txt | 19 | ||||
-rw-r--r-- | php.spec | 7 |
2 files changed, 16 insertions, 10 deletions
@@ -1,16 +1,19 @@ -===== 5.6.29 (2016-12-08) +===== 5.6.30RC1 (2017-01-06) $ grep -r 'Tests failed' /var/lib/mock/scl56*/build.log -/var/lib/mock/scl56el6x/build.log:Tests failed : 0 -/var/lib/mock/scl56el7x/build.log:Tests failed : 0 -/var/lib/mock/scl56fc22x/build.log:Tests failed : 0 -/var/lib/mock/scl56fc23x/build.log:Tests failed : 0 -/var/lib/mock/scl56fc24x/build.log:Tests failed : 0 -/var/lib/mock/scl56fc25x/build.log:Tests failed : 0 +/var/lib/mock/scl56el6x/build.log:Tests failed : 1 +/var/lib/mock/scl56el7x/build.log:Tests failed : 1 +/var/lib/mock/scl56fc22x/build.log:Tests failed : 1 +/var/lib/mock/scl56fc23x/build.log:Tests failed : 1 +/var/lib/mock/scl56fc24x/build.log:Tests failed : 1 +/var/lib/mock/scl56fc25x/build.log:Tests failed : 1 +el6x, el7x, fc22x, fc23x, fc24x, fc25x + *** __wakeup should be able to modify dynamic properties without affecting copies of those properties [ext/standard/tests/serialize/bug72610_3.phpt] + * proc_open have erratic results... :( -*** Related to tzdata 2016g (f24+) vs 2016f +*** test fixed upstream @@ -137,12 +137,12 @@ %global db_devel libdb-devel %endif -#global rcver RC1 +%global rcver RC1 %global rpmrel 1 Summary: PHP scripting language for creating dynamic web sites Name: %{?scl_prefix}php -Version: 5.6.29 +Version: 5.6.30 %if 0%{?rcver:1} Release: 0.%{rpmrel}.%{rcver}%{?dist} %else @@ -1818,6 +1818,9 @@ fi %changelog +* Fri Jan 6 2017 Remi Collet <remi@fedoraproject.org> 5.6.30-0.1.RC1 +- update to 5.6.30RC1 + * Thu Dec 8 2016 Remi Collet <remi@fedoraproject.org> 5.6.29-1 - Update to 5.6.29 - http://www.php.net/releases/5_6_29.php |