From 60e554618a6765dcba8f5913a0c09efcf20bbafb Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 19 Jan 2021 17:55:30 +0100 Subject: update to 8.0.2RC1 oci8 version is now 3.0.1 --- failed.txt | 2 +- php80.spec | 12 ++++++++---- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/failed.txt b/failed.txt index 3b86f3a..0a37421 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/{fc,el}*/build.log diff --git a/php80.spec b/php80.spec index 8a0f04e..ac172cb 100644 --- a/php80.spec +++ b/php80.spec @@ -13,7 +13,7 @@ %global pdover 20170320 # Extension version %global fileinfover 1.0.5 -%global oci8ver 3.0.0 +%global oci8ver 3.0.1 %global zipver 1.19.2 # Adds -z now to the linker flags @@ -89,9 +89,9 @@ %bcond_without libgd %bcond_with zip -%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: php @@ -2142,6 +2142,10 @@ fi %changelog +* Tue Jan 19 2021 Remi Collet - 8.0.2~RC1-1 +- update to 8.0.2RC1 +- oci8 version is now 3.0.1 + * Tue Jan 5 2021 Remi Collet - 8.0.1-1 - Update to 8.0.1 - http://www.php.net/releases/8_0_1.php -- cgit