From ef3afb9ccf410ba2a2278014d04957dfe87271d4 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sun, 12 Jul 2015 20:50:46 +0200 Subject: PHP 5.6.11 --- failed.txt | 4 ++-- php56.spec | 8 ++++++-- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/failed.txt b/failed.txt index 2b535e0..7bad90a 100644 --- a/failed.txt +++ b/failed.txt @@ -1,4 +1,4 @@ -===== 5.6.10 +===== 5.6.11 $ grep -r 'Tests failed' /var/lib/mock/56*/build.log @@ -23,5 +23,5 @@ el5i, el5x sni_server [ext/openssl/tests/sni_server.phpt] Specific protocol method specification [ext/openssl/tests/stream_crypto_flags_004.phpt] -[1] known issue, not fix found +[1] known issue, no fix found [2] ext/openssl erratic results... unable to connect to ssl://127.0.0.1:64321 diff --git a/php56.spec b/php56.spec index dbab030..955f08e 100644 --- a/php56.spec +++ b/php56.spec @@ -147,11 +147,11 @@ Summary: PHP scripting language for creating dynamic web sites Name: php -Version: 5.6.10 +Version: 5.6.11 %if 0%{?snapdate:1}%{?rcver:1} Release: 0.1.%{?snapdate}%{?rcver}%{?dist} %else -Release: 1%{?dist}.1 +Release: 1%{?dist} %endif # All files licensed under PHP version 3.01, except # Zend is licensed under Zend @@ -1975,6 +1975,10 @@ fi %changelog +* Sun Jul 12 2015 Remi Collet 5.6.11-1 +- Update to 5.6.11 + http://www.php.net/releases/5_6_11.php + * Thu Jun 11 2015 Remi Collet 5.6.10-1.1 - don't provide php-sqlite3 on EL-5 - the phar link is now correctly created -- cgit