summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2016-03-16 11:00:57 +0100
committerRemi Collet <fedora@famillecollet.com>2016-03-16 11:00:57 +0100
commitf7d113695150eeceb7a6f0c2147c265ea055d887 (patch)
treef0a18e27eef74a147039915e7098ed628218a70d
parent5a67a68feddaaf252eef026535e37fa14ebde127 (diff)
PHP 7.0.5RC1
-rw-r--r--failed.txt15
-rw-r--r--php.spec9
2 files changed, 13 insertions, 11 deletions
diff --git a/failed.txt b/failed.txt
index c4c1595..a844e27 100644
--- a/failed.txt
+++ b/failed.txt
@@ -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]
diff --git a/php.spec b/php.spec
index 8d077fa..1f68664 100644
--- a/php.spec
+++ b/php.spec
@@ -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