diff options
author | Remi Collet <remi@remirepo.net> | 2024-09-09 08:20:25 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2024-09-09 08:20:25 +0200 |
commit | dd97ea6824af27d1ed685ab549df63168545f1b1 (patch) | |
tree | 75e5a4ac0bf747ba9840e932b2b54c514509ed42 | |
parent | 00a03d634a122bc98de67101d5eaeb19a75e09d3 (diff) |
update to 2.2.3 (no change)
-rw-r--r-- | php-tecnickcom-tc-lib-color.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/php-tecnickcom-tc-lib-color.spec b/php-tecnickcom-tc-lib-color.spec index 90cbfce..31e568c 100644 --- a/php-tecnickcom-tc-lib-color.spec +++ b/php-tecnickcom-tc-lib-color.spec @@ -6,7 +6,7 @@ # # Please, preserve the changelog entries # -%global gh_commit 14fc157ae64767cc6761e9126f7ec7e5b27bf1cb +%global gh_commit ae2fd400d11b3665e6fe90158d2f0aa2bd7d85e3 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global c_vendor tecnickcom %global gh_owner tecnickcom @@ -15,7 +15,7 @@ %global with_tests 0%{!?_without_tests:1} Name: php-%{gh_owner}-%{gh_project} -Version: 2.2.2 +Version: 2.2.3 Release: 1%{?dist} Summary: PHP library to manipulate various color representations @@ -111,6 +111,9 @@ exit $ret %changelog +* Mon Sep 9 2024 Remi Collet <remi@remirepo.net> - 2.2.3-1 +- update to 2.2.3 (no change) + * Mon Aug 19 2024 Remi Collet <remi@remirepo.net> - 2.2.2-1 - update to 2.2.2 |