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