From 9fe37c48b132266d5adc4ebc55e6c93654cf000f Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 27 May 2026 07:07:32 +0200 Subject: update to 8.5.7RC2 --- failed.txt | 2 +- php.spec | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/failed.txt b/failed.txt index c54036a..1445bcb 100644 --- a/failed.txt +++ b/failed.txt @@ -1,4 +1,4 @@ -===== 8.5.7RC1 (2026-05-21) +===== 8.5.7RC2 (2026-05-28) $ grep -ar 'Tests failed' /var/lib/mock/*/build.log diff --git a/php.spec b/php.spec index 0f6b543..91ae281 100644 --- a/php.spec +++ b/php.spec @@ -104,7 +104,7 @@ %global gh_owner php %global gh_project php-src %global upver 8.5.7 -%global rcver RC1 +%global rcver RC2 # TODO set PHP_EXTRA_VERSION for EOL version Summary: PHP scripting language for creating dynamic web sites @@ -1681,6 +1681,9 @@ fi %changelog +* Wed May 27 2026 Remi Collet - 8.5.7~RC2-1 +- update to 8.5.7RC2 + * Wed May 20 2026 Remi Collet - 8.5.7~RC1-1 - update to 8.5.7RC1 -- cgit