From 0a21a09ad6f9a784943f223085e41068ab80219c Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 12 Sep 2023 17:01:41 +0200 Subject: update to 8.2.11RC1 use oracle client library version 21.11 --- failed.txt | 2 +- php82.spec | 10 +++++++--- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/failed.txt b/failed.txt index f31a774..a99a7f4 100644 --- a/failed.txt +++ b/failed.txt @@ -1,4 +1,4 @@ -===== 8.2.10 (2023-08-31) +===== 8.2.11RC1 (2023-09-14) $ grep -ar 'Tests failed' /var/lib/mock/*/build.log diff --git a/php82.spec b/php82.spec index 5ae8078..5833010 100644 --- a/php82.spec +++ b/php82.spec @@ -24,7 +24,7 @@ %global mysql_sock %(mysql_config --socket 2>/dev/null || echo /var/lib/mysql/mysql.sock) -%global oraclever 21.10 +%global oraclever 21.11 %global oraclelib 21.1 # Build for LiteSpeed Web Server (LSAPI), you can disable using --without tests @@ -109,8 +109,8 @@ %bcond_without libgd %bcond_with zip -%global upver 8.2.10 -#global rcver RC1 +%global upver 8.2.11 +%global rcver RC1 Summary: PHP scripting language for creating dynamic web sites Name: php @@ -2195,6 +2195,10 @@ fi %changelog +* Tue Sep 12 2023 Remi Collet - 8.2.11~RC1-1 +- update to 8.2.11RC1 +- use oracle client library version 21.11 + * Tue Aug 29 2023 Remi Collet - 8.2.10-1 - Update to 8.2.10 - http://www.php.net/releases/8_2_10.php -- cgit