diff options
| author | Remi Collet <remi@remirepo.net> | 2026-05-13 08:37:36 +0200 |
|---|---|---|
| committer | Remi Collet <remi@php.net> | 2026-05-13 08:37:36 +0200 |
| commit | f177e3467132c7349ed408b7fd7784b1e4f78cf4 (patch) | |
| tree | 14c32ee81a327bfe24937fdd5b25ab8758a43ee1 /php-tecnickcom-tc-lib-unicode.spec | |
| parent | dbcc706366baabe71464f66b389da6951316325d (diff) | |
raise dependency on PHP 8.2
raise dependency on tc-lib-unicode-data 2.1
Diffstat (limited to 'php-tecnickcom-tc-lib-unicode.spec')
| -rw-r--r-- | php-tecnickcom-tc-lib-unicode.spec | 17 |
1 files changed, 11 insertions, 6 deletions
diff --git a/php-tecnickcom-tc-lib-unicode.spec b/php-tecnickcom-tc-lib-unicode.spec index c460224..007b331 100644 --- a/php-tecnickcom-tc-lib-unicode.spec +++ b/php-tecnickcom-tc-lib-unicode.spec @@ -19,7 +19,7 @@ Name: php-%{gh_owner}-%{gh_project} Summary: PHP library containing Unicode methods License: LGPL-3.0-or-later -Version: 2.1.2 +Version: 2.2.0 Release: 1%{?dist} %forgemeta @@ -32,21 +32,21 @@ BuildArch: noarch %global phpunit %{_bindir}/phpunit11 BuildRequires: phpunit11 >= 11.5 BuildRequires: php(language) >= 8.2 -BuildRequires: (php-composer(%{c_vendor}/tc-lib-unicode-data) >= 2.0 with php-composer(%{c_vendor}/tc-lib-unicode-data) < 3) +BuildRequires: (php-composer(%{c_vendor}/tc-lib-unicode-data) >= 2.1 with php-composer(%{c_vendor}/tc-lib-unicode-data) < 3) BuildRequires: php-mbstring BuildRequires: php-pcre %endif BuildRequires: php-fedora-autoloader-devel # From composer.json, "require": { -# "php": ">=8.1" +# "php": ">=8.2" # "ext-mbstring": "*", # "ext-pcre": "*", -# "tecnickcom/tc-lib-unicode-data": "^2.0" -Requires: php(language) >= 8.1 +# "tecnickcom/tc-lib-unicode-data": "^2.1" +Requires: php(language) >= 8.2 Requires: php-mbstring Requires: php-pcre -Requires: (php-composer(%{c_vendor}/tc-lib-unicode-data) >= 2.0 with php-composer(%{c_vendor}/tc-lib-unicode-data) < 3) +Requires: (php-composer(%{c_vendor}/tc-lib-unicode-data) >= 2.1 with php-composer(%{c_vendor}/tc-lib-unicode-data) < 3) # From phpcompatinfo report for version 1.2.1 # None BuildRequires: php-fedora-autoloader-devel @@ -117,6 +117,11 @@ exit $ret %changelog +* Wed May 13 2026 Remi Collet <remi@remirepo.net> - 2.2.0-1 +- update to 2.2.0 +- raise dependency on PHP 8.2 +- raise dependency on tc-lib-unicode-data 2.1 + * Sun May 3 2026 Remi Collet <remi@remirepo.net> - 2.1.2-1 - update to 2.1.2 |
