From 7af98c6ee0394e49609b94cfbc178cfe84754e17 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 15 Sep 2020 11:18:05 +0200 Subject: update to 7.3.23RC1 --- failed.txt | 2 +- php.spec | 7 +++++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/failed.txt b/failed.txt index 693aa1d..27ea764 100644 --- a/failed.txt +++ b/failed.txt @@ -1,4 +1,4 @@ -===== 7.3.22 (2020-09-03) +===== 7.3.23RC1 (2020-09-17) $ grep -ar 'Tests failed' /var/lib/mock/scl73*/build.log diff --git a/php.spec b/php.spec index 72572c5..30f032f 100644 --- a/php.spec +++ b/php.spec @@ -140,8 +140,8 @@ %global db_devel libdb-devel %endif -%global upver 7.3.22 -#global rcver RC1 +%global upver 7.3.23 +%global rcver RC1 Summary: PHP scripting language for creating dynamic web sites Name: %{?scl_prefix}php @@ -1924,6 +1924,9 @@ fi %changelog +* Tue Sep 15 2020 Remi Collet - 7.3.23~RC1-1 +- update to 7.3.23RC1 + * Tue Sep 1 2020 Remi Collet - 7.3.22-1 - Update to 7.3.22 - http://www.php.net/releases/7_3_22.php -- cgit