From f660e15be5cae00cc963bdab60201bf7749c7c0f Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 12 Apr 2023 09:12:42 +0200 Subject: Update to 8.1.18 - http://www.php.net/releases/8_1_18.php --- failed.txt | 2 +- php.spec | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/failed.txt b/failed.txt index ea053db..d9d9e49 100644 --- a/failed.txt +++ b/failed.txt @@ -1,4 +1,4 @@ -===== 8.1.17 (2023-03-16) +===== 8.1.18 (2023-04-13) $ grep -ar 'Tests failed' /var/lib/mock/*/build.log diff --git a/php.spec b/php.spec index 7f71eb5..e159045 100644 --- a/php.spec +++ b/php.spec @@ -123,7 +123,7 @@ %global gh_owner php %global gh_project php-src %global upver 8.1.18 -%global rcver RC1 +#global rcver RC1 Summary: PHP scripting language for creating dynamic web sites Name: %{?scl_prefix}php @@ -1853,6 +1853,9 @@ fi %changelog +* Wed Apr 12 2023 Remi Collet - 8.1.18-1 +- Update to 8.1.18 - http://www.php.net/releases/8_1_18.php + * Thu Mar 30 2023 Remi Collet - 8.1.18~RC1-1 - update to 8.1.18RC1 -- cgit