summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2020-07-07 12:11:28 +0200
committerRemi Collet <remi@remirepo.net>2020-07-07 12:11:28 +0200
commit3c2f85f3427d551a597c9ce952fb4e642d2b4d66 (patch)
tree5bb7b518ac3c028fc4a27b84bd6e09ed91d0a377
parent328757b2a38602923c38a5e29770bf8ecd5e2345 (diff)
Update to 7.4.8 - http://www.php.net/releases/7_4_8.php
-rw-r--r--failed.txt6
-rw-r--r--php74.spec9
2 files changed, 10 insertions, 5 deletions
diff --git a/failed.txt b/failed.txt
index 07544ee..f67fd88 100644
--- a/failed.txt
+++ b/failed.txt
@@ -1,4 +1,4 @@
-===== 7.4.8RC1 (2020-06-25)
+===== 7.4.8 (2020-07-09)
$ grep -ar 'Tests failed' /var/lib/mock/{fc,el}*/build.log
@@ -6,10 +6,12 @@ $ grep -ar 'Tests failed' /var/lib/mock/{fc,el}*/build.log
/var/lib/mock/el8x74/build.log:Tests failed : 1
/var/lib/mock/fc30i/build.log:Tests failed : 0
/var/lib/mock/fc30x/build.log:Tests failed : 0
-/var/lib/mock/fc31x/build.log:Tests failed : 0
+/var/lib/mock/fc31x/build.log:Tests failed : 1
/var/lib/mock/fc32x/build.log:Tests failed : 0
+fc31x
+ 2 ext/standard/tests/streams/bug64433.phpt
el8x:
3 Bug #78338 (Array cross-border reading in PCRE) [ext/pcre/tests/bug78338.phpt]
diff --git a/php74.spec b/php74.spec
index 13d0c40..6749aad 100644
--- a/php74.spec
+++ b/php74.spec
@@ -96,13 +96,13 @@
%global with_zip 0
%global upver 7.4.8
-%global rcver RC1
-%global lower RC1
+#global rcver RC1
+#global lower RC1
Summary: PHP scripting language for creating dynamic web sites
Name: php
Version: %{upver}%{?rcver:~%{lower}}
-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
@@ -2157,6 +2157,9 @@ fi
%changelog
+* Tue Jul 7 2020 Remi Collet <remi@remirepo.net> - 7.4.8-1
+- Update to 7.4.8 - http://www.php.net/releases/7_4_8.php
+
* Mon Jul 6 2020 Remi Collet <remi@remirepo.net> - 7.4.8~RC1-2
- display build system and provider in phpinfo (from 8.0)