From e82f7094730b3e7a3ef16eff7e094b67580e7ef8 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 20 Jul 2016 16:17:01 +0200 Subject: PHP 5.5.38 --- failed.txt | 8 +++++--- php.spec | 7 +++++-- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/failed.txt b/failed.txt index a4e0425..31f3cd7 100644 --- a/failed.txt +++ b/failed.txt @@ -1,4 +1,4 @@ -==== PHP 5.5.37 (2016-06-23) +==== PHP 5.5.38 (2016-07-21) $ grep -r 'Tests failed' /var/lib/mock/scl55*/build.log @@ -6,10 +6,12 @@ $ grep -r 'Tests failed' /var/lib/mock/scl55*/build.log /var/lib/mock/scl55el7x/build.log: Tests failed : 0 /var/lib/mock/scl55fc21x/build.log:Tests failed : 0 /var/lib/mock/scl55fc22x/build.log:Tests failed : 0 -/var/lib/mock/scl55fc23x/build.log:Tests failed : 1 -/var/lib/mock/scl55fc24x/build.log:Tests failed : 1 +/var/lib/mock/scl55fc23x/build.log:Tests failed : 2 +/var/lib/mock/scl55fc24x/build.log:Tests failed : 2 fc23, fc24: Bug #64802: openssl_x509_parse fails to parse subject properly in some cases [ext/openssl/tests/bug64802.phpt] + Bug #33414 [1] (Comprehensive list of incorrect days returned after strotime() / date() tests) [ext/date/tests/bug33414-1.phpt] + * proc_open have erratic results :( diff --git a/php.spec b/php.spec index 1c6b418..4e858fd 100644 --- a/php.spec +++ b/php.spec @@ -139,8 +139,8 @@ Summary: PHP scripting language for creating dynamic web sites Name: %{?scl_prefix}php -Version: 5.5.37 -Release: 1.1%{?dist} +Version: 5.5.38 +Release: 1%{?dist} # All files licensed under PHP version 3.01, except # Zend is licensed under Zend # TSRM is licensed under BSD @@ -1776,6 +1776,9 @@ fi %changelog +* Wed Jul 20 2016 Remi Collet 5.5.38-1 +- Update to 5.5.38 - http://www.php.net/releases/5_5_38.php + * Thu Jun 30 2016 Remi Collet 5.5.37-1.1 - own tests/doc directories for pecl packages (f24) -- cgit