summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--composer.json10
-rw-r--r--php-tecnickcom-tc-lib-color.spec45
2 files changed, 47 insertions, 8 deletions
diff --git a/composer.json b/composer.json
index f26e162..39dd320 100644
--- a/composer.json
+++ b/composer.json
@@ -29,11 +29,17 @@
"php": ">=8.1",
"ext-pcre": "*"
},
+ "config": {
+ "allow-plugins": {
+ "dealerdirect/phpcodesniffer-composer-installer": true
+ }
+ },
"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.4.4 || 11.5.44 || 10.5.58",
+ "squizlabs/php_codesniffer": "4.0.1",
+ "phpcompatibility/php-compatibility": "^10.0.0@dev"
},
"autoload": {
"psr-4": {
diff --git a/php-tecnickcom-tc-lib-color.spec b/php-tecnickcom-tc-lib-color.spec
index 338ed9e..78d8ad1 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 4a70cf68cd9fd4082b1b6d16234876a66649be0b
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
%global c_vendor tecnickcom
%global gh_owner tecnickcom
@@ -15,8 +15,8 @@
%global with_tests 0%{!?_without_tests:1}
Name: php-%{gh_owner}-%{gh_project}
-Version: 2.2.8
-Release: 1%{?dist}
+Version: 2.3.2
+Release: 2%{?dist}
Summary: PHP library to manipulate various color representations
License: LGPL-3.0-or-later
@@ -27,7 +27,7 @@ BuildArch: noarch
%if %{with_tests}
# For tests
%global phpunit %{_bindir}/phpunit10
-BuildRequires: phpunit10 >= 10.5.40
+BuildRequires: phpunit10 >= 10.5.58
BuildRequires: php(language) >= 8.1
BuildRequires: php-pcre
%endif
@@ -86,7 +86,7 @@ require '%{buildroot}%{php_project}/autoload.php';
EOF
ret=0
-for cmdarg in php php81 php82 php83 php84; do
+for cmdarg in php php81 php82 php83 php84 php85; do
if which $cmdarg; then
set $cmdarg
cp phpunit.xml.dist phpunit.xml
@@ -111,6 +111,39 @@ exit $ret
%changelog
+* Fri Dec 12 2025 Remi Collet <remi@remirepo.net> - 2.3.2-2
+- rebuild
+
+* Thu Dec 11 2025 Remi Collet <remi@remirepo.net> - 2.3.2-1
+- update to 2.3.2 (no change)
+
+* Tue Dec 9 2025 Remi Collet <remi@remirepo.net> - 2.3.1-1
+- update to 2.3.1
+
+* Fri Dec 5 2025 Remi Collet <remi@remirepo.net> - 2.2.19-1
+- update to 2.2.19
+
+* Thu Dec 4 2025 Remi Collet <remi@remirepo.net> - 2.2.17-1
+- update to 2.2.17 (no change)
+
+* Sat Nov 29 2025 Remi Collet <remi@remirepo.net> - 2.2.16-1
+- update to 2.2.16 (no change)
+
+* Fri Nov 28 2025 Remi Collet <remi@remirepo.net> - 2.2.15-1
+- update to 2.2.15 (no change)
+
+* Sat Jun 7 2025 Remi Collet <remi@remirepo.net> - 2.2.13-1
+- update to 2.2.13 (no change)
+
+* Wed May 28 2025 Remi Collet <remi@remirepo.net> - 2.2.12-1
+- update to 2.2.12 (no change)
+
+* Wed May 14 2025 Remi Collet <remi@remirepo.net> - 2.2.11-1
+- update to 2.2.11 (no change)
+
+* Mon Apr 28 2025 Remi Collet <remi@remirepo.net> - 2.2.10-1
+- update to 2.2.10 (no change)
+
* Fri Feb 7 2025 Remi Collet <remi@remirepo.net> - 2.2.8-1
- update to 2.2.8 (no change)