From 8bb61aef40990d5960fbec671034a2a1c8035484 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 13 Sep 2023 08:06:03 +0200 Subject: update to 8.1.24RC1 use oracle client library version 21.11 --- php.spec | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'php.spec') diff --git a/php.spec b/php.spec index b107cd1..41e57e2 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.10 +%global oraclever 21.11 %global oraclelib 21.1 # Build for LiteSpeed Web Server (LSAPI), you can disable using --without tests @@ -122,8 +122,8 @@ #global gh_date 20210809 %global gh_owner php %global gh_project php-src -%global upver 8.1.23 -#global rcver RC1 +%global upver 8.1.24 +%global rcver RC1 Summary: PHP scripting language for creating dynamic web sites Name: %{?scl_prefix}php @@ -1851,6 +1851,10 @@ fi %changelog +* Wed Sep 13 2023 Remi Collet - 8.1.24~RC1-1 +- update to 8.1.24RC1 +- use oracle client library version 21.11 + * Wed Aug 30 2023 Remi Collet - 8.1.23-1 - Update to 8.1.23 - http://www.php.net/releases/8_1_23.php -- cgit