diff options
-rw-r--r-- | failed.txt | 6 | ||||
-rw-r--r-- | php73.spec | 7 |
2 files changed, 7 insertions, 6 deletions
@@ -1,9 +1,9 @@ -===== 7.3.0RC3 (2018-10-11) +===== 7.3.0RC5 (2018-11-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 : 1 +/var/lib/mock/el6x/build.log:Tests failed : 0 /var/lib/mock/el7x/build.log:Tests failed : 0 /var/lib/mock/fc27i/build.log:Tests failed : 0 /var/lib/mock/fc27x/build.log:Tests failed : 0 @@ -13,8 +13,6 @@ $ grep -r 'Tests failed' /var/lib/mock/{fc,el}*/build.log /var/lib/mock/fc29x/build.log:Tests failed : 0 -el6x: - file upload greater than 2G [sapi/cli/tests/upload_2G.phpt] 1 proc_open give erratic test results :( @@ -112,8 +112,8 @@ %endif %global upver 7.3.0 -%global rcver RC4 -%global lower rc4 +%global rcver RC5 +%global lower rc5 Summary: PHP scripting language for creating dynamic web sites Name: php @@ -2171,6 +2171,9 @@ fi %changelog +* Tue Nov 6 2018 Remi Collet <remi@remirepo.net> - 7.3.0~rc5-1 +- update to 7.3.0RC5 + * Wed Oct 24 2018 Remi Collet <remi@remirepo.net> - 7.3.0~rc4-1 - update to 7.3.0RC4 |