diff options
-rw-r--r-- | failed.txt | 2 | ||||
-rw-r--r-- | php.spec | 7 |
2 files changed, 6 insertions, 3 deletions
@@ -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 @@ -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 <remi@remirepo.net> - 7.4.20-1 +- Update to 7.4.20 - http://www.php.net/releases/7_4_20.php + * Thu May 27 2021 Remi Collet <remi@remirepo.net> - 7.4.20~RC1-2 - fix snmp extension build with net-snmp without DES |