diff options
author | Remi Collet <remi@remirepo.net> | 2024-09-11 08:26:32 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2024-09-11 08:26:32 +0200 |
commit | 1a0a81cad94aef1ff2716cc523a73f36ed6b9ef5 (patch) | |
tree | d0a8cb2b4f4d449a1a8478a60901d502fd395045 /php82.spec | |
parent | 73fa2ecdd73bfd01fd3ad13f39659ad675c39ee5 (diff) |
update to 8.2.24RC1
use ICU 74.2
Diffstat (limited to 'php82.spec')
-rw-r--r-- | php82.spec | 14 |
1 files changed, 9 insertions, 5 deletions
@@ -122,8 +122,8 @@ %bcond_without libgd %bcond_with zip -%global upver 8.2.23 -#global rcver RC1 +%global upver 8.2.24 +%global rcver RC1 Summary: PHP scripting language for creating dynamic web sites Name: php @@ -1047,9 +1047,9 @@ Summary: Internationalization extension for PHP applications # All files licensed under PHP version 3.01 License: PHP-3.01 Requires: php-common%{?_isa} = %{version}-%{release} -BuildRequires: pkgconfig(icu-i18n) >= 73 -BuildRequires: pkgconfig(icu-io) >= 73 -BuildRequires: pkgconfig(icu-uc) >= 73 +BuildRequires: pkgconfig(icu-i18n) >= 74 +BuildRequires: pkgconfig(icu-io) >= 74 +BuildRequires: pkgconfig(icu-uc) >= 74 %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 @@ -2205,6 +2205,10 @@ fi %changelog +* Wed Sep 11 2024 Remi Collet <remi@remirepo.net> - 8.2.24~RC1-1 +- update to 8.2.24RC1 +- use ICU 74.2 + * Wed Aug 28 2024 Remi Collet <remi@remirepo.net> - 8.2.23-1 - Update to 8.2.23 - http://www.php.net/releases/8_2_23.php |