From e0326436f5533ddf5d96a3063bdfa25cece57261 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 2 Jun 2021 08:02:58 +0200 Subject: Update to 7.4.20 - http://www.php.net/releases/7_4_20.php --- failed.txt | 2 +- php.spec | 7 +++++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/failed.txt b/failed.txt index 34ced97..18f3a41 100644 --- a/failed.txt +++ b/failed.txt @@ -1,4 +1,4 @@ -===== 7.4.20RC1 (2021-05-20) +===== 7.4.20 (2021-06-03) $ grep -ar 'Tests failed' /var/lib/mock/scl74*/build.log diff --git a/php.spec b/php.spec index 69820a2..52c13f9 100644 --- a/php.spec +++ b/php.spec @@ -97,12 +97,12 @@ %global gh_owner php %global gh_project php-src %global upver 7.4.20 -%global rcver RC1 +#global rcver RC1 Summary: PHP scripting language for creating dynamic web sites Name: %{?scl_prefix}php Version: %{upver}%{?rcver:~%{rcver}}%{?gh_date:.%{gh_date}} -Release: 2%{?dist} +Release: 1%{?dist} # All files licensed under PHP version 3.01, except # Zend is licensed under Zend # TSRM is licensed under BSD @@ -1812,6 +1812,9 @@ fi %changelog +* Wed Jun 2 2021 Remi Collet - 7.4.20-1 +- Update to 7.4.20 - http://www.php.net/releases/7_4_20.php + * Thu May 27 2021 Remi Collet - 7.4.20~RC1-2 - fix snmp extension build with net-snmp without DES -- cgit