From a1ce3dbccdb842d44672bf685e3597b7234c33ee Mon Sep 17 00:00:00 2001
From: Remi Collet <remi@remirepo.net>
Date: Tue, 18 Jul 2017 17:03:00 +0200
Subject: v7.0.22RC1

---
 failed.txt |  2 +-
 php.spec   | 10 +++++++---
 2 files changed, 8 insertions(+), 4 deletions(-)

diff --git a/failed.txt b/failed.txt
index 4e9c753..69a155f 100644
--- a/failed.txt
+++ b/failed.txt
@@ -1,4 +1,4 @@
-===== 7.0.21 (2017-07-06)
+===== 7.0.22RC1 (2017-07-20)
 
 $ grep -r 'Tests failed' /var/lib/mock/scl70*/build.log
 
diff --git a/php.spec b/php.spec
index 3e28efe..f2dbbbf 100644
--- a/php.spec
+++ b/php.spec
@@ -25,7 +25,7 @@
 %global zendver     20151012
 %global pdover      20150127
 # Extension version
-%global oci8ver     2.1.5
+%global oci8ver     2.1.6
 
 # Adds -z now to the linker flags
 %global _hardened_build 1
@@ -123,8 +123,8 @@
 %global db_devel  libdb-devel
 %endif
 
-%global upver        7.0.21
-#global rcver        RC1
+%global upver        7.0.22
+%global rcver        RC1
 
 
 Summary: PHP scripting language for creating dynamic web sites
@@ -1813,6 +1813,10 @@ fi
 
 
 %changelog
+* Tue Jul 18 2017 Remi Collet <remi@fedoraproject.org> - 7.0.22~RC1-1
+- Update to 7.0.22RC1
+- oci8 version is now 2.1.6
+
 * Tue Jul  4 2017 Remi Collet <remi@fedoraproject.org> - 7.0.21-1
 - Update to 7.0.21 - http://www.php.net/releases/7_0_21.php
 
-- 
cgit