From 49ca569605c72b9103e96448032a891a2477ff6c Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 14 Feb 2024 07:48:59 +0100 Subject: Update to 8.3.3 - http://www.php.net/releases/8_3_3.php use oracle client library version 21.13 on x86_64 --- failed.txt | 2 +- php83.spec | 8 ++++++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/failed.txt b/failed.txt index 9847927..f1a30df 100644 --- a/failed.txt +++ b/failed.txt @@ -1,4 +1,4 @@ -===== 8.3.3RC1 (2024-02-01) +===== 8.3.3 (2024-02-15) $ grep -ar 'Tests failed' /var/lib/mock/*/build.log diff --git a/php83.spec b/php83.spec index 4f9b096..a876c83 100644 --- a/php83.spec +++ b/php83.spec @@ -29,7 +29,7 @@ %global oraclelib 19.1 %global oracledir 19.19 %else -%global oraclever 21.12 +%global oraclever 21.13 %global oraclelib 21.1 %global oracledir 21 %endif @@ -121,7 +121,7 @@ %bcond_with zip %global upver 8.3.3 -%global rcver RC1 +#global rcver RC1 # TODO set PHP_EXTRA_VERSION for EOL version Summary: PHP scripting language for creating dynamic web sites @@ -2212,6 +2212,10 @@ fi %changelog +* Wed Feb 14 2024 Remi Collet - 8.3.3-1 +- Update to 8.3.3 - http://www.php.net/releases/8_3_3.php +- use oracle client library version 21.13 on x86_64 + * Wed Jan 31 2024 Remi Collet - 8.3.2~RC1-1 - update to 8.3.3RC1 -- cgit