From 1f10869530a63314352e256178511ee2251f7934 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 13 Oct 2020 15:22:24 +0200 Subject: update to 7.3.24RC1 --- failed.txt | 2 +- php.spec | 7 +++++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/failed.txt b/failed.txt index f48f95f..5615d12 100644 --- a/failed.txt +++ b/failed.txt @@ -1,4 +1,4 @@ -===== 7.3.23 (2020-10-01) +===== 7.3.24RC1 (2020-10-13) $ grep -ar 'Tests failed' /var/lib/mock/scl73*/build.log diff --git a/php.spec b/php.spec index a43b054..cff8211 100644 --- a/php.spec +++ b/php.spec @@ -135,8 +135,8 @@ %global db_devel libdb-devel %endif -%global upver 7.3.23 -#global rcver RC1 +%global upver 7.3.24 +%global rcver RC1 Summary: PHP scripting language for creating dynamic web sites Name: %{?scl_prefix}php @@ -1919,6 +1919,9 @@ fi %changelog +* Tue Oct 13 2020 Remi Collet - 7.3.24~RC1-1 +- update to 7.3.24RC1 + * Tue Sep 29 2020 Remi Collet - 7.3.23-1 - Update to 7.3.23 - http://www.php.net/releases/7_3_23.php -- cgit