From 37c20d7e746728c6f128ebbbfdfb44d0cef3b5be Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 5 Nov 2019 18:48:18 +0100 Subject: update to 7.2.25RC1 --- failed.txt | 12 ++++++------ php72.spec | 7 +++++-- 2 files changed, 11 insertions(+), 8 deletions(-) diff --git a/failed.txt b/failed.txt index 6997030..60dcb89 100644 --- a/failed.txt +++ b/failed.txt @@ -1,19 +1,19 @@ -===== 7.2.24 (2019-10-24) +===== 7.2.25RC1 (2019-11-07) $ grep -r 'Tests failed' /var/lib/mock/{fc,el}*/build.log -/var/lib/mock/el6i/build.log:Tests failed : 0 +/var/lib/mock/el6i/build.log:Tests failed : 1 /var/lib/mock/el6x/build.log:Tests failed : 0 -/var/lib/mock/el7x/build.log:Tests failed : 1 -/var/lib/mock/el8x73/build.logTests failed : 17 +/var/lib/mock/el7x/build.log:Tests failed : 0 +/var/lib/mock/el8x73/build.logTests failed : 16 /var/lib/mock/fc29i/build.log:Tests failed : 1 /var/lib/mock/fc29x/build.log:Tests failed : 1 fc29i, fc29x: 5 TLS server rate-limits client-initiated renegotiation [ext/openssl/tests/stream_server_reneg_limit.phpt] -el7x: - 1 Bug #69521 Segfault in gc_collect_cycles() [ext/standard/tests/streams/bug69521.phpt] +el6i + 1 php://input is empty when enable_post_data_reading=Off [tests/basic/bug67198.phpt] el8x: 5 openssl failure under investigation diff --git a/php72.spec b/php72.spec index 5fa8060..943fe73 100644 --- a/php72.spec +++ b/php72.spec @@ -116,8 +116,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: php @@ -2210,6 +2210,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 - change dependency on nginx-filesystem to weak -- cgit