From e9767c21aaa52a707ec9d0bf3c0361958eef2aea Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 13 Jul 2021 17:10:03 +0200 Subject: update to 8.0.9RC1 --- failed.txt | 2 +- php.spec | 12 +++++++----- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/failed.txt b/failed.txt index f564d78..4524884 100644 --- a/failed.txt +++ b/failed.txt @@ -1,4 +1,4 @@ -===== 8.0.8 (2021-07-01) +===== 8.0.9RC1 (2021-07-15) $ grep -ar 'Tests failed' /var/lib/mock/scl80*/build.log diff --git a/php.spec b/php.spec index 6be186f..4be9486 100644 --- a/php.spec +++ b/php.spec @@ -98,13 +98,12 @@ #global gh_date 20200615 %global gh_owner php %global gh_project php-src -%global upver 8.0.8 -#global rcver RC1 -#global lower RC1 +%global upver 8.0.9 +%global rcver RC1 Summary: PHP scripting language for creating dynamic web sites Name: %{?scl_prefix}php -Version: %{upver}%{?lower:~%{lower}}%{?gh_date:.%{gh_date}} +Version: %{upver}%{?rcver:~%{rcver}}%{?gh_date:.%{gh_date}} Release: 1%{?dist} # All files licensed under PHP version 3.01, except # Zend is licensed under Zend @@ -1308,7 +1307,7 @@ popd %check %if %{with tests} -cd build-apache +cd build-fpm # Run tests, using the CLI SAPI export NO_INTERACTION=1 REPORT_EXIT_STATUS=1 MALLOC_CHECK_=2 @@ -1810,6 +1809,9 @@ fi %changelog +* Tue Jul 13 2021 Remi Collet - 8.0.9~RC1-1 +- update to 8.0.9RC1 + * Tue Jun 29 2021 Remi Collet - 8.0.8-1 - Update to 8.0.8 - http://www.php.net/releases/8_0_8.php -- cgit