From 04446226f01deea19931f05c803401e78804e9d7 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 | 12 ++++++------ php55.spec | 6 +++++- 2 files changed, 11 insertions(+), 7 deletions(-) diff --git a/failed.txt b/failed.txt index 7c23c62..c451c92 100644 --- a/failed.txt +++ b/failed.txt @@ -1,12 +1,12 @@ -==== PHP 5.5.34 (2016-03-34) +==== PHP 5.5.35 (2016-04-28) $ grep -r 'Tests failed' /var/lib/mock/*/build.log -/var/lib/mock/el5i/build.log:Tests failed : 5 ( 0.0%) ( 0.1%) -/var/lib/mock/el5x/build.log:Tests failed : 3 ( 0.0%) ( 0.0%) -/var/lib/mock/el6i/build.log:Tests failed : 3 ( 0.0%) ( 0.0%) -/var/lib/mock/el6x/build.log:Tests failed : 0 ( 0.0%) ( 0.0%) -/var/lib/mock/el7x/build.log:Tests failed : 0 ( 0.0%) ( 0.0%) +/var/lib/mock/el5i/build.log:Tests failed : 5 +/var/lib/mock/el5x/build.log:Tests failed : 3 +/var/lib/mock/el6i/build.log:Tests failed : 3 +/var/lib/mock/el6x/build.log:Tests failed : 0 +/var/lib/mock/el7x/build.log:Tests failed : 0 el5i, el5x Bug #64802: openssl_x509_parse fails to parse subject properly in some cases [ext/openssl/tests/bug64802.phpt] diff --git a/php55.spec b/php55.spec index d790d3d..1216fb4 100644 --- a/php55.spec +++ b/php55.spec @@ -140,7 +140,7 @@ Summary: PHP scripting language for creating dynamic web sites Name: 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 @@ -1976,6 +1976,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