From 2811c454d7470f9666d0cc7c1ec9e05eba30e226 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 3 Jan 2023 18:46:14 +0100 Subject: Update to 8.0.27 - http://www.php.net/releases/8_0_27.php use oracle client library version 21.8 --- failed.txt | 2 +- php.spec | 9 ++++++--- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/failed.txt b/failed.txt index ce97628..694d31a 100644 --- a/failed.txt +++ b/failed.txt @@ -1,4 +1,4 @@ -===== 8.0.26 (2022-11-24) +===== 8.0.27 (2023-01-05) $ grep -ar 'Tests failed' /var/lib/mock/*/build.log diff --git a/php.spec b/php.spec index 0793e1d..b11a7ed 100644 --- a/php.spec +++ b/php.spec @@ -49,7 +49,7 @@ %global mysql_sock %(mysql_config --socket 2>/dev/null || echo /var/lib/mysql/mysql.sock) -%global oraclever 21.7 +%global oraclever 21.8 %global oraclelib 21.1 # Build for LiteSpeed Web Server (LSAPI), you can disable using --without tests @@ -114,8 +114,7 @@ #global gh_date 20200615 %global gh_owner php %global gh_project php-src -%global upver 8.0.26 -#global rcver RC1 +%global upver 8.0.27 Summary: PHP scripting language for creating dynamic web sites Name: %{?scl_prefix}php @@ -1850,6 +1849,10 @@ fi %changelog +* Tue Jan 3 2023 Remi Collet - 8.0.27-1 +- Update to 8.0.27 - http://www.php.net/releases/8_0_27.php +- use oracle client library version 21.8 + * Wed Nov 23 2022 Remi Collet - 8.0.26-1 - Update to 8.0.26 - http://www.php.net/releases/8_0_26.php -- cgit