From 9dde8553ab62ed976275b6c0971df181d2eee715 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 4 Dec 2018 20:20:36 +0100 Subject: update to 7.3.0 GA update FPM configuration from upstream --- failed.txt | 9 +++++++-- php73.spec | 10 +++++++--- 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 - 7.3.0-1 +- update to 7.3.0 GA +- update FPM configuration from upstream + * Fri Nov 30 2018 Remi Collet - 7.3.0~rc6-2 - EL-8 build -- cgit