From 9b4c93df8ea5f2b92be3bf07ab962904f7dc49ac Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 18 Nov 2020 07:46:35 +0100 Subject: update to 8.0.0RC5 use oracle client library version 19.9 --- failed.txt | 2 +- php.spec | 12 ++++++++---- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/failed.txt b/failed.txt index 90f4bfa..c9c376a 100644 --- a/failed.txt +++ b/failed.txt @@ -1,4 +1,4 @@ -===== 8.0.0RC4 (2020-11-12) +===== 8.0.0RC5 (2020-11-19) $ grep -ar 'Tests failed' /var/lib/mock/scl80*/build.log diff --git a/php.spec b/php.spec index 2119608..2a97d58 100644 --- a/php.spec +++ b/php.spec @@ -50,7 +50,7 @@ %global mysql_sock %(mysql_config --socket 2>/dev/null || echo /var/lib/mysql/mysql.sock) %ifarch x86_64 -%global oraclever 19.8 +%global oraclever 19.9 %else %global oraclever 19.6 %endif @@ -103,13 +103,13 @@ %global gh_owner php %global gh_project php-src %global upver 8.0.0 -%global rcver RC4 -%global lower rc4 +%global rcver RC5 +%global lower rc5 Summary: PHP scripting language for creating dynamic web sites Name: %{?scl_prefix}php Version: %{upver}%{?lower:~%{lower}}%{?gh_date:.%{gh_date}} -Release: 37%{?dist} +Release: 38%{?dist} # All files licensed under PHP version 3.01, except # Zend is licensed under Zend # TSRM is licensed under BSD @@ -1804,6 +1804,10 @@ fi %changelog +* Wed Nov 18 2020 Remi Collet - 8.0.0~rc5-38 +- update to 8.0.0RC5 +- use oracle client library version 19.9 + * Tue Nov 10 2020 Remi Collet - 8.0.0~rc4-37 - update to 8.0.0RC4 -- cgit