From 7ef988e3f02ed363e158db04bde4c57401a6bf17 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 3 Jan 2023 18:46:26 +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 +- php80.spec | 9 ++++++--- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/failed.txt b/failed.txt index c4f2415..c118cea 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/php80.spec b/php80.spec index c797c96..604cbc3 100644 --- a/php80.spec +++ b/php80.spec @@ -24,7 +24,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 @@ -100,8 +100,7 @@ %bcond_without libgd %bcond_with zip -%global upver 8.0.26 -#global rcver RC1 +%global upver 8.0.27 Summary: PHP scripting language for creating dynamic web sites Name: php @@ -2181,6 +2180,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