diff options
-rw-r--r-- | failed.txt | 28 | ||||
-rw-r--r-- | php85.spec | 7 |
2 files changed, 20 insertions, 15 deletions
@@ -1,21 +1,23 @@ -===== 8.5.0RC1 (2025-09-25) +===== 8.5.0RC2 (2025-10-09) $ grep -ar 'Tests failed' /var/lib/mock/*/build.log -/var/lib/mock/el8a85/build.log:Tests failed : 0 -/var/lib/mock/el8x85/build.log:Tests failed : 0 -/var/lib/mock/el9a85/build.log:Tests failed : 0 -/var/lib/mock/el9x85/build.log:Tests failed : 0 -/var/lib/mock/el10a85/build.log:Tests failed : 0 -/var/lib/mock/el10x85/build.log:Tests failed : 0 -/var/lib/mock/fc41a85/build.log:Tests failed : 0 -/var/lib/mock/fc41x85/build.log:Tests failed : 0 -/var/lib/mock/fc42a85/build.log:Tests failed : 0 -/var/lib/mock/fc42x85/build.log:Tests failed : 0 -/var/lib/mock/fc43a85/build.log:Tests failed : 0 -/var/lib/mock/fc43x85/build.log:Tests failed : 0 +/var/lib/mock/el8a85/build.log:Tests failed : 1 +/var/lib/mock/el8x85/build.log:Tests failed : 1 +/var/lib/mock/el9a85/build.log:Tests failed : 1 +/var/lib/mock/el9x85/build.log:Tests failed : 1 +/var/lib/mock/el10a85/build.log:Tests failed : 1 +/var/lib/mock/el10x85/build.log:Tests failed : 1 +/var/lib/mock/fc41a85/build.log:Tests failed : 1 +/var/lib/mock/fc41x85/build.log:Tests failed : 1 +/var/lib/mock/fc42a85/build.log:Tests failed : 1 +/var/lib/mock/fc42x85/build.log:Tests failed : 1 +/var/lib/mock/fc43a85/build.log:Tests failed : 1 +/var/lib/mock/fc43x85/build.log:Tests failed : 1 +all + 2 CGI with auto_globals_jit=0 [sapi/cgi/tests/auto_globals_no_jit.phpt] 1 proc_open give erratic test results :( @@ -13,7 +13,7 @@ %global pdover 20240423 # Extension version %global fileinfover 1.0.5 -%global zipver 1.22.6 +%global zipver 1.22.7 # Adds -z now to the linker flags %global _hardened_build 1 @@ -88,7 +88,7 @@ %bcond_with zip %global upver 8.5.0 -%global rcver RC1 +%global rcver RC2 # TODO set PHP_EXTRA_VERSION for EOL version Summary: PHP scripting language for creating dynamic web sites @@ -1869,6 +1869,9 @@ systemctl try-restart php-fpm.service >/dev/null 2>&1 || : %changelog +* Tue Oct 7 2025 Remi Collet <remi@remirepo.net> - 8.5.0~r21-1 +- update to 8.5.0RC2 + * Wed Sep 24 2025 Remi Collet <remi@remirepo.net> - 8.5.0~RC1-1 - update to 8.5.0RC1 - bump ABI/API numbers to 20240925 |