diff options
-rw-r--r-- | failed.txt | 10 | ||||
-rw-r--r-- | php73.spec | 5 |
2 files changed, 7 insertions, 8 deletions
@@ -1,22 +1,18 @@ -===== 7.3.17RC1 (2020-03-31) +===== 7.3.17 (2020-04-16) $ 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 : 1 +/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 : 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 -el7x: - 1 php://input is empty when enable_post_data_reading=Off [tests/basic/bug67198.phpt] el8x: 5 buildroot issue with openssl under investigation -fc30i: - 1 Bug #60120 proc_open hangs with stdin/out with 2048+ bytes [ext/standard/tests/streams/proc_open_bug60120.phpt] 1 proc_open give erratic test results :( @@ -121,7 +121,7 @@ %endif %global upver 7.3.17 -%global rcver RC1 +#global rcver RC1 Summary: PHP scripting language for creating dynamic web sites Name: php @@ -2249,6 +2249,9 @@ fi %changelog +* Tue Apr 14 2020 Remi Collet <remi@remirepo.net> - 7.3.17-1 +- Update to 7.3.17 - http://www.php.net/releases/7_3_17.php + * Tue Mar 31 2020 Remi Collet <remi@remirepo.net> - 7.3.17~RC1-1 - update to 7.3.17RC1 |