From e96df7cf91412830463b359bca09e01f656a2a75 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 13 Oct 2021 07:54:16 +0200 Subject: update to 8.1.0RC4 --- failed.txt | 6 ++---- php.spec | 9 ++++++--- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/failed.txt b/failed.txt index fd8b25f..a0b4abf 100644 --- a/failed.txt +++ b/failed.txt @@ -1,4 +1,4 @@ -===== 8.1.0RC3 (2021-09-30) +===== 8.1.0RC4 (2021-10-14) $ grep -ar 'Tests failed' /var/lib/mock/*/build.log @@ -6,13 +6,11 @@ $ grep -ar 'Tests failed' /var/lib/mock/*/build.log /var/lib/mock/scl81el8x/build.log:Tests failed : 1 /var/lib/mock/scl81fc33x/build.log:Tests failed : 0 /var/lib/mock/scl81fc34x/build.log:Tests failed : 0 -/var/lib/mock/scl81fc35x/build.log:Tests failed : 1 +/var/lib/mock/scl81fc35x/build.log:Tests failed : 0 el7x, el8x 4 Bug #80963: DateTimeZone::getTransitions() truncated [ext/date/tests/bug80963.phpt] -fc35x - 4 Bug #33415 [2] (Possibly invalid non-one-hour DST or timezone shifts) [ext/date/tests/bug33415-2.phpt] (1) proc_open give erratic test results :( diff --git a/php.spec b/php.spec index b7c6b70..8a3d57c 100644 --- a/php.spec +++ b/php.spec @@ -107,13 +107,13 @@ %global gh_owner php %global gh_project php-src %global upver 8.1.0 -%global rcver RC3 -%global lower rc3 +%global rcver RC4 +%global lower rc4 Summary: PHP scripting language for creating dynamic web sites Name: %{?scl_prefix}php Version: %{upver}%{?lower:~%{lower}}%{?gh_date:.%{gh_date}} -Release: 3%{?dist} +Release: 1%{?dist} # All files licensed under PHP version 3.01, except # Zend is licensed under Zend # TSRM is licensed under BSD @@ -1817,6 +1817,9 @@ fi %changelog +* Wed Oct 13 2021 Remi Collet - 8.1.0~rc4-1 +- update to 8.1.0RC4 + * Fri Oct 1 2021 Remi Collet - 8.1.0~rc3-3 - rebuild using ICU 69 -- cgit