From 3504732820bdf39bc90d01f9fd4e0e85f016703a Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 5 Mar 2019 15:07:19 +0100 Subject: Update to 7.2.16 - http://www.php.net/releases/7_2_16.php --- failed.txt | 15 +++++++-------- php72.spec | 7 +++++-- 2 files changed, 12 insertions(+), 10 deletions(-) diff --git a/failed.txt b/failed.txt index ba0bbfb..4c3e854 100644 --- a/failed.txt +++ b/failed.txt @@ -1,4 +1,4 @@ -===== 7.2.16RC1 (2019-02-21) +===== 7.2.16 (2019-03-07) $ grep -r 'Tests failed' /var/lib/mock/{fc,el}*/build.log @@ -6,20 +6,19 @@ $ grep -r 'Tests failed' /var/lib/mock/{fc,el}*/build.log /var/lib/mock/el6x/build.log:Tests failed : 0 /var/lib/mock/el7x/build.log:Tests failed : 0 /var/lib/mock/el8x73/build.logTests failed : 16 -/var/lib/mock/fc25i/build.log:Tests failed : 0 -/var/lib/mock/fc25x/build.log:Tests failed : 0 -/var/lib/mock/fc26i/build.log:Tests failed : 0 -/var/lib/mock/fc26x/build.log:Tests failed : 0 /var/lib/mock/fc27i/build.log:Tests failed : 0 /var/lib/mock/fc27x/build.log:Tests failed : 0 /var/lib/mock/fc28i/build.log:Tests failed : 0 /var/lib/mock/fc28x/build.log:Tests failed : 0 -/var/lib/mock/fc29i/build.log:Tests failed : 0 -/var/lib/mock/fc29x/build.log:Tests failed : 0 +/var/lib/mock/fc29i/build.log:Tests failed : 2 +/var/lib/mock/fc29x/build.log:Tests failed : 2 +fc29i, fc29x: + 5 openssl_decrypt() with CCM cipher algorithm tests [ext/openssl/tests/openssl_decrypt_ccm.phpt] + 5 TLS server rate-limits client-initiated renegotiation [ext/openssl/tests/stream_server_reneg_limit.phpt] el8x: - openssl failure under investigation + 5 openssl failure under investigation 1 proc_open give erratic test results :( diff --git a/php72.spec b/php72.spec index d77a0ec..f488b75 100644 --- a/php72.spec +++ b/php72.spec @@ -119,12 +119,12 @@ %endif %global upver 7.2.16 -%global rcver RC1 +#global rcver RC1 Summary: PHP scripting language for creating dynamic web sites Name: php Version: %{upver}%{?rcver:~%{rcver}} -Release: 2%{?dist} +Release: 1%{?dist} # All files licensed under PHP version 3.01, except # Zend is licensed under Zend # TSRM is licensed under BSD @@ -2179,6 +2179,9 @@ fi %changelog +* Tue Mar 5 2019 Remi Collet - 7.2.16-1 +- Update to 7.2.16 - http://www.php.net/releases/7_2_16.php + * Fri Feb 22 2019 Remi Collet - 7.2.16~RC1-2 - php-devel: drop dependency on libicu-devel -- cgit