From d15cba1dac181ac184f83097f90ef648f6684b63 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 14 Feb 2024 07:47:58 +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 +- php.spec | 8 ++++++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/failed.txt b/failed.txt index 2e12baf..51ab184 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/php.spec b/php.spec index 8ffbfb0..e9ed55c 100644 --- a/php.spec +++ b/php.spec @@ -54,7 +54,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 @@ -130,7 +130,7 @@ %global gh_owner php %global gh_project php-src %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 @@ -1874,6 +1874,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