diff options
Diffstat (limited to 'php85.spec')
-rw-r--r-- | php85.spec | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -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 |