From e61fe126bf2b827fe65cc9d089e097d88687ca42 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 28 Aug 2018 11:03:18 +0200 Subject: v7.2.10RC1 --- failed.txt | 6 +++++- php.spec | 7 +++++-- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/failed.txt b/failed.txt index e1c68b3..f64297f 100644 --- a/failed.txt +++ b/failed.txt @@ -1,4 +1,4 @@ -===== 7.2.9 (2018-08-16) +===== 7.2.10RC1 (2018-08-30) $ grep -r 'Tests failed' /var/lib/mock/scl72*/build.log @@ -8,8 +8,12 @@ $ grep -r 'Tests failed' /var/lib/mock/scl72*/build.log /var/lib/mock/scl72fc26x/build.log:Tests failed : 0 /var/lib/mock/scl72fc27x/build.log:Tests failed : 0 /var/lib/mock/scl72fc28x/build.log:Tests failed : 0 +/var/lib/mock/scl72fc29x/build.log:Tests failed : 2 +fc29x + security_level setting to prohibit cert [ext/openssl/tests/stream_security_level.phpt] + TLS server rate-limits client-initiated renegotiation [ext/openssl/tests/stream_server_reneg_limit.phpt] (1) proc_open give erratic test results :( diff --git a/php.spec b/php.spec index 3d3b06b..5876a36 100644 --- a/php.spec +++ b/php.spec @@ -124,8 +124,8 @@ %global db_devel libdb-devel %endif -%global upver 7.2.9 -#global rcver RC1 +%global upver 7.2.10 +%global rcver RC1 Summary: PHP scripting language for creating dynamic web sites Name: %{?scl_prefix}php @@ -1868,6 +1868,9 @@ fi %changelog +* Tue Aug 28 2018 Remi Collet - 7.2.10~RC1-1 +- update to 7.2.10RC1 + * Wed Aug 15 2018 Remi Collet - 7.2.9-1 - Update to 7.2.9 - http://www.php.net/releases/7_2_9.php -- cgit