From 37967a2d3d8e7833f0b90c312a79fa4ccb8ffdd4 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 6 Sep 2023 15:40:12 +0200 Subject: update to 1.14.28 (no change) --- composer.json | 2 +- php-tecnickcom-tc-lib-color.spec | 7 +++++-- 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 - 1.14.28-1 +- update to 1.14.28 (no change) + * Wed May 24 2023 Remi Collet - 1.14.24-1 - update to 1.14.24 (no change) -- cgit