From bac5b1ac928c43d8d5b2e2d5dd56c63987ba3ad1 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 14 Apr 2020 15:48:49 +0200 Subject: Update to 7.4.5 - http://www.php.net/releases/7_4_5.php --- failed.txt | 4 +--- php.spec | 7 +++++-- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/failed.txt b/failed.txt index 7c0b149..2dd35c5 100644 --- a/failed.txt +++ b/failed.txt @@ -1,4 +1,4 @@ -===== 7.4.5RC1 (2020-03-31) +===== 7.4.5 (2020-04-16) $ grep -ar 'Tests failed' /var/lib/mock/scl74*/build.log @@ -9,8 +9,6 @@ $ grep -ar 'Tests failed' /var/lib/mock/scl74*/build.log /var/lib/mock/scl74fc32x/build.log:Tests failed : 0 -all - 2 Bug #79241: Segmentation fault on preg_match() [ext/pcre/tests/bug79241.phpt] (1) proc_open give erratic test results :( diff --git a/php.spec b/php.spec index e966bb0..5cd0176 100644 --- a/php.spec +++ b/php.spec @@ -103,8 +103,8 @@ %global gh_owner php %global gh_project php-src %global upver 7.4.5 -%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 Apr 14 2020 Remi Collet - 7.4.5-1 +- Update to 7.4.5 - http://www.php.net/releases/7_4_5.php + * Tue Mar 31 2020 Remi Collet - 7.4.5~RC1-1 - update to 7.4.5RC1 -- cgit