From aae559c31a9d37090baf900907188bda66917986 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 9 Dec 2025 16:23:38 +0100 Subject: update to 8.5.1RC2 --- failed.txt | 2 +- php85.spec | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/failed.txt b/failed.txt index 6c33d98..85a6e0c 100644 --- a/failed.txt +++ b/failed.txt @@ -1,4 +1,4 @@ -===== 8.5.1RC1 (2025-12-04) +===== 8.5.1RC2 (2025-12-11) $ grep -ar 'Tests failed' /var/lib/mock/*/build.log diff --git a/php85.spec b/php85.spec index b04c468..19d4787 100644 --- a/php85.spec +++ b/php85.spec @@ -88,7 +88,7 @@ %bcond_with zip %global upver 8.5.1 -%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 Dec 9 2025 Remi Collet - 8.5.1~RC2-1 +- update to 8.5.1RC2 + * Tue Dec 2 2025 Remi Collet - 8.5.1~RC1-1 - update to 8.5.1RC1 - switch back to xz archive -- cgit