From 5dba55e6251e0364ea0840c0a291b0e99b892847 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 1 Sep 2020 13:45:49 +0200 Subject: Update to 7.3.22 - http://www.php.net/releases/7_3_22.php --- failed.txt | 7 ++++--- php.spec | 5 ++++- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/failed.txt b/failed.txt index b20d2f2..693aa1d 100644 --- a/failed.txt +++ b/failed.txt @@ -1,18 +1,19 @@ -===== 7.3.22RC1 (2020-08-20) +===== 7.3.22 (2020-09-03) $ grep -ar 'Tests failed' /var/lib/mock/scl73*/build.log /var/lib/mock/scl73el6x/build.log:Tests failed : 0 /var/lib/mock/scl73el7x/build.log:Tests failed : 0 /var/lib/mock/scl73el8x/build.log:Tests failed : 14 -/var/lib/mock/scl73fc30x/build.log:Tests failed : 0 /var/lib/mock/scl73fc31x/build.log:Tests failed : 0 /var/lib/mock/scl73fc32x/build.log:Tests failed : 0 /var/lib/mock/scl73fc33x/build.log:Tests failed : 13 +el8x + 3 Bug #78338 (Array cross-border reading in PCRE) [ext/pcre/tests/bug78338.phpt] el8x, fc33x - 2 buildroot issue with openssl under investigation (fixed with 7.4) + 2 buildroot issue with strict openssl policy (fixed in 7.4) (1) proc_open give erratic test results :( diff --git a/php.spec b/php.spec index 689c590..72572c5 100644 --- a/php.spec +++ b/php.spec @@ -141,7 +141,7 @@ %endif %global upver 7.3.22 -%global rcver RC1 +#global rcver RC1 Summary: PHP scripting language for creating dynamic web sites Name: %{?scl_prefix}php @@ -1924,6 +1924,9 @@ fi %changelog +* Tue Sep 1 2020 Remi Collet - 7.3.22-1 +- Update to 7.3.22 - http://www.php.net/releases/7_3_22.php + * Tue Aug 18 2020 Remi Collet - 7.3.22~RC1-1 - update to 7.3.22RC1 - use oracle client library version 19.8 (x86_64) -- cgit