From e279fe5f831b2f89c18473c1c647e373f8c325f2 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 6 Aug 2015 08:00:29 +0200 Subject: PHP 5.4.44 --- failed.txt | 14 +++++++------- php.spec | 6 +++++- 2 files changed, 12 insertions(+), 8 deletions(-) diff --git a/failed.txt b/failed.txt index 4ba3a50..740fb36 100644 --- a/failed.txt +++ b/failed.txt @@ -1,16 +1,16 @@ -===== 5.5.43 +===== 5.5.44 $ grep -r 'Tests failed' /var/lib/mock/scl54*/build.log /var/lib/mock/scl54fc19x/build.log:Tests failed : 0 ( 0.0%) ( 0.0%) /var/lib/mock/scl54fc20x/build.log:Tests failed : 0 ( 0.0%) ( 0.0%) /var/lib/mock/scl54fc21x/build.log:Tests failed : 1 ( 0.0%) ( 0.0%) - Test strptime() function : basic functionality [ext/standard/tests/time/strptime_basic.phpt] - /var/lib/mock/scl54fc22x/build.log:Tests failed : 1 ( 0.0%) ( 0.0%) - idem f21 - /var/lib/mock/scl54el6x/build.log:Tests failed : 1 ( 0.0%) ( 0.0%) - Bug #32001 (xml_parse*() goes into infinite loop when autodetection in effect), using UTF-* [ext/xml/tests/bug32001.phpt] - /var/lib/mock/scl54el7x/build.log:Tests failed : 0 ( 0.0%) ( 0.0%) + +f21, f22 + Test strptime() function : basic functionality [ext/standard/tests/time/strptime_basic.phpt] + +el6 + Bug #32001 (xml_parse*() goes into infinite loop when autodetection in effect), using UTF-* [ext/xml/tests/bug32001.phpt] diff --git a/php.spec b/php.spec index 0aab416..94670bc 100644 --- a/php.spec +++ b/php.spec @@ -118,7 +118,7 @@ Summary: PHP scripting language for creating dynamic web sites Name: %{?scl_prefix}php -Version: 5.4.43 +Version: 5.4.44 Release: 1%{?dist} # All files licensed under PHP version 3.01, except # Zend is licensed under Zend @@ -1617,6 +1617,10 @@ fi %changelog +* Thu Aug 6 2015 Remi Collet 5.4.44-1 +- Update to 5.4.44 + http://www.php.net/releases/5_4_44.php + * Wed Jul 8 2015 Remi Collet 5.4.43-1 - Update to 5.4.43 http://www.php.net/releases/5_4_43.php -- cgit