From a838e2e892dbb6422749415ade71fa259342035e Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 9 Nov 2016 08:17:29 +0100 Subject: PHP 5.6.28 --- failed.txt | 6 ++++-- php56.spec | 5 ++++- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/failed.txt b/failed.txt index a7c7f58..973b2ab 100644 --- a/failed.txt +++ b/failed.txt @@ -1,8 +1,8 @@ -===== 5.6.28RC1 (2016-10-28) +===== 5.6.28 (2016-11-10) $ grep -r 'Tests failed' /var/lib/mock/*/build.log -/var/lib/mock/el5i/build.log:Tests failed : 7 +/var/lib/mock/el5i/build.log:Tests failed : 8 /var/lib/mock/el5x/build.log:Tests failed : 2 /var/lib/mock/el6i/build.log:Tests failed : 5 /var/lib/mock/el6x/build.log:Tests failed : 0 @@ -19,6 +19,8 @@ fc23i, fc23x *** 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] +el5i + Specific protocol method specification [ext/openssl/tests/stream_crypto_flags_004.phpt] el5i, el5x openssl_error_string() tests [ext/openssl/tests/openssl_error_string_basic.phpt] el5i, el5x diff --git a/php56.spec b/php56.spec index 13440c5..ac4d5a8 100644 --- a/php56.spec +++ b/php56.spec @@ -143,7 +143,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 @@ -1997,6 +1997,9 @@ fi %changelog +* Wed Nov 9 2016 Remi Collet 5.6.28-1 +- Update to 5.6.28 - http://www.php.net/releases/5_6_28.php + * Fri Oct 28 2016 Remi Collet 5.6.28-0.1.RC1 - update to 5.6.28RC1 -- cgit