From 9e4df0101f208bd697e4c7071b739a491a932fbf Mon Sep 17 00:00:00 2001
From: Remi Collet <remi@remirepo.net>
Date: Wed, 29 Sep 2021 07:06:41 +0200
Subject: update to 8.1.0RC3

---
 failed.txt | 6 ++++--
 php81.spec | 7 +++++--
 2 files changed, 9 insertions(+), 4 deletions(-)

diff --git a/failed.txt b/failed.txt
index 1b3d3b7..10338b8 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/{fc,el}*/build.log
 
@@ -6,11 +6,13 @@ $ grep -ar 'Tests failed' /var/lib/mock/{fc,el}*/build.log
 /var/lib/mock/el8x81/build.log:Tests failed  :     1
 /var/lib/mock/fc33x/build.log:Tests failed    :    0
 /var/lib/mock/fc34x/build.log:Tests failed    :    0
-/var/lib/mock/fc35x/build.log:Tests failed    :    0
+/var/lib/mock/fc35x/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/php81.spec b/php81.spec
index a33003e..bef9a99 100644
--- a/php81.spec
+++ b/php81.spec
@@ -93,8 +93,8 @@
 %bcond_with            zip
 
 %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: php
@@ -2151,6 +2151,9 @@ fi
 
 
 %changelog
+* Wed Sep 29 2021 Remi Collet <remi@remirepo.net> - 8.1.0~RC3-1
+- update to 8.1.0RC3
+
 * Sat Sep 18 2021 Remi Collet <remi@remirepo.net> - 8.1.0~RC2-1
 - update to 8.1.0RC2
 - use oracle client library version 21.3
-- 
cgit