From e3118c6e1c54c6edc311d0953fc2319334a552a2 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 20 Nov 2019 19:02:31 +0100 Subject: Update to 7.2.25 - http://www.php.net/releases/7_2_25.php --- failed.txt | 6 ++---- php72.spec | 5 ++++- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/failed.txt b/failed.txt index 60dcb89..5d846ad 100644 --- a/failed.txt +++ b/failed.txt @@ -1,8 +1,8 @@ -===== 7.2.25RC1 (2019-11-07) +===== 7.2.25 (2019-11-21) $ grep -r 'Tests failed' /var/lib/mock/{fc,el}*/build.log -/var/lib/mock/el6i/build.log:Tests failed : 1 +/var/lib/mock/el6i/build.log:Tests failed : 0 /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 @@ -12,8 +12,6 @@ $ grep -r 'Tests failed' /var/lib/mock/{fc,el}*/build.log fc29i, fc29x: 5 TLS server rate-limits client-initiated renegotiation [ext/openssl/tests/stream_server_reneg_limit.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 943fe73..da536fe 100644 --- a/php72.spec +++ b/php72.spec @@ -117,7 +117,7 @@ %endif %global upver 7.2.25 -%global rcver RC1 +#global rcver RC1 Summary: PHP scripting language for creating dynamic web sites Name: php @@ -2210,6 +2210,9 @@ fi %changelog +* Wed Nov 20 2019 Remi Collet - 7.2.25-1 +- Update to 7.2.25 - http://www.php.net/releases/7_2_25.php + * Tue Nov 5 2019 Remi Collet - 7.2.25~RC1-1 - update to 7.2.25RC1 -- cgit