From b06781060f81a1c16f153cb8d66f809a503a232e Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 2 Mar 2022 07:49:19 +0100 Subject: update to 8.0.17RC1 --- failed.txt | 2 +- php.spec | 11 ++++++----- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/failed.txt b/failed.txt index 4ff42a1..cc816f8 100644 --- a/failed.txt +++ b/failed.txt @@ -1,4 +1,4 @@ -===== 8.0.16 (2022-02-17) +===== 8.0.17RC1 (2022-03-03) $ grep -ar 'Tests failed' /var/lib/mock/*/build.log diff --git a/php.spec b/php.spec index 9acafe1..f4ab9a4 100644 --- a/php.spec +++ b/php.spec @@ -114,13 +114,13 @@ #global gh_date 20200615 %global gh_owner php %global gh_project php-src -%global upver 8.0.16 -#global rcver RC1 +%global upver 8.0.17 +%global rcver RC1 Summary: PHP scripting language for creating dynamic web sites Name: %{?scl_prefix}php Version: %{upver}%{?rcver:~%{rcver}}%{?gh_date:.%{gh_date}} -Release: 2%{?dist} +Release: 1%{?dist} # All files licensed under PHP version 3.01, except # Zend is licensed under Zend # TSRM is licensed under BSD @@ -996,8 +996,6 @@ mkdir \ # ----- Manage known as failed test ------- # affected by systzdata patch rm ext/date/tests/timezone_location_get.phpt -rm ext/date/tests/timezone_version_get.phpt -rm ext/date/tests/timezone_version_get_basic1.phpt %if 0%{?fedora} < 28 # need tzdata 2018i rm ext/date/tests/bug33414-1.phpt @@ -1848,6 +1846,9 @@ fi %changelog +* Wed Mar 2 2022 Remi Collet - 8.0.17~RC1-1 +- update to 8.0.17RC1 + * Tue Feb 22 2022 Remi Collet - 8.0.16-2 - retrieve tzdata version - use oracle client library version 21.5 -- cgit