diff options
author | Remi Collet <fedora@famillecollet.com> | 2016-03-16 11:00:57 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2016-03-16 11:00:57 +0100 |
commit | f7d113695150eeceb7a6f0c2147c265ea055d887 (patch) | |
tree | f0a18e27eef74a147039915e7098ed628218a70d | |
parent | 5a67a68feddaaf252eef026535e37fa14ebde127 (diff) |
PHP 7.0.5RC1
-rw-r--r-- | failed.txt | 15 | ||||
-rw-r--r-- | php.spec | 9 |
2 files changed, 13 insertions, 11 deletions
@@ -1,14 +1,13 @@ -===== 7.0.4 (2016-03-03) +===== 7.0.5RC1 (2016-03-16) $ grep -r 'Tests failed' /var/lib/mock/scl70*/build.log -/var/lib/mock/scl70el6x/build.log:Tests failed : 2 ( 0.0%) ( 0.0%) -/var/lib/mock/scl70el7x/build.log:Tests failed : 2 ( 0.0%) ( 0.0%) -/var/lib/mock/scl70fc20x/build.log:Tests failed : 2 ( 0.0%) ( 0.0%) -/var/lib/mock/scl70fc21x/build.log:Tests failed : 0 ( 0.0%) ( 0.0% -/var/lib/mock/scl70fc22x/build.log:Tests failed : 0 ( 0.0%) ( 0.0%) -/var/lib/mock/scl70fc23x/build.log:Tests failed : 0 ( 0.0%) ( 0.0%) -/var/lib/mock/scl70fc24x/build.log:Tests failed : 0 ( 0.0%) ( 0.0%) +/var/lib/mock/scl70el6x/build.log:Tests failed : 2 +/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/scl70fc24x/build.log:Tests failed : 0 el6x, el7x, fc20x Bug #33414 [2] (Comprehensive list of incorrect days returned after strotime() / date() tests) [ext/date/tests/bug33414-2.phpt] @@ -125,13 +125,13 @@ %global db_devel libdb-devel %endif -#global rcver RC1 -%global rpmrel 2 +%global rcver RC1 +%global rpmrel 1 Summary: PHP scripting language for creating dynamic web sites Name: %{?scl_prefix}php -Version: 7.0.4 +Version: 7.0.5 %if 0%{?gh_date} Release: 0.%{rpmrel}.%{gh_date}git%{gh_short}%{?dist} %else @@ -1841,6 +1841,9 @@ fi %changelog +* Wed Mar 16 2016 Remi Collet <remi@fedoraproject.org> 7.0.5-0.1.0RC1 +- Update to 7.0.5RC1 + * Sun Mar 6 2016 Remi Collet <remi@fedoraproject.org> 7.0.4-2 - adapt for F24: define %%pecl_xmldir and own it |