diff options
| -rw-r--r-- | failed.txt | 9 | ||||
| -rw-r--r-- | php73.spec | 10 | 
2 files changed, 14 insertions, 5 deletions
@@ -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 :( @@ -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  | 
