diff options
author | Remi Collet <remi@remirepo.net> | 2023-11-08 10:10:47 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2023-11-08 10:10:47 +0100 |
commit | c4a447a69f061e64ffef8490b14100956c16588c (patch) | |
tree | c1862b219c1c9a35e9af8d6583f380b6ddf60966 /php.spec | |
parent | 111aedd5882213447ca3a8ba557dcf62b3aa0a04 (diff) |
update to 8.1.26RC1
use oracle client library version 21.12 on x86_64
use ICU 73.2
Diffstat (limited to 'php.spec')
-rw-r--r-- | php.spec | 17 |
1 files changed, 11 insertions, 6 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 @@ -129,8 +129,8 @@ #global gh_date 20210809 %global gh_owner php %global gh_project php-src -%global upver 8.1.25 -#global rcver RC1 +%global upver 8.1.26 +%global rcver RC1 Summary: PHP scripting language for creating dynamic web sites Name: %{?scl_prefix}php @@ -832,9 +832,9 @@ Summary: Internationalization extension for PHP applications # All files licensed under PHP version 3.01 License: PHP 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 @@ -1862,6 +1862,11 @@ fi %changelog +* Wed Nov 8 2023 Remi Collet <remi@remirepo.net> - 8.1.26~RC1-1 +- update to 8.1.26RC1 +- use oracle client library version 21.12 on x86_64 +- use ICU 73.2 + * Wed Oct 25 2023 Remi Collet <remi@remirepo.net> - 8.1.25-1 - Update to 8.1.25 - http://www.php.net/releases/8_1_25.php |