From 105a941ddef402195cdd69bc3417750ba66962a0 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 27 Oct 2020 17:33:28 +0100 Subject: Update to 7.4.12 - http://www.php.net/releases/7_4_12.php --- failed.txt | 2 +- php.spec | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/failed.txt b/failed.txt index 0d79f2d..29845a7 100644 --- a/failed.txt +++ b/failed.txt @@ -1,4 +1,4 @@ -===== 7.4.12RC1 (2020-10-15) +===== 7.4.12 (2020-10-29) $ grep -ar 'Tests failed' /var/lib/mock/scl74*/build.log diff --git a/php.spec b/php.spec index baf4658..8fde10c 100644 --- a/php.spec +++ b/php.spec @@ -101,7 +101,7 @@ %global gh_owner php %global gh_project php-src %global upver 7.4.12 -%global rcver RC1 +#global rcver RC1 Summary: PHP scripting language for creating dynamic web sites Name: %{?scl_prefix}php @@ -1810,6 +1810,9 @@ fi %changelog +* Tue Oct 27 2020 Remi Collet - 7.4.12-1 +- Update to 7.4.12 - http://www.php.net/releases/7_4_12.php + * Tue Oct 13 2020 Remi Collet - 7.4.12~RC1-1 - update to 7.4.12RC1 -- cgit