From 2c2b26de13c1d20972ba8bdcb593b8e90d083bd7 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 5 Jan 2021 14:29:07 +0100 Subject: Update to 7.4.14 - http://www.php.net/releases/7_4_14.php --- failed.txt | 2 +- php74.spec | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/failed.txt b/failed.txt index 3a4a20c..fed338d 100644 --- a/failed.txt +++ b/failed.txt @@ -1,4 +1,4 @@ -===== 7.4.14RC1 (2020-12-15) +===== 7.4.14 (2021-01-07) $ grep -ar 'Tests failed' /var/lib/mock/{fc,el}*/build.log diff --git a/php74.spec b/php74.spec index a827f65..e614575 100644 --- a/php74.spec +++ b/php74.spec @@ -95,7 +95,7 @@ %global with_zip 0 %global upver 7.4.14 -%global rcver RC1 +#global rcver RC1 Summary: PHP scripting language for creating dynamic web sites Name: php @@ -2163,6 +2163,9 @@ fi %changelog +* Tue Jan 5 2021 Remi Collet - 7.4.14-1 +- Update to 7.4.14 - http://www.php.net/releases/7_4_14.php + * Tue Dec 15 2020 Remi Collet - 7.4.14~RC1-1 - update to 7.4.14RC1 -- cgit