From e3ed190c2b07cc238edb63c58c6871cea14e0538 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 5 Jan 2021 13:50:58 +0100 Subject: Update to 7.3.26 - http://www.php.net/releases/7_3_26.php --- failed.txt | 2 +- php.spec | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/failed.txt b/failed.txt index 5710dde..cd0deac 100644 --- a/failed.txt +++ b/failed.txt @@ -1,4 +1,4 @@ -===== 7.3.26RC1 (2020-12-17) +===== 7.3.26 (2021-01-07) $ grep -ar 'Tests failed' /var/lib/mock/scl73*/build.log diff --git a/php.spec b/php.spec index adf456b..00c2400 100644 --- a/php.spec +++ b/php.spec @@ -136,7 +136,7 @@ %endif %global upver 7.3.26 -%global rcver RC1 +#global rcver RC1 Summary: PHP scripting language for creating dynamic web sites Name: %{?scl_prefix}php @@ -1925,6 +1925,9 @@ fi %changelog +* Tue Jan 5 2021 Remi Collet - 7.3.26-1 +- Update to 7.3.26 - http://www.php.net/releases/7_3_26.php + * Tue Dec 15 2020 Remi Collet - 7.3.26~RC1-1 - update to 7.3.26RC1 -- cgit