From 7377577f0ea6a20e415a973c16395cdfa81a6c24 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 18 Feb 2020 12:26:53 +0100 Subject: Update to 7.3.15 - http://www.php.net/releases/7_3_15.php --- failed.txt | 11 +++-------- php73.spec | 5 ++++- 2 files changed, 7 insertions(+), 9 deletions(-) diff --git a/failed.txt b/failed.txt index f293bc8..399b47c 100644 --- a/failed.txt +++ b/failed.txt @@ -1,21 +1,16 @@ -===== 7.3.15RC1 (2020-02-06) +===== 7.3.15 (2020-02-20) $ grep -r 'Tests failed' /var/lib/mock/{fc,el}*/build.log -/var/lib/mock/el6i/build.log:Tests failed : 2 +/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/fc29i/build.log:Tests failed : 0 -/var/lib/mock/fc29x/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 -el6i: - 1 Bug #60120 proc_open hangs with stdin/out with 2048+ bytes [ext/standard/tests/streams/proc_open_bug60120.phpt] - 1 Bug #64438 proc_open hangs with stdin/out with 4097+ bytes [ext/standard/tests/streams/proc_open_bug64438.phpt] el8x: 5 buildroot issue with openssl under investigation diff --git a/php73.spec b/php73.spec index f5f50ed..32ecf99 100644 --- a/php73.spec +++ b/php73.spec @@ -121,7 +121,7 @@ %endif %global upver 7.3.15 -%global rcver RC1 +#global rcver RC1 Summary: PHP scripting language for creating dynamic web sites Name: php @@ -2249,6 +2249,9 @@ fi %changelog +* Tue Feb 18 2020 Remi Collet - 7.3.15-1 +- Update to 7.3.15 - http://www.php.net/releases/7_3_15.php + * Tue Feb 4 2020 Remi Collet - 7.3.15~RC1-1 - update to 7.3.15RC1 -- cgit