summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2020-04-14 15:48:49 +0200
committerRemi Collet <remi@remirepo.net>2020-04-14 15:48:49 +0200
commitbac5b1ac928c43d8d5b2e2d5dd56c63987ba3ad1 (patch)
tree71680d9dc596b2b0f6bfc746653464db4032bd64
parent7eb8ca229a5c4d638bd4e51e8dbf8b67814e258e (diff)
Update to 7.4.5 - http://www.php.net/releases/7_4_5.php
-rw-r--r--failed.txt4
-rw-r--r--php.spec7
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 <remi@remirepo.net> - 7.4.5-1
+- Update to 7.4.5 - http://www.php.net/releases/7_4_5.php
+
* Tue Mar 31 2020 Remi Collet <remi@remirepo.net> - 7.4.5~RC1-1
- update to 7.4.5RC1