From 71ab560afe71dc8d18f8b866eb0fe579eed9dbfb Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 19 Aug 2019 09:39:27 +0200 Subject: 7.3.9RC1 --- failed.txt | 6 ++++-- php73.spec | 9 ++++++--- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/failed.txt b/failed.txt index ce2f385..b6697ac 100644 --- a/failed.txt +++ b/failed.txt @@ -1,8 +1,8 @@ -===== 7.3.8 (2019-08-01) +===== 7.3.9RC1 (2019-08-15) $ grep -r 'Tests failed' /var/lib/mock/{fc,el}*/build.log -/var/lib/mock/el6i/build.log:Tests failed : 0 +/var/lib/mock/el6i/build.log:Tests failed : 1 /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 @@ -14,6 +14,8 @@ $ grep -r 'Tests failed' /var/lib/mock/{fc,el}*/build.log /var/lib/mock/fc30x/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] el8x, fc28i, fc28x: 6 Bug #78338 (Array cross-border reading in PCRE) [ext/pcre/tests/bug78338.phpt] el8x: diff --git a/php73.spec b/php73.spec index bf84d8a..aacfe78 100644 --- a/php73.spec +++ b/php73.spec @@ -116,9 +116,9 @@ %global db_devel libdb-devel %endif -%global upver 7.3.8 -#global rcver RC1 -#global lower RC1 +%global upver 7.3.9 +%global rcver RC1 +%global lower RC1 Summary: PHP scripting language for creating dynamic web sites Name: php @@ -2234,6 +2234,9 @@ fi %changelog +* Mon Aug 19 2019 Remi Collet - 7.3.9~RC1-1 +- update to 7.3.9RC1 + * Tue Jul 30 2019 Remi Collet - 7.3.8-1 - Update to 7.3.8 - http://www.php.net/releases/7_3_8.php -- cgit