diff options
| author | Remi Collet <remi@remirepo.net> | 2026-05-13 08:29:23 +0200 |
|---|---|---|
| committer | Remi Collet <remi@php.net> | 2026-05-13 08:29:23 +0200 |
| commit | 10a1f571a87e4d7366e51203f5a0787cec402fb8 (patch) | |
| tree | 5c73ca70529e9dd61dc1172e3143c7616a76e7a1 /php-tecnickcom-tc-lib-barcode.spec | |
| parent | e6ed702c478021a3016ae3b5d65284c454f6288e (diff) | |
raise dependency on PHP 8.2
raise dependency on tc-lib-color 2.6
Diffstat (limited to 'php-tecnickcom-tc-lib-barcode.spec')
| -rw-r--r-- | php-tecnickcom-tc-lib-barcode.spec | 17 |
1 files changed, 11 insertions, 6 deletions
diff --git a/php-tecnickcom-tc-lib-barcode.spec b/php-tecnickcom-tc-lib-barcode.spec index 5919fb5..4247a68 100644 --- a/php-tecnickcom-tc-lib-barcode.spec +++ b/php-tecnickcom-tc-lib-barcode.spec @@ -19,7 +19,7 @@ Name: php-%{gh_owner}-%{gh_project} Summary: PHP library to generate linear and bidimensional barcodes License: LGPL-3.0-or-later -Version: 2.4.39 +Version: 2.5.0 Release: 1%{?dist} %forgemeta @@ -32,7 +32,7 @@ BuildArch: noarch %global phpunit %{_bindir}/phpunit11 BuildRequires: phpunit11 >= 11.5 BuildRequires: php(language) >= 8.2 -BuildRequires: (php-composer(%{c_vendor}/tc-lib-color) >= 2.5 with php-composer(%{c_vendor}/tc-lib-color) < 3) +BuildRequires: (php-composer(%{c_vendor}/tc-lib-color) >= 2.6 with php-composer(%{c_vendor}/tc-lib-color) < 3) BuildRequires: php-bcmath BuildRequires: php-ctype BuildRequires: php-date @@ -44,19 +44,19 @@ BuildRequires: php-pecl-imagick BuildRequires: php-fedora-autoloader-devel # From composer.json, "require": { -# "php": ">=8.1" +# "php": ">=8.2" # "ext-bcmath": "*", # "ext-date": "*", # "ext-gd": "*", # "ext-pcre": "*", -# "tecnickcom/tc-lib-color": "^2.5" -Requires: php(language) >= 8.1 +# "tecnickcom/tc-lib-color": "^2.6" +Requires: php(language) >= 8.2 Requires: php-bcmath Requires: php-ctype Requires: php-date Requires: php-gd Requires: php-pcre -Requires: (php-composer(%{c_vendor}/tc-lib-color) >= 2.5 with php-composer(%{c_vendor}/tc-lib-color) < 3) +Requires: (php-composer(%{c_vendor}/tc-lib-color) >= 2.6 with php-composer(%{c_vendor}/tc-lib-color) < 3) # From phpcompatinfo report for version 1.15.5 # none Requires: php-composer(fedora/autoloader) @@ -140,6 +140,11 @@ exit $ret %changelog +* Wed May 13 2026 Remi Collet <remi@remirepo.net> - 2.5.0-1 +- update to 2.5.0 +- raise dependency on PHP 8.2 +- raise dependency on tc-lib-color 2.6 + * Sun May 3 2026 Remi Collet <remi@remirepo.net> - 2.4.39-1 - update to 2.4.39 (no change) - raise dependency on tc-lib-color 2.5 |
