diff options
author | Remi Collet <remi@remirepo.net> | 2023-11-08 08:00:34 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2023-11-08 08:00:34 +0100 |
commit | 3202c8bd1739cc94dd1d129bac79bcb865dd5920 (patch) | |
tree | 41b052c995305980ec90df10a26f51a1a14c9863 /php.spec | |
parent | f40e37b39f8c9e86e4bbec558f3b0c562f2f7590 (diff) |
update to 8.3.0RC6
use oracle client library version 21.12 on x86_64
use ICU 73.2
Diffstat (limited to 'php.spec')
-rw-r--r-- | php.spec | 15 |
1 files changed, 10 insertions, 5 deletions
@@ -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 <remi@remirepo.net> - 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 <remi@remirepo.net> - 8.3.0~rc5-1 - update to 8.3.0RC5 |