diff options
-rw-r--r-- | failed.txt | 7 | ||||
-rw-r--r-- | php73.spec | 5 |
2 files changed, 7 insertions, 5 deletions
@@ -1,4 +1,4 @@ -===== 7.3.22RC1 (2020-08-20) +===== 7.3.22 (2020-09-03) $ grep -r 'Tests failed' /var/lib/mock/{fc,el}*/build.log @@ -6,13 +6,12 @@ $ 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/fc30x/build.log:Tests failed : 0 /var/lib/mock/fc31x/build.log:Tests failed : 0 el8x: - 2 buildroot issue with openssl under investigation + 3 Bug #78338 (Array cross-border reading in PCRE) [ext/pcre/tests/bug78338.phpt] + 2 buildroot issue with strict openssl policy (fixed in 7.4) 1 proc_open give erratic test results :( @@ -126,7 +126,7 @@ %endif %global upver 7.3.22 -%global rcver RC1 +#global rcver RC1 Summary: PHP scripting language for creating dynamic web sites Name: php @@ -2264,6 +2264,9 @@ fi %changelog +* Tue Sep 1 2020 Remi Collet <remi@remirepo.net> - 7.3.22-1 +- Update to 7.3.22 - http://www.php.net/releases/7_3_22.php + * Tue Aug 18 2020 Remi Collet <remi@remirepo.net> - 7.3.22~RC1-1 - update to 7.3.22RC1 - use oracle client library version 19.8 (x86_64) |