From 8266a0a7b3f0da9630168cdd5ce496ab2b48b0f5 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 27 Oct 2020 14:26:57 +0100 Subject: update to 8.0.0RC3 --- failed.txt | 6 ++---- php80.spec | 9 ++++++--- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/failed.txt b/failed.txt index 73b70a5..9cd8707 100644 --- a/failed.txt +++ b/failed.txt @@ -1,4 +1,4 @@ -===== 8.0.0RC2 (2020-10-15) +===== 8.0.0RC3 (2020-10-29) $ grep -ar 'Tests failed' /var/lib/mock/{fc,el}*/build.log @@ -6,13 +6,11 @@ $ grep -ar 'Tests failed' /var/lib/mock/{fc,el}*/build.log /var/lib/mock/el8x80/build.log:Tests failed : 1 /var/lib/mock/fc31x/build.log:Tests failed : 0 /var/lib/mock/fc32x/build.log:Tests failed : 0 -/var/lib/mock/fc33x/build.log:Tests failed : 1 +/var/lib/mock/fc33x/build.log:Tests failed : 0 el8x: 3 Bug #78338 (Array cross-border reading in PCRE) [ext/pcre/tests/bug78338.phpt] -fc33x: - 2 SPL: DirectoryIterator and clone [ext/spl/tests/dit_004.phpt] 1 proc_open give erratic test results :( diff --git a/php80.spec b/php80.spec index 75f5e82..d06bf7f 100644 --- a/php80.spec +++ b/php80.spec @@ -90,13 +90,13 @@ %bcond_with zip %global upver 8.0.0 -%global rcver RC2 -%global lower rc2 +%global rcver RC3 +%global lower rc3 Summary: PHP scripting language for creating dynamic web sites Name: php Version: %{upver}%{?rcver:~%{lower}} -Release: 6%{?dist} +Release: 7%{?dist} # All files licensed under PHP version 3.01, except # Zend is licensed under Zend # TSRM is licensed under BSD @@ -2138,6 +2138,9 @@ fi %changelog +* Tue Oct 27 2020 Remi Collet - 8.0.0~rc3-7 +- update to 8.0.0RC3 + * Wed Oct 14 2020 Remi Collet - 8.0.0~rc2-6 - update to 8.0.0RC2 -- cgit