From 3202c8bd1739cc94dd1d129bac79bcb865dd5920 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 8 Nov 2023 08:00:34 +0100 Subject: update to 8.3.0RC6 use oracle client library version 21.12 on x86_64 use ICU 73.2 --- php.spec | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) (limited to 'php.spec') diff --git a/php.spec b/php.spec index 61672b5..fbea3d1 100644 --- a/php.spec +++ b/php.spec @@ -54,7 +54,7 @@ %global oraclelib 19.1 %global oracledir 19.19 %else -%global oraclever 21.11 +%global oraclever 21.12 %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.0 -%global rcver RC5 +%global rcver RC6 %global rclower %(echo %{rcver} | tr '[:upper:]' '[:lower:]') # TODO set PHP_EXTRA_VERSION for EOL version @@ -841,9 +841,9 @@ Summary: Internationalization extension for PHP applications # All files licensed under PHP version 3.01 License: PHP-3.01 Requires: %{?scl_prefix}php-common%{?_isa} = %{version}-%{release} -BuildRequires: pkgconfig(icu-i18n) >= 72 -BuildRequires: pkgconfig(icu-io) >= 72 -BuildRequires: pkgconfig(icu-uc) >= 72 +BuildRequires: pkgconfig(icu-i18n) >= 73 +BuildRequires: pkgconfig(icu-io) >= 73 +BuildRequires: pkgconfig(icu-uc) >= 73 %description intl The %{?scl_prefix}php-intl package contains a dynamic shared object that will add @@ -1874,6 +1874,11 @@ fi %changelog +* Wed Nov 8 2023 Remi Collet - 8.3.0~rc6-1 +- update to 8.3.0RC6 +- use oracle client library version 21.12 on x86_64 +- use ICU 73.2 + * Tue Oct 24 2023 Remi Collet - 8.3.0~rc5-1 - update to 8.3.0RC5 -- cgit