From 410c52e12428fb045623426ef3f5aa895b34f89f Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 10 Nov 2020 13:49:58 +0100 Subject: update to 7.3.25RC1 --- failed.txt | 5 ++--- php73.spec | 7 +++++-- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/failed.txt b/failed.txt index 0aca1f5..c20b2cd 100644 --- a/failed.txt +++ b/failed.txt @@ -1,18 +1,17 @@ -===== 7.3.24 (2020-10-29) +===== 7.3.25RC1 (2020-11-12) $ 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 : 0 -/var/lib/mock/el8x73/build.log:Tests failed : 15 +/var/lib/mock/el8x73/build.log:Tests failed : 14 /var/lib/mock/fc31x/build.log:Tests failed : 0 el8x: 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 Bug #64438 proc_open hangs with stdin/out with 4097+ bytes [ext/standard/tests/streams/proc_open_bug64438.phpt] 1 proc_open give erratic test results :( diff --git a/php73.spec b/php73.spec index 58d9bf5..274da0c 100644 --- a/php73.spec +++ b/php73.spec @@ -120,8 +120,8 @@ %global db_devel libdb-devel %endif -%global upver 7.3.24 -#global rcver RC1 +%global upver 7.3.25 +%global rcver RC1 Summary: PHP scripting language for creating dynamic web sites Name: php @@ -2263,6 +2263,9 @@ fi %changelog +* Tue Nov 10 2020 Remi Collet - 7.3.25~RC1-1 +- update to 7.3.25RC1 + * Tue Oct 27 2020 Remi Collet - 7.3.24-1 - Update to 7.3.24 - http://www.php.net/releases/7_3_24.php -- cgit