From 11922d3fee432966d8224af7b50fe9c29556bb3a Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 27 Apr 2016 15:53:00 +0200 Subject: PHP 5.5.35 --- failed.txt | 14 +++++++------- php.spec | 6 +++++- 2 files changed, 12 insertions(+), 8 deletions(-) diff --git a/failed.txt b/failed.txt index d283c1b..5d08f7d 100644 --- a/failed.txt +++ b/failed.txt @@ -1,13 +1,13 @@ -==== PHP 5.5.34 (2016-03-31) +==== PHP 5.5.35 (2016-04-28) $ grep -r 'Tests failed' /var/lib/mock/scl55*/build.log -/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%) -/var/lib/mock/scl55fc23x/build.log:Tests failed : 1 ( 0.0%) ( 0.0%) -/var/lib/mock/scl55fc24x/build.log:Tests failed : 1 ( 0.0%) ( 0.0%) +/var/lib/mock/scl55el6x/build.log: Tests failed : 0 +/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 fc23, fc24: Bug #64802: openssl_x509_parse fails to parse subject properly in some cases [ext/openssl/tests/bug64802.phpt] diff --git a/php.spec b/php.spec index 8237a80..35d4e2d 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.34 +Version: 5.5.35 Release: 1%{?dist} # All files licensed under PHP version 3.01, except # Zend is licensed under Zend @@ -1770,6 +1770,10 @@ fi %changelog +* Wed Apr 27 2016 Remi Collet 5.5.35-1 +- Update to 5.5.35 + http://www.php.net/releases/5_5_35.php + * Tue Mar 29 2016 Remi Collet 5.5.34-1 - Update to 5.5.34 http://www.php.net/releases/5_5_34.php -- cgit