From 5451ca30bfd6e546cb44f1839d58d1f20e52250c Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 31 Mar 2020 15:30:37 +0200 Subject: update to 7.3.17RC1 --- failed.txt | 10 +++++++--- php73.spec | 7 +++++-- 2 files changed, 12 insertions(+), 5 deletions(-) diff --git a/failed.txt b/failed.txt index 382d4a2..5450f79 100644 --- a/failed.txt +++ b/failed.txt @@ -1,18 +1,22 @@ -===== 7.3.16RC1 (2020-03-05) +===== 7.3.17RC1 (2020-03-31) $ 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/el7x/build.log:Tests failed : 1 /var/lib/mock/el8x73/build.log:Tests failed : 14 -/var/lib/mock/fc30i/build.log:Tests failed : 0 +/var/lib/mock/fc30i/build.log:Tests failed : 1 /var/lib/mock/fc30x/build.log:Tests failed : 0 /var/lib/mock/fc31x/build.log:Tests failed : 0 +el7x: + 1 php://input is empty when enable_post_data_reading=Off [tests/basic/bug67198.phpt] el8x: 5 buildroot issue with openssl under investigation +fc30i: + 1 Bug #60120 proc_open hangs with stdin/out with 2048+ bytes [ext/standard/tests/streams/proc_open_bug60120.phpt] 1 proc_open give erratic test results :( diff --git a/php73.spec b/php73.spec index 1052f45..eba6efc 100644 --- a/php73.spec +++ b/php73.spec @@ -120,8 +120,8 @@ %global db_devel libdb-devel %endif -%global upver 7.3.16 -#global rcver RC1 +%global upver 7.3.17 +%global rcver RC1 Summary: PHP scripting language for creating dynamic web sites Name: php @@ -2249,6 +2249,9 @@ fi %changelog +* Tue Mar 31 2020 Remi Collet - 7.3.17~RC1-1 +- update to 7.3.17RC1 + * Tue Mar 17 2020 Remi Collet - 7.3.16-1 - Update to 7.3.16 - http://www.php.net/releases/7_3_16.php - use oracle client library version 19.6 (18.5 on EL-6) -- cgit