summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2023-09-06 15:40:12 +0200
committerRemi Collet <remi@php.net>2023-09-06 15:40:12 +0200
commit37967a2d3d8e7833f0b90c312a79fa4ccb8ffdd4 (patch)
tree48a981b18d86c0ce4466c9a2865ed1a45d6c7f50
parentb5dd7022f55768c59812199814e6be68ac1bb59b (diff)
update to 1.14.28 (no change)
-rw-r--r--composer.json2
-rw-r--r--php-tecnickcom-tc-lib-color.spec7
2 files changed, 6 insertions, 3 deletions
diff --git a/composer.json b/composer.json
index 64ee2fa..ebd5305 100644
--- a/composer.json
+++ b/composer.json
@@ -3,7 +3,7 @@
"description": "PHP library to manipulate various color representations",
"type": "library",
"homepage": "http://www.tecnick.com",
- "license": "LGPL-3.0",
+ "license": "LGPL-3.0-or-later",
"keywords": [
"tc-lib-color",
"color",
diff --git a/php-tecnickcom-tc-lib-color.spec b/php-tecnickcom-tc-lib-color.spec
index fe7388a..0fe8277 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 6207533413f6edc3fea373d0e54041661d2bd905
+%global gh_commit c0ea9b1a8488776d33ae4051aa0701facf79e402
%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: 1.14.24
+Version: 1.14.28
Release: 1%{?dist}
Summary: PHP library to manipulate various color representations
@@ -110,6 +110,9 @@ exit $ret
%changelog
+* Wed Sep 6 2023 Remi Collet <remi@remirepo.net> - 1.14.28-1
+- update to 1.14.28 (no change)
+
* Wed May 24 2023 Remi Collet <remi@remirepo.net> - 1.14.24-1
- update to 1.14.24 (no change)