From 42a64803bb016ae4af4742792218a1c57221e6d3 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 23 Oct 2024 07:39:40 +0200 Subject: Update to 8.4.0RC3 --- failed.txt | 2 +- php.spec | 7 +++++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/failed.txt b/failed.txt index 61dc7ab..08a6b5d 100644 --- a/failed.txt +++ b/failed.txt @@ -1,4 +1,4 @@ -===== 8.4.0RC2 (2024-10-10) +===== 8.4.0RC3 (2024-10-24) $ grep -ar 'Tests failed' /var/lib/mock/*/build.log diff --git a/php.spec b/php.spec index 1277191..92ec0e8 100644 --- a/php.spec +++ b/php.spec @@ -84,8 +84,8 @@ %global gh_owner php %global gh_project php-src %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 @@ -1653,6 +1653,9 @@ fi %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