From 893dcf7be45756c684164867115005f023c730a2 Mon Sep 17 00:00:00 2001
From: Remi Collet <remi@remirepo.net>
Date: Tue, 19 Jan 2021 17:55:09 +0100
Subject: update to 8.0.2RC1 oci8 version is now 3.0.1

---
 failed.txt |  2 +-
 php.spec   | 12 ++++++++----
 2 files changed, 9 insertions(+), 5 deletions(-)

diff --git a/failed.txt b/failed.txt
index f5e3805..dde038c 100644
--- a/failed.txt
+++ b/failed.txt
@@ -1,4 +1,4 @@
-===== 8.0.1 (2021-01-07)
+===== 8.0.2RC1 (2021-01-21)
 
 $ grep -ar 'Tests failed' /var/lib/mock/scl80*/build.log
 
diff --git a/php.spec b/php.spec
index 397f547..d601ab0 100644
--- a/php.spec
+++ b/php.spec
@@ -27,7 +27,7 @@
 %global zendver     20200930
 %global pdover      20170320
 # Extension version
-%global oci8ver     3.0.0
+%global oci8ver     3.0.1
 
 # Adds -z now to the linker flags
 %global _hardened_build 1
@@ -102,9 +102,9 @@
 #global gh_date      20200615
 %global gh_owner     php
 %global gh_project   php-src
-%global upver        8.0.1
-#global rcver        RC1
-#global lower        RC1
+%global upver        8.0.2
+%global rcver        RC1
+%global lower        RC1
 
 Summary: PHP scripting language for creating dynamic web sites
 Name:    %{?scl_prefix}php
@@ -1807,6 +1807,10 @@ fi
 
 
 %changelog
+* Tue Jan 19 2021 Remi Collet <remi@remirepo.net> - 8.0.2~RC1-1
+- update to 8.0.2RC1
+- oci8 version is now 3.0.1
+
 * Tue Jan  5 2021 Remi Collet <remi@remirepo.net> - 8.0.1-1
 - Update to 8.0.1 - http://www.php.net/releases/8_0_1.php
 
-- 
cgit