From 35a3963182c4e85005389ce98e1a70cb2f1c4fcf Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 1 Jul 2026 07:11:29 +0200 Subject: Update to 8.5.8 - http://www.php.net/releases/8_5_8.php --- failed.txt | 2 +- php.spec | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/failed.txt b/failed.txt index a72a86a..b819269 100644 --- a/failed.txt +++ b/failed.txt @@ -1,4 +1,4 @@ -===== 8.5.8RC1 (2026-06-18) +===== 8.5.8 (2026-07-02) $ grep -ar 'Tests failed' /var/lib/mock/*/build.log diff --git a/php.spec b/php.spec index 2b1172d..f415031 100644 --- a/php.spec +++ b/php.spec @@ -104,7 +104,7 @@ %global gh_owner php %global gh_project php-src %global upver 8.5.8 -%global rcver RC1 +#global rcver RC1 # TODO set PHP_EXTRA_VERSION for EOL version Summary: PHP scripting language for creating dynamic web sites @@ -1681,6 +1681,9 @@ fi %changelog +* Wed Jul 1 2026 Remi Collet - 8.5.8-1 +- Update to 8.5.8 - http://www.php.net/releases/8_5_8.php + * Wed Jun 17 2026 Remi Collet - 8.5.8~RC1-1 - update to 8.5.8RC1 -- cgit