From 4575cce345fdec0dbb7a1996efb7eaaa1b55025a Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 29 Sep 2021 06:59:40 +0200 Subject: update to 8.1.0RC3 --- failed.txt | 6 ++++-- php.spec | 7 +++++-- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/failed.txt b/failed.txt index 859ce57..fd8b25f 100644 --- a/failed.txt +++ b/failed.txt @@ -1,4 +1,4 @@ -===== 8.1.0RC2 (2021-09-16) +===== 8.1.0RC3 (2021-09-30) $ grep -ar 'Tests failed' /var/lib/mock/*/build.log @@ -6,11 +6,13 @@ $ 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 : 0 +/var/lib/mock/scl81fc35x/build.log:Tests failed : 1 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 cfc8d98..fff1d90 100644 --- a/php.spec +++ b/php.spec @@ -107,8 +107,8 @@ %global gh_owner php %global gh_project php-src %global upver 8.1.0 -%global rcver RC2 -%global lower rc2 +%global rcver RC3 +%global lower rc3 Summary: PHP scripting language for creating dynamic web sites Name: %{?scl_prefix}php @@ -1817,6 +1817,9 @@ fi %changelog +* Wed Sep 29 2021 Remi Collet - 8.1.0~rc3-1 +- update to 8.1.0RC3 + * Sat Sep 18 2021 Remi Collet - 8.1.0~rc2-1 - update to 8.1.0RC2 - use oracle client library version 21.3 -- cgit