From 0fbcb496864a4ee66d09d43a481520b30bd92d0d Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 10 Nov 2020 14:25:01 +0100 Subject: update to 8.0.0RC4 --- failed.txt | 2 +- php80.spec | 9 ++++++--- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/failed.txt b/failed.txt index 9cd8707..5c2620f 100644 --- a/failed.txt +++ b/failed.txt @@ -1,4 +1,4 @@ -===== 8.0.0RC3 (2020-10-29) +===== 8.0.0RC4 (2020-11-12) $ grep -ar 'Tests failed' /var/lib/mock/{fc,el}*/build.log diff --git a/php80.spec b/php80.spec index a9c0b72..f8ab1fd 100644 --- a/php80.spec +++ b/php80.spec @@ -90,13 +90,13 @@ %bcond_with zip %global upver 8.0.0 -%global rcver RC3 -%global lower rc3 +%global rcver RC4 +%global lower rc4 Summary: PHP scripting language for creating dynamic web sites Name: php Version: %{upver}%{?rcver:~%{lower}} -Release: 7%{?dist} +Release: 8%{?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 Nov 10 2020 Remi Collet - 8.0.0~rc4-8 +- update to 8.0.0RC4 + * Tue Oct 27 2020 Remi Collet - 8.0.0~rc3-7 - update to 8.0.0RC3 -- cgit