diff options
| author | Remi Collet <remi@remirepo.net> | 2026-04-29 08:53:19 +0200 |
|---|---|---|
| committer | Remi Collet <remi@php.net> | 2026-04-29 08:53:19 +0200 |
| commit | 5f84acc86ba04d67b673461a8c83d1c2bb699586 (patch) | |
| tree | d2c97b5989f5609dd7d9871dda345e0d94faa30a | |
| parent | c0333bacdf7bc200255e02502653fe7927d178ca (diff) | |
raise dependency on tc-lib-color 2.4
| -rw-r--r-- | composer.json | 2 | ||||
| -rw-r--r-- | php-tecnickcom-tc-lib-barcode.spec | 12 |
2 files changed, 9 insertions, 5 deletions
diff --git a/composer.json b/composer.json index 1e2c1b1..403becb 100644 --- a/composer.json +++ b/composer.json @@ -60,7 +60,7 @@ "ext-date": "*", "ext-gd": "*", "ext-pcre": "*", - "tecnickcom/tc-lib-color": "^2.3" + "tecnickcom/tc-lib-color": "^2.4" }, "minimum-stability": "dev", "prefer-stable": true, diff --git a/php-tecnickcom-tc-lib-barcode.spec b/php-tecnickcom-tc-lib-barcode.spec index 314e7d1..ae8ca87 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.34 +Version: 2.4.36 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.3 with php-composer(%{c_vendor}/tc-lib-color) < 3) +BuildRequires: (php-composer(%{c_vendor}/tc-lib-color) >= 2.4 with php-composer(%{c_vendor}/tc-lib-color) < 3) BuildRequires: php-bcmath BuildRequires: php-ctype BuildRequires: php-date @@ -49,14 +49,14 @@ BuildRequires: php-fedora-autoloader-devel # "ext-date": "*", # "ext-gd": "*", # "ext-pcre": "*", -# "tecnickcom/tc-lib-color": "^2.3" +# "tecnickcom/tc-lib-color": "^2.4" Requires: php(language) >= 8.1 Requires: php-bcmath Requires: php-ctype Requires: php-date Requires: php-gd Requires: php-pcre -Requires: (php-composer(%{c_vendor}/tc-lib-color) >= 2.3 with php-composer(%{c_vendor}/tc-lib-color) < 3) +Requires: (php-composer(%{c_vendor}/tc-lib-color) >= 2.4 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,10 @@ exit $ret %changelog +* Wed Apr 29 2026 Remi Collet <remi@remirepo.net> - 2.4.36-1 +- update to 2.4.36 (no change) +- raise dependency on tc-lib-color 2.4 + * Tue Apr 21 2026 Remi Collet <remi@remirepo.net> - 2.4.34-1 - update to 2.4.34 (no change) |
