From d59256507e800d81b51602fda714ff4c114bd70a Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 3 May 2023 08:47:12 +0200 Subject: update to 1.14.19 (no change) --- php-tecnickcom-tc-lib-color.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'php-tecnickcom-tc-lib-color.spec') diff --git a/php-tecnickcom-tc-lib-color.spec b/php-tecnickcom-tc-lib-color.spec index 867432a..9f6e4b9 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 c430e0b8a8847935a72bc5fcc334d1e4d029e23b +%global gh_commit cd048cf7c7e6d02c1f108b90d9978a1ae102ff2b %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.18 +Version: 1.14.19 Release: 1%{?dist} Summary: PHP library to manipulate various color representations @@ -27,7 +27,7 @@ BuildArch: noarch %if %{with_tests} # For tests %global phpunit %{_bindir}/phpunit9 -BuildRequires: phpunit9 >= 9.5.0 +BuildRequires: phpunit9 >= 9.5.27 BuildRequires: php(language) >= 5.3 BuildRequires: php-pcre %endif @@ -109,6 +109,9 @@ exit $ret %changelog +* Wed May 3 2023 Remi Collet - 1.14.19-1 +- update to 1.14.19 (no change) + * Thu Dec 22 2022 Remi Collet - 1.14.18-1 - update to 1.14.18 (no change) -- cgit