From 7ecad94f367254447f78609ec477ee9703296006 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 29 Jul 2021 15:40:17 +0200 Subject: Update to 8.0.9 - http://www.php.net/releases/8_0_9.php --- failed.txt | 2 +- php.spec | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/failed.txt b/failed.txt index 4524884..f0edc8d 100644 --- a/failed.txt +++ b/failed.txt @@ -1,4 +1,4 @@ -===== 8.0.9RC1 (2021-07-15) +===== 8.0.9 (2021-07-29) $ grep -ar 'Tests failed' /var/lib/mock/scl80*/build.log diff --git a/php.spec b/php.spec index 4be9486..c51afd3 100644 --- a/php.spec +++ b/php.spec @@ -99,7 +99,7 @@ %global gh_owner php %global gh_project php-src %global upver 8.0.9 -%global rcver RC1 +#global rcver RC1 Summary: PHP scripting language for creating dynamic web sites Name: %{?scl_prefix}php @@ -1809,6 +1809,9 @@ fi %changelog +* Thu Jul 29 2021 Remi Collet - 8.0.9-1 +- Update to 8.0.9 - http://www.php.net/releases/8_0_9.php + * Tue Jul 13 2021 Remi Collet - 8.0.9~RC1-1 - update to 8.0.9RC1 -- cgit