diff options
author | Remi Collet <remi@remirepo.net> | 2023-11-08 10:21:55 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2023-11-08 10:21:55 +0100 |
commit | c583d3cbe69b7e430ee832326e37ddf57977f150 (patch) | |
tree | 6b20da5136bb655e8a7e6876be670f93c6ea05c4 /php81.spec | |
parent | f82451cef0941af2853ea1a3d0f0fc8b835279cc (diff) |
update to 8.1.26RC1
use oracle client library version 21.12 on x86_64
use ICU 73.2
Diffstat (limited to 'php81.spec')
-rw-r--r-- | php81.spec | 17 |
1 files changed, 11 insertions, 6 deletions
@@ -29,7 +29,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 @@ -120,8 +120,8 @@ %bcond_without libgd %bcond_with zip -%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: php @@ -1040,9 +1040,9 @@ Summary: Internationalization extension for PHP applications # All files licensed under PHP version 3.01 License: PHP Requires: 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 %if 0%{?rhel} == 7 Obsoletes: php53-intl, php53u-intl, php54-intl, php54w-intl, php55u-intl, php55w-intl, php56u-intl, php56w-intl Obsoletes: php70u-intl, php70w-intl, php71u-intl, php71w-intl, php72u-intl, php72w-intl @@ -2199,6 +2199,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 |