From bffac7d9c3ca2628a6f2d1a5432ffc2dbbd47016 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 6 Jan 2016 13:56:00 +0100 Subject: PHP 5.5.31 --- failed.txt | 6 ++---- php.spec | 8 +++++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/failed.txt b/failed.txt index eb48bec..0904e0a 100644 --- a/failed.txt +++ b/failed.txt @@ -1,8 +1,8 @@ -==== PHP 5.5.29 (2015-09-03) +==== PHP 5.5.31 (2016-01-07) $ grep -r 'Tests failed' /var/lib/mock/scl55*/build.log -/var/lib/mock/scl55el6x/build.log: Tests failed : 1 ( 0.0%) ( 0.0%) +/var/lib/mock/scl55el6x/build.log: Tests failed : 0 ( 0.0%) ( 0.0%) /var/lib/mock/scl55el7x/build.log: Tests failed : 0 ( 0.0%) ( 0.0%) /var/lib/mock/scl55fc21x/build.log:Tests failed : 0 ( 0.0%) ( 0.0%) /var/lib/mock/scl55fc22x/build.log:Tests failed : 0 ( 0.0%) ( 0.0%) @@ -10,7 +10,5 @@ $ grep -r 'Tests failed' /var/lib/mock/scl55*/build.log fc23: Bug #64802: openssl_x509_parse fails to parse subject properly in some cases [ext/openssl/tests/bug64802.phpt] -el6 - Bug #60120 proc_open hangs with stdin/out with 2048+ bytes [ext/standard/tests/streams/proc_open_bug60120.phpt] * proc_open have erratic results :( diff --git a/php.spec b/php.spec index 37a7c72..9bb2e0b 100644 --- a/php.spec +++ b/php.spec @@ -139,7 +139,7 @@ Summary: PHP scripting language for creating dynamic web sites Name: %{?scl_prefix}php -Version: 5.5.30 +Version: 5.5.31 Release: 1%{?dist} # All files licensed under PHP version 3.01, except # Zend is licensed under Zend @@ -1761,8 +1761,10 @@ fi %changelog -* Mon Dec 14 2015 Remi Collet 5.5.30-1.1 -- curl: add CURL_SSLVERSION_TLSv1_x constant +* Wed Jan 6 2016 Remi Collet 5.5.31-1 +- Update to 5.5.31 + http://www.php.net/releases/5_5_31.php +- curl: add CURL_SSLVERSION_TLSv1_x constants * Thu Oct 1 2015 Remi Collet 5.5.30-1 - Update to 5.5.30 -- cgit