summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2016-10-13 14:39:37 +0200
committerRemi Collet <fedora@famillecollet.com>2016-10-13 14:39:37 +0200
commit6cb4df15d671a60e7c0c8cadbab891d4d71ed5e2 (patch)
tree6e4a17579238cfad8b324b28a17d15e932871b91
parent29edd88428d0c8ed83c29d2c64e6c08a174ad370 (diff)
PHP 7.0.12
-rw-r--r--failed.txt20
-rw-r--r--php.spec5
2 files changed, 18 insertions, 7 deletions
diff --git a/failed.txt b/failed.txt
index 14f7783..c26c357 100644
--- a/failed.txt
+++ b/failed.txt
@@ -1,17 +1,25 @@
-===== 7.0.12RC1 (2016-09-29)
+===== 7.0.12 (2016-10-13)
$ grep -r 'Tests failed' /var/lib/mock/scl70*/build.log
-/var/lib/mock/scl70el6x/build.log:Tests failed : 0
-/var/lib/mock/scl70el7x/build.log:Tests failed : 0
-/var/lib/mock/scl70fc21x/build.log:Tests failed : 0
+/var/lib/mock/scl70el6x/build.log:Tests failed : 1
+/var/lib/mock/scl70el7x/build.log:Tests failed : 1
/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
-/var/lib/mock/scl70fc25x/build.log:Tests failed : 0
+/var/lib/mock/scl70fc24x/build.log:Tests failed : 3
+/var/lib/mock/scl70fc25x/build.log:Tests failed : 3
+el6x:
+ * openssl_pkey_new() basic usage tests [ext/openssl/tests/openssl_pkey_new_basic.phpt]
+el7x:
+ * Bug #69900 Commandline input/output weird behaviour with STDIO [ext/standard/tests/streams/proc_open_bug69900.phpt]
+fc24x, fc25x:
+ *** Bug #20382 [2] (strtotime ("Monday", $date) produces wrong result on DST changeover) [ext/date/tests/bug20382-2.phpt]
+ *** Bug #33414 [1] (Comprehensive list of incorrect days returned after strotime() / date() tests) [ext/date/tests/bug33414-1.phpt]
+ *** Bug #33415 [1] (Possibly invalid non-one-hour DST or timezone shifts) [ext/date/tests/bug33415-1.phpt]
* proc_open give erratic test results :(
** fixed upstream
+*** Related to tzdata 2016g (f24+) vs 2016f
diff --git a/php.spec b/php.spec
index 70d9b97..808f004 100644
--- a/php.spec
+++ b/php.spec
@@ -124,7 +124,7 @@
%global db_devel libdb-devel
%endif
-%global rcver RC1
+#global rcver RC1
%global rpmrel 1
@@ -1824,6 +1824,9 @@ fi
%changelog
+* Thu Oct 13 2016 Remi Collet <remi@fedoraproject.org> 7.0.12-1
+- Update to 7.0.12 - http://www.php.net/releases/7_0_12.php
+
* Tue Sep 27 2016 Remi Collet <remi@fedoraproject.org> 7.0.12-0.1.RC1
- Update to 7.0.12RC1