summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2018-12-04 20:20:36 +0100
committerRemi Collet <remi@remirepo.net>2018-12-04 20:20:36 +0100
commit9dde8553ab62ed976275b6c0971df181d2eee715 (patch)
tree9b36dddebb612b7634964d336f9c1d5036b9edb4
parent174f0c517d3a018868782301c1a67b64ad283799 (diff)
update to 7.3.0 GA
update FPM configuration from upstream
-rw-r--r--failed.txt9
-rw-r--r--php73.spec10
2 files changed, 14 insertions, 5 deletions
diff --git a/failed.txt b/failed.txt
index bd84039..6378902 100644
--- a/failed.txt
+++ b/failed.txt
@@ -1,18 +1,23 @@
-===== 7.3.0RC6 (2018-11-20)
+===== 7.3.0 (2018-12-06)
$ grep -r 'Tests failed' /var/lib/mock/{fc,el}*/build.log
/var/lib/mock/el6i/build.log:Tests failed : 0
/var/lib/mock/el6x/build.log:Tests failed : 0
/var/lib/mock/el7x/build.log:Tests failed : 0
+/var/lib/mock/el8x73/build.log:Tests failed : 31
/var/lib/mock/fc27i/build.log:Tests failed : 0
/var/lib/mock/fc27x/build.log:Tests failed : 0
/var/lib/mock/fc28i/build.log:Tests failed : 0
/var/lib/mock/fc28x/build.log:Tests failed : 0
-/var/lib/mock/fc29i/build.log:Tests failed : 0
+/var/lib/mock/fc29i/build.log:Tests failed : 1
/var/lib/mock/fc29x/build.log:Tests failed : 0
+fc29i:
+ security_level setting to prohibit cert [ext/openssl/tests/stream_security_level.phpt]
+el8x:
+ buildroot issue with openssl under investigation
1 proc_open give erratic test results :(
diff --git a/php73.spec b/php73.spec
index d5bb23a..5e13d5b 100644
--- a/php73.spec
+++ b/php73.spec
@@ -119,13 +119,13 @@
%endif
%global upver 7.3.0
-%global rcver RC6
-%global lower rc6
+#global rcver RC6
+#global lower rc6
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
@@ -2192,6 +2192,10 @@ fi
%changelog
+* Tue Dec 4 2018 Remi Collet <remi@remirepo.net> - 7.3.0-1
+- update to 7.3.0 GA
+- update FPM configuration from upstream
+
* Fri Nov 30 2018 Remi Collet <remi@remirepo.net> - 7.3.0~rc6-2
- EL-8 build