From f9f18cc6ef7a6c0133d69e55df2ce88c9c46cd7f Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 28 Apr 2025 07:44:39 +0200 Subject: update to 2.2.10 (no change) --- composer.json | 4 ++-- php-tecnickcom-tc-lib-color.spec | 9 ++++++--- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/composer.json b/composer.json index f26e162..d5f7940 100644 --- a/composer.json +++ b/composer.json @@ -32,8 +32,8 @@ "require-dev": { "pdepend/pdepend": "2.16.2", "phpmd/phpmd": "2.15.0", - "phpunit/phpunit": "12.0.1 || 11.5.7 || 10.5.40", - "squizlabs/php_codesniffer": "3.11.3" + "phpunit/phpunit": "12.1.3 || 11.5.7 || 10.5.40", + "squizlabs/php_codesniffer": "3.12.2" }, "autoload": { "psr-4": { diff --git a/php-tecnickcom-tc-lib-color.spec b/php-tecnickcom-tc-lib-color.spec index 338ed9e..41d2e83 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 # -# SPDX-FileCopyrightText: Copyright 2015-2024 Remi Collet +# SPDX-FileCopyrightText: Copyright 2015-2025 Remi Collet # SPDX-License-Identifier: CECILL-2.1 # http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt # # Please, preserve the changelog entries # -%global gh_commit 77d68d5206aef08ee0f3b69c0c6df4e559ad28bc +%global gh_commit 8fa134e609c13631cb171fd4a8dbc2beeb22c8c7 %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.8 +Version: 2.2.10 Release: 1%{?dist} Summary: PHP library to manipulate various color representations @@ -111,6 +111,9 @@ exit $ret %changelog +* Mon Apr 28 2025 Remi Collet - 2.2.10-1 +- update to 2.2.10 (no change) + * Fri Feb 7 2025 Remi Collet - 2.2.8-1 - update to 2.2.8 (no change) -- cgit