summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2024-08-19 10:38:21 +0200
committerRemi Collet <remi@php.net>2024-08-19 10:38:21 +0200
commit00a03d634a122bc98de67101d5eaeb19a75e09d3 (patch)
tree14fb3f3d8e82f9a376b29e91755b24b43abcce23
parent739165ebb1ce8aa09fd982afb741e76ba5bb2cc3 (diff)
update to 2.2.2
-rw-r--r--php-tecnickcom-tc-lib-color.spec12
1 files changed, 7 insertions, 5 deletions
diff --git a/php-tecnickcom-tc-lib-color.spec b/php-tecnickcom-tc-lib-color.spec
index 36eece5..90cbfce 100644
--- a/php-tecnickcom-tc-lib-color.spec
+++ b/php-tecnickcom-tc-lib-color.spec
@@ -1,12 +1,12 @@
# remirepo/fedora spec file for php-tecnickcom-tc-lib-color
#
-# Copyright (c) 2015-2023 Remi Collet
+# Copyright (c) 2015-2024 Remi Collet
# License: CC-BY-SA-4.0
# http://creativecommons.org/licenses/by-sa/4.0/
#
# Please, preserve the changelog entries
#
-%global gh_commit 62a67d7795a3d303e5029dd3ffc7b2d5f8bf614b
+%global gh_commit 14fc157ae64767cc6761e9126f7ec7e5b27bf1cb
%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.0.8
+Version: 2.2.2
Release: 1%{?dist}
Summary: PHP library to manipulate various color representations
@@ -86,6 +86,7 @@ require '%{buildroot}%{php_project}/autoload.php';
EOF
ret=0
+# TODO php84 https://github.com/tecnickcom/tc-lib-color/issues/14
for cmdarg in php php81 php82 php83; do
if which $cmdarg; then
set $cmdarg
@@ -101,8 +102,6 @@ exit $ret
%files
-# remirepo:1
-%{!?_licensedir:%global license %%doc}
%license LICENSE
%doc composer.json
%doc *.md example
@@ -112,6 +111,9 @@ exit $ret
%changelog
+* Mon Aug 19 2024 Remi Collet <remi@remirepo.net> - 2.2.2-1
+- update to 2.2.2
+
* Fri Apr 12 2024 Remi Collet <remi@remirepo.net> - 2.0.8-1
- update to 2.0.8 (no change)