summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2021-06-02 08:02:58 +0200
committerRemi Collet <remi@remirepo.net>2021-06-02 08:02:58 +0200
commite0326436f5533ddf5d96a3063bdfa25cece57261 (patch)
treefdcd198595efb1a6e3b3bb3ab5156b70fe2262cb
parentb572d80d17edcd8d11cb10f23e73e91c7491dc25 (diff)
Update to 7.4.20 - http://www.php.net/releases/7_4_20.php
-rw-r--r--failed.txt2
-rw-r--r--php.spec7
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 <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