summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--failed.txt2
-rw-r--r--php74.spec7
2 files changed, 6 insertions, 3 deletions
diff --git a/failed.txt b/failed.txt
index c560a2c..edf057f 100644
--- a/failed.txt
+++ b/failed.txt
@@ -1,4 +1,4 @@
-===== 7.4.26RC1 (2021-11-04)
+===== 7.4.26 (2021-11-18)
$ grep -ar 'Tests failed' /var/lib/mock/{fc,el}*/build.log
diff --git a/php74.spec b/php74.spec
index fb077c1..a37fa2c 100644
--- a/php74.spec
+++ b/php74.spec
@@ -95,12 +95,12 @@
%global with_zip 0
%global upver 7.4.26
-%global rcver RC1
+#global rcver RC1
Summary: PHP scripting language for creating dynamic web sites
Name: php
Version: %{upver}%{?rcver:~%{rcver}}
-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
@@ -2175,6 +2175,9 @@ fi
%changelog
+* Tue Nov 16 2021 Remi Collet <remi@remirepo.net> - 7.4.26-1
+- Update to 7.4.26 - http://www.php.net/releases/7_4_26.php
+
* Tue Nov 9 2021 Remi Collet <remi@remirepo.net> - 7.4.26~RC1-2
- add patch for OpenSSL 3.0, backported from 8.1