From c556b2143d580741744d4cf158ce24bf29d3cd84 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 13 Apr 2022 09:21:15 +0200 Subject: Update to 8.0.18 - http://www.php.net/releases/8_0_18.php --- failed.txt | 2 +- php.spec | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/failed.txt b/failed.txt index 91d579d..ee52391 100644 --- a/failed.txt +++ b/failed.txt @@ -1,4 +1,4 @@ -===== 8.0.18RC1 (2022-03-31) +===== 8.0.18 (2022-04-13) $ grep -ar 'Tests failed' /var/lib/mock/*/build.log diff --git a/php.spec b/php.spec index 4709d35..e284f0f 100644 --- a/php.spec +++ b/php.spec @@ -115,7 +115,7 @@ %global gh_owner php %global gh_project php-src %global upver 8.0.18 -%global rcver RC1 +#global rcver RC1 Summary: PHP scripting language for creating dynamic web sites Name: %{?scl_prefix}php @@ -1846,6 +1846,9 @@ fi %changelog +* Wed Apr 13 2022 Remi Collet - 8.0.18-1 +- Update to 8.0.18 - http://www.php.net/releases/8_0_18.php + * Thu Mar 31 2022 Remi Collet - 8.0.18~RC1-1 - update to 8.0.18RC1 -- cgit