From a651d5ff9cd7fc8100d9944c166778033a2ccc6c Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 16 Sep 2020 07:52:20 +0200 Subject: update to 8.0.0beta4 --- failed.txt | 6 ++++-- php80.spec | 9 ++++++--- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/failed.txt b/failed.txt index 12dfa1a..b108eff 100644 --- a/failed.txt +++ b/failed.txt @@ -1,14 +1,16 @@ -===== 8.0.0beta3 (2020-09-03) +===== 8.0.0beta4 (2020-09-17) $ grep -ar 'Tests failed' /var/lib/mock/{fc,el}*/build.log -/var/lib/mock/el7x/build.log:Tests failed : 0 +/var/lib/mock/el7x/build.log:Tests failed : 1 /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 : 0 +el7x: + 2 Request #70438: Add IV parameter for openssl_seal and openssl_open [ext/openssl/tests/bug70438.phpt] el8x: 3 Bug #78338 (Array cross-border reading in PCRE) [ext/pcre/tests/bug78338.phpt] diff --git a/php80.spec b/php80.spec index e21571e..ea015e6 100644 --- a/php80.spec +++ b/php80.spec @@ -99,13 +99,13 @@ %global with_zip 0 %global upver 8.0.0 -%global rcver beta3 -%global lower beta3 +%global rcver beta4 +%global lower beta4 Summary: PHP scripting language for creating dynamic web sites Name: php Version: %{upver}%{?rcver:~%{lower}} -Release: 1%{?dist} +Release: 2%{?dist} # All files licensed under PHP version 3.01, except # Zend is licensed under Zend # TSRM is licensed under BSD @@ -2135,6 +2135,9 @@ fi %changelog +* Wed Sep 16 2020 Remi Collet - 8.0.0~beta4-2 +- update to 8.0.0beta4 + * Fri Sep 11 2020 Remi Collet - 8.0.0~beta3-1 - update to 8.0.0beta3 - bump ABI/API versions -- cgit