From 38437d65b15e117c67b344f764e892af0bdaf3bb Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 4 Aug 2020 14:25:07 +0200 Subject: Update to 7.4.9 - http://www.php.net/releases/7_4_9.php --- failed.txt | 2 +- php.spec | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/failed.txt b/failed.txt index e61b5b6..7d628f1 100644 --- a/failed.txt +++ b/failed.txt @@ -1,4 +1,4 @@ -===== 7.4.9RC1 (2020-07-23) +===== 7.4.9 (2020-08-06) $ grep -ar 'Tests failed' /var/lib/mock/scl74*/build.log diff --git a/php.spec b/php.spec index 0126e49..c871fac 100644 --- a/php.spec +++ b/php.spec @@ -102,7 +102,7 @@ %global gh_owner php %global gh_project php-src %global upver 7.4.9 -%global rcver RC1 +#global rcver RC1 Summary: PHP scripting language for creating dynamic web sites Name: %{?scl_prefix}php @@ -1805,6 +1805,9 @@ fi %changelog +* Tue Aug 4 2020 Remi Collet - 7.4.9-1 +- Update to 7.4.9 - http://www.php.net/releases/7_4_9.php + * Tue Jul 21 2020 Remi Collet - 7.4.9~RC1-1 - update to 7.4.9RC1 - build using ICU 65 -- cgit