diff options
-rw-r--r-- | failed.txt | 6 | ||||
-rw-r--r-- | php72.spec | 5 |
2 files changed, 6 insertions, 5 deletions
@@ -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 @@ -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 <remi@remirepo.net> - 7.2.25-1 +- Update to 7.2.25 - http://www.php.net/releases/7_2_25.php + * Tue Nov 5 2019 Remi Collet <remi@remirepo.net> - 7.2.25~RC1-1 - update to 7.2.25RC1 |