From 3d6ef6461c6a07444cb19858d48d863560940e9b Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 5 Nov 2019 18:49:06 +0100 Subject: update to 7.2.25RC1 --- failed.txt | 6 ++---- php.spec | 7 +++++-- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/failed.txt b/failed.txt index c1bcb9c..e195320 100644 --- a/failed.txt +++ b/failed.txt @@ -1,8 +1,8 @@ -===== 7.2.24 (2019-10-24) +===== 7.2.25RC1 (2019-11-07) $ grep -ar 'Tests failed' /var/lib/mock/scl72*/build.log -/var/lib/mock/scl72el6x/build.log:Tests failed : 1 +/var/lib/mock/scl72el6x/build.log:Tests failed : 0 /var/lib/mock/scl72el7x/build.log:Tests failed : 0 /var/lib/mock/scl72el8x/build.log:Tests failed : 16 /var/lib/mock/scl72fc29x/build.log:Tests failed : 1 @@ -12,8 +12,6 @@ $ grep -ar 'Tests failed' /var/lib/mock/scl72*/build.log fc29x, fc30x, fc31x: TLS server rate-limits client-initiated renegotiation [ext/openssl/tests/stream_server_reneg_limit.phpt] -el76: - sni_server with separate pk and cert [ext/openssl/tests/sni_server_key_cert.phpt] el8x: buildroot issue under investigation diff --git a/php.spec b/php.spec index 90631b9..40fba67 100644 --- a/php.spec +++ b/php.spec @@ -131,8 +131,8 @@ %global db_devel libdb-devel %endif -%global upver 7.2.24 -#global rcver RC1 +%global upver 7.2.25 +%global rcver RC1 Summary: PHP scripting language for creating dynamic web sites Name: %{?scl_prefix}php @@ -1900,6 +1900,9 @@ fi %changelog +* Tue Nov 5 2019 Remi Collet - 7.2.25~RC1-1 +- update to 7.2.25RC1 + * Tue Oct 22 2019 Remi Collet - 7.2.24-1 - Update to 7.2.24 - http://www.php.net/releases/7_2_24.php -- cgit