From 21cd682898b1e5b993b0e88a71e1eb239827a829 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 18 Feb 2020 14:24:21 +0100 Subject: Update to 7.4.3 - http://www.php.net/releases/7_4_3.php --- failed.txt | 5 +---- php.spec | 7 +++++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/failed.txt b/failed.txt index 6aafcf6..0e3bef6 100644 --- a/failed.txt +++ b/failed.txt @@ -1,16 +1,13 @@ -===== 7.4.3RC1 (2020-02-06) +===== 7.4.3 (2020-02-20) $ grep -ar 'Tests failed' /var/lib/mock/scl74*/build.log /var/lib/mock/scl74el7x/build.log:Tests failed : 0 /var/lib/mock/scl74el8x/build.log:Tests failed : 16 -/var/lib/mock/scl74fc29x/build.log:Tests failed : 0 /var/lib/mock/scl74fc30x/build.log:Tests failed : 0 /var/lib/mock/scl74fc31x/build.log:Tests failed : 0 -fc30x: - 6 Test lstat() and stat() functions: usage variations - effects of is_link() [ext/standard/tests/file/lstat_stat_variation12.phpt] (1) proc_open give erratic test results :( diff --git a/php.spec b/php.spec index 50b5f0b..4b2103e 100644 --- a/php.spec +++ b/php.spec @@ -103,8 +103,8 @@ %global gh_owner php %global gh_project php-src %global upver 7.4.3 -%global rcver RC1 -%global lower RC1 +#global rcver RC1 +#global lower RC1 Summary: PHP scripting language for creating dynamic web sites Name: %{?scl_prefix}php @@ -1810,6 +1810,9 @@ fi %changelog +* Tue Feb 18 2020 Remi Collet - 7.4.3-1 +- Update to 7.4.3 - http://www.php.net/releases/7_4_3.php + * Tue Feb 4 2020 Remi Collet - 7.4.3~RC1-1 - update to 7.4.3RC1 -- cgit