From e7285ccab4bd73fc51356f70830c24736019fcf4 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 6 Nov 2018 14:01:34 +0100 Subject: 7.3.0RC5 --- failed.txt | 6 ++---- php73.spec | 7 +++++-- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/failed.txt b/failed.txt index d2912aa..668c135 100644 --- a/failed.txt +++ b/failed.txt @@ -1,9 +1,9 @@ -===== 7.3.0RC3 (2018-10-11) +===== 7.3.0RC5 (2018-11-06) $ 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 : 1 +/var/lib/mock/el6x/build.log:Tests failed : 0 /var/lib/mock/el7x/build.log:Tests failed : 0 /var/lib/mock/fc27i/build.log:Tests failed : 0 /var/lib/mock/fc27x/build.log:Tests failed : 0 @@ -13,8 +13,6 @@ $ grep -r 'Tests failed' /var/lib/mock/{fc,el}*/build.log /var/lib/mock/fc29x/build.log:Tests failed : 0 -el6x: - file upload greater than 2G [sapi/cli/tests/upload_2G.phpt] 1 proc_open give erratic test results :( diff --git a/php73.spec b/php73.spec index 483832c..ea74a87 100644 --- a/php73.spec +++ b/php73.spec @@ -112,8 +112,8 @@ %endif %global upver 7.3.0 -%global rcver RC4 -%global lower rc4 +%global rcver RC5 +%global lower rc5 Summary: PHP scripting language for creating dynamic web sites Name: php @@ -2171,6 +2171,9 @@ fi %changelog +* Tue Nov 6 2018 Remi Collet - 7.3.0~rc5-1 +- update to 7.3.0RC5 + * Wed Oct 24 2018 Remi Collet - 7.3.0~rc4-1 - update to 7.3.0RC4 -- cgit