From f42636285aeb283e6783c6e9985a8f7a1d2ebe11 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 20 Nov 2024 15:34:48 +0100 Subject: Update to 8.4.1 - http://www.php.net/releases/8_4_1.php --- failed.txt | 2 +- php84.spec | 7 +++++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/failed.txt b/failed.txt index eedffb9..5b69292 100644 --- a/failed.txt +++ b/failed.txt @@ -1,4 +1,4 @@ -===== 8.4.0 (2024-11-21) +===== 8.4.1 (2024-11-21) $ grep -ar 'Tests failed' /var/lib/mock/*/build.log diff --git a/php84.spec b/php84.spec index 45d3b29..731bf3c 100644 --- a/php84.spec +++ b/php84.spec @@ -73,7 +73,7 @@ %bcond_without libgd %bcond_with zip -%global upver 8.4.0 +%global upver 8.4.1 #global rcver RC4 # TODO set PHP_EXTRA_VERSION for EOL version @@ -1693,8 +1693,11 @@ systemctl try-restart php-fpm.service >/dev/null 2>&1 || : %changelog +* Wed Nov 20 2024 Remi Collet - 8.4.1-1 +- Update to 8.4.1 - http://www.php.net/releases/8_4_1.php + * Wed Nov 20 2024 Remi Collet - 8.4.0-1 -- Update to 8.4.0 GA - http://www.php.net/releases/8_4_0.php +- Update to 8.4.0 GA * Tue Nov 5 2024 Remi Collet - 8.4.0~rc4-1 - Update to 8.4.0RC4 -- cgit