diff options
| author | Remi Collet <remi@remirepo.net> | 2026-05-03 07:50:22 +0200 |
|---|---|---|
| committer | Remi Collet <remi@php.net> | 2026-05-03 07:50:22 +0200 |
| commit | 333e808a950469a3171777141a768bc22b2f7f91 (patch) | |
| tree | e0d716340f6ddf606ffeb4c18d2b679fa8de7a84 | |
| parent | 68e48bc3132572f966a4484d961f2c82e7d45bcd (diff) | |
update to 2.5.3
| -rw-r--r-- | composer.json | 6 | ||||
| -rw-r--r-- | php-tecnickcom-tc-lib-color.spec | 5 |
2 files changed, 10 insertions, 1 deletions
diff --git a/composer.json b/composer.json index a1524ae..936003a 100644 --- a/composer.json +++ b/composer.json @@ -25,6 +25,12 @@ "role": "lead" } ], + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/tecnickcom" + } + ], "require": { "php": ">=8.1", "ext-pcre": "*" diff --git a/php-tecnickcom-tc-lib-color.spec b/php-tecnickcom-tc-lib-color.spec index d57c5c9..da86b0a 100644 --- a/php-tecnickcom-tc-lib-color.spec +++ b/php-tecnickcom-tc-lib-color.spec @@ -19,7 +19,7 @@ Name: php-%{gh_owner}-%{gh_project} Summary: PHP library to manipulate various color representations License: LGPL-3.0-or-later -Version: 2.4.1 +Version: 2.5.3 Release: 1%{?dist} %forgemeta URL: %{forgeurl} @@ -113,6 +113,9 @@ exit $ret %changelog +* Sun May 3 2026 Remi Collet <remi@remirepo.net> - 2.5.3-1 +- update to 2.5.3 + * Wed Apr 29 2026 Remi Collet <remi@remirepo.net> - 2.4.1-1 - update to 2.4.1 |
