From 3be546796a6785af1deb2b210fffaed24c5aa2ea Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 8 Dec 2016 10:00:53 +0100 Subject: PHP 5.6.29 --- failed.txt | 15 ++++----------- php56.spec | 9 ++++++--- 2 files changed, 10 insertions(+), 14 deletions(-) diff --git a/failed.txt b/failed.txt index 2f6af71..6bc3e82 100644 --- a/failed.txt +++ b/failed.txt @@ -1,27 +1,20 @@ -===== 5.6.29RC1 (2016-11-24) +===== 5.6.29 (2016-12-08) $ grep -r 'Tests failed' /var/lib/mock/*/build.log -/var/lib/mock/el5i/build.log:Tests failed : 9 +/var/lib/mock/el5i/build.log:Tests failed : 7 /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 /var/lib/mock/el7x/build.log:Tests failed : 0 /var/lib/mock/fc22i/build.log:Tests failed : 2 /var/lib/mock/fc22x/build.log:Tests failed : 0 -/var/lib/mock/fc23i/build.log:Tests failed : 5 -/var/lib/mock/fc23x/build.log:Tests failed : 3 +/var/lib/mock/fc23i/build.log:Tests failed : 2 +/var/lib/mock/fc23x/build.log:Tests failed : 0 /var/lib/mock/fc24i/build.log:Tests failed : 2 /var/lib/mock/fc24x/build.log:Tests failed : 0 -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] - * Bug #64438 proc_open hangs with stdin/out with 4097+ bytes [ext/standard/tests/streams/proc_open_bug64438.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 c694000..46165cd 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 @@ -956,7 +956,7 @@ httpd -V | grep -q 'threaded:.*yes' && exit 1 %endif %patch40 -p1 -b .dlopen -%if 0%{?fedora} >= 23 || 0%{?rhel} >= 5 +%if 0%{?fedora} >= 24 || 0%{?rhel} >= 5 %patch42 -p1 -b .systzdata %endif %patch43 -p1 -b .headers @@ -1174,7 +1174,7 @@ ln -sf ../configure --with-layout=GNU \ --with-kerberos \ --with-libxml-dir=%{_prefix} \ -%if 0%{?fedora} >= 19 || 0%{?rhel} >= 5 +%if 0%{?fedora} >= 24 || 0%{?rhel} >= 5 --with-system-tzdata \ %endif --with-mhash \ @@ -1997,6 +1997,9 @@ fi %changelog +* Thu Dec 8 2016 Remi Collet 5.6.29-1 +- Update to 5.6.29 - http://www.php.net/releases/5_6_29.php + * Thu Nov 24 2016 Remi Collet 5.6.29-0.1.RC1 - update to 5.6.29RC1 -- cgit