diff options
| -rw-r--r-- | failed.txt | 4 | ||||
| -rw-r--r-- | php73.spec | 7 | 
2 files changed, 8 insertions, 3 deletions
@@ -6,11 +6,13 @@ $ grep -r 'Tests failed' /var/lib/mock/{fc,el}*/build.log  /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  :    14 -/var/lib/mock/fc30i/build.log:Tests failed    :    0 +/var/lib/mock/fc30i/build.log:Tests failed    :    1  /var/lib/mock/fc30x/build.log:Tests failed    :    0  /var/lib/mock/fc31x/build.log:Tests failed    :    0 +fc30i +	2	Bug #69900 Commandline input/output weird behaviour with STDIO [ext/standard/tests/streams/proc_open_bug69900.phpt]  el8x:  	5	buildroot issue with openssl under investigation @@ -121,12 +121,12 @@  %endif  %global upver        7.3.20 -%global rcver        RC1 +#global rcver        RC1  Summary: PHP scripting language for creating dynamic web sites  Name: php  Version: %{upver}%{?rcver:~%{rcver}} -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 @@ -2259,6 +2259,9 @@ fi  %changelog +* Tue Jul  7 2020 Remi Collet <remi@remirepo.net> - 7.3.20-1 +- Update to 7.3.20 - http://www.php.net/releases/7_3_20.php +  * Tue Jun 23 2020 Remi Collet <remi@remirepo.net> - 7.3.20~RC1-2  - display build system and provider in phpinfo (from 8.0)  | 
