From e6484aa5c798ab97e49c24a72d510a610ce11977 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 14 Feb 2024 08:40:49 +0100 Subject: Update to 8.2.16 - http://www.php.net/releases/8_2_16.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 1f2e5d5..23667c3 100644 --- a/failed.txt +++ b/failed.txt @@ -1,4 +1,4 @@ -===== 8.2.16RC1 (2024-02-01) +===== 8.2.16 (2024-02-15) $ grep -ar 'Tests failed' /var/lib/mock/*/build.log diff --git a/php.spec b/php.spec index 6e4cea5..08620aa 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.2.16 -%global rcver RC1 +#global rcver RC1 Summary: PHP scripting language for creating dynamic web sites Name: %{?scl_prefix}php @@ -1862,6 +1862,10 @@ fi %changelog +* Wed Feb 14 2024 Remi Collet - 8.2.16-1 +- Update to 8.2.16 - http://www.php.net/releases/8_2_16.php +- use oracle client library version 21.13 on x86_64 + * Wed Jan 31 2024 Remi Collet - 8.2.16~RC1-1 - update to 8.2.16RC1 -- cgit