From 35fa9e9dfe4c68dfb1b23d87bbd814c1588eaf62 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 23 Oct 2024 07:39:52 +0200 Subject: Update to 8.4.0RC3 --- php84.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'php84.spec') diff --git a/php84.spec b/php84.spec index 562ebba..6a4090f 100644 --- a/php84.spec +++ b/php84.spec @@ -82,8 +82,8 @@ %bcond_with zip %global upver 8.4.0 -%global rcver RC2 -%global rclow rc2 +%global rcver RC3 +%global rclow rc3 # TODO set PHP_EXTRA_VERSION for EOL version Summary: PHP scripting language for creating dynamic web sites @@ -1702,6 +1702,9 @@ systemctl try-restart php-fpm.service >/dev/null 2>&1 || : %changelog +* Wed Oct 23 2024 Remi Collet - 8.4.0~rc3-1 +- Update to 8.4.0RC3 + * Tue Oct 8 2024 Remi Collet - 8.4.0~rc2-1 - Update to 8.4.0RC2 -- cgit