diff options
author | Remi Collet <remi@remirepo.net> | 2024-09-10 16:19:41 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2024-09-10 16:19:41 +0200 |
commit | 0ef03bc568e6f581c5c38c30ad1cecb12fa97b3e (patch) | |
tree | 2a9c65f1a18a1cc5741de91a0737f19eba79445b | |
parent | ef0d7907b0b8e6d397742b1b9246234a2d1df847 (diff) |
update to 8.3.12RC1
use ICU 74.2
-rw-r--r-- | failed.txt | 2 | ||||
-rw-r--r-- | php83.spec | 14 |
2 files changed, 10 insertions, 6 deletions
@@ -1,4 +1,4 @@ -===== 8.3.11 (2024-08-29) +===== 8.3.12RC1 (2024-09-12) $ grep -ar 'Tests failed' /var/lib/mock/*/build.log @@ -125,8 +125,8 @@ %bcond_without libgd %bcond_with zip -%global upver 8.3.11 -#global rcver RC2 +%global upver 8.3.12 +%global rcver RC1 # TODO set PHP_EXTRA_VERSION for EOL version Summary: PHP scripting language for creating dynamic web sites @@ -1064,9 +1064,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 @@ -2239,6 +2239,10 @@ fi %changelog +* Tue Sep 10 2024 Remi Collet <remi@remirepo.net> - 8.3.12~RC1-1 +- update to 8.3.12RC1 +- use ICU 74.2 + * Wed Aug 28 2024 Remi Collet <remi@remirepo.net> - 8.3.11-1 - Update to 8.3.11 - http://www.php.net/releases/8_3_11.php |