From c3e0fefaa0db4e376d1d3b8f0b3bc3c271c0db19 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 14 Aug 2025 08:03:58 +0200 Subject: update to 8.3.25RC1 --- failed.txt | 2 +- php83.spec | 7 +++++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/failed.txt b/failed.txt index 7132df9..9de7f38 100644 --- a/failed.txt +++ b/failed.txt @@ -1,4 +1,4 @@ -===== 8.3.24 (2025-07-31) +===== 8.3.25RC1 (2025-08-14) $ grep -ar 'Tests failed' /var/lib/mock/*/build.log diff --git a/php83.spec b/php83.spec index b439e06..3bfd5ac 100644 --- a/php83.spec +++ b/php83.spec @@ -122,8 +122,8 @@ %bcond_without libgd %bcond_with zip -%global upver 8.3.24 -#global rcver RC1 +%global upver 8.3.25 +%global rcver RC1 # TODO set PHP_EXTRA_VERSION for EOL version Summary: PHP scripting language for creating dynamic web sites @@ -2229,6 +2229,9 @@ fi %changelog +* Thu Aug 14 2025 Remi Collet - 8.3.25~RC1-1 +- update to 8.3.25RC1 + * Wed Jul 30 2025 Remi Collet - 8.3.24-1 - Update to 8.3.24 - http://www.php.net/releases/8_3_24.php -- cgit