From ad459f02946d7b381446945398f8648d583def49 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 8 Jul 2015 12:29:21 +0200 Subject: PHP 5.4.43 --- failed.txt | 6 ++---- php54.spec | 8 ++++++-- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/failed.txt b/failed.txt index e419a7c..051c150 100644 --- a/failed.txt +++ b/failed.txt @@ -1,4 +1,4 @@ -===== 5.5.42 +===== 5.5.43 $ grep -r 'Tests failed' /var/lib/mock/*/build.log @@ -18,10 +18,8 @@ $ grep -r 'Tests failed' /var/lib/mock/*/build.log Testing xpath() with invalid XML [ext/simplexml/tests/SimpleXMLElement_xpath.phpt] Bug #64146 (serialize incorrectly saving objects when they are cloned) [ext/standard/tests/serialize/bug64146.phpt] -/var/lib/mock/el6i/build.log:Tests failed : 6 ( 0.0%) ( 0.1%) +/var/lib/mock/el6i/build.log:Tests failed : 4 ( 0.0%) ( 0.1%) Bug #41523 (strtotime('0000-00-00 00:00:00') is parsed as 1999-11-30) (32 bit) [ext/date/tests/bug41523.phpt] - IPv4 Loopback test [ext/sockets/tests/ipv4loop.phpt] - ext/sockets - socket_getpeername_ipv4loop - basic test [ext/sockets/tests/socket_getpeername_ipv4loop.phpt] Testing xpath() with invalid XML [ext/simplexml/tests/SimpleXMLElement_xpath.phpt] Bug #64146 (serialize incorrectly saving objects when they are cloned) [ext/standard/tests/serialize/bug64146.phpt] Bug #32001 (xml_parse*() goes into infinite loop when autodetection in effect), using UTF-* [ext/xml/tests/bug32001.phpt] diff --git a/php54.spec b/php54.spec index 2866865..d45ccf1 100644 --- a/php54.spec +++ b/php54.spec @@ -97,8 +97,8 @@ Summary: PHP scripting language for creating dynamic web sites Name: php -Version: 5.4.42 -Release: 1%{?dist}.1 +Version: 5.4.43 +Release: 1%{?dist} # All files licensed under PHP version 3.01, except # Zend is licensed under Zend # TSRM is licensed under BSD @@ -1736,6 +1736,10 @@ fi %changelog +* Wed Jul 8 2015 Remi Collet 5.4.43-1 +- Update to 5.4.43 + http://www.php.net/releases/5_4_43.php + * Thu Jun 11 2015 Remi Collet 5.4.42-1.1 - don't provide php-sqlite3 on EL-5 - avoid issue when 2 builds run simultaneously -- cgit