summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2026-03-31 07:44:57 +0200
committerRemi Collet <remi@php.net>2026-03-31 07:44:57 +0200
commit50d2eb34237dac02a81d2d96d7adab8c51d6e7c4 (patch)
tree066fc058a5a6a11c96a5b640e1172a32aab37e83
parente9d01d8c4b9938caca9ff0597438e4f58335a57c (diff)
update to 2.3.10 (no change)HEADmaster
-rw-r--r--php-tecnickcom-tc-lib-color.spec9
1 files changed, 6 insertions, 3 deletions
diff --git a/php-tecnickcom-tc-lib-color.spec b/php-tecnickcom-tc-lib-color.spec
index 3a52132..fd4e5b5 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 7eed5344ed57a3d55b56bebbd1329bd0e8fe597a
+%global gh_commit cf018a88218262a64784032ecce14bfec480d3dd
%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.3.9
+Version: 2.3.10
Release: 1%{?dist}
Summary: PHP library to manipulate various color representations
@@ -28,7 +28,7 @@ BuildArch: noarch
# For tests
%global phpunit %{_bindir}/phpunit11
BuildRequires: phpunit11 >= 11.5.55
-BuildRequires: php(language) >= 8.1
+BuildRequires: php(language) >= 8.2
BuildRequires: php-pcre
%endif
BuildRequires: php-fedora-autoloader-devel
@@ -111,6 +111,9 @@ exit $ret
%changelog
+* Tue Mar 31 2026 Remi Collet <remi@remirepo.net> - 2.3.10-1
+- update to 2.3.10 (no change)
+
* Tue Feb 24 2026 Remi Collet <remi@remirepo.net> - 2.3.9-1
- update to 2.3.9 (no change)