From 84669cee7a6357c9fd8299f8a3caa5108763af52 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 6 Jul 2022 08:31:27 +0200 Subject: Update to 8.1.8 - http://www.php.net/releases/8_1_8.php --- failed.txt | 2 +- php.spec | 7 +++++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/failed.txt b/failed.txt index 79e5468..cdc67dc 100644 --- a/failed.txt +++ b/failed.txt @@ -1,4 +1,4 @@ -===== 8.1.8RC1 (2022-06-23) +===== 8.1.8 (2022-07-07) $ grep -ar 'Tests failed' /var/lib/mock/*/build.log diff --git a/php.spec b/php.spec index 03bf643..b942e3b 100644 --- a/php.spec +++ b/php.spec @@ -123,8 +123,8 @@ %global gh_owner php %global gh_project php-src %global upver 8.1.8 -%global rcver RC1 -%global lower RC1 +#global rcver RC1 +#global lower RC1 Summary: PHP scripting language for creating dynamic web sites Name: %{?scl_prefix}php @@ -1841,6 +1841,9 @@ fi %changelog +* Wed Jul 6 2022 Remi Collet - 8.1.8-1 +- Update to 8.1.8 - http://www.php.net/releases/8_1_8.php + * Tue Jun 21 2022 Remi Collet - 8.1.8~RC1-1 - update to 8.1.8RC1 -- cgit