diff options
author | Remi Collet <remi@remirepo.net> | 2025-10-07 15:46:57 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2025-10-07 15:46:57 +0200 |
commit | fddb9e8cece9f2a9fc17e2cb7a3f1ca7d0f8f9bd (patch) | |
tree | 50f191bf7812791b135832a424fc04816773d95b /php85.spec | |
parent | 8c417f16dc08303619cc733c18e5275549223f83 (diff) |
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 |