From 41d1bb27762ac3aed885abaa53ccc33154e7e527 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 14 Jun 2022 13:47:13 +0200 Subject: update to 1.14.14 (no change) --- php-tecnickcom-tc-lib-color.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/php-tecnickcom-tc-lib-color.spec b/php-tecnickcom-tc-lib-color.spec index 0696365..a90d981 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 ebe0b169122789e4ed6a78d7acd6cf162329c7e4 +%global gh_commit f9e45c59496418227184626ad31e83470153c11f %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.10 +Version: 1.14.14 Release: 1%{?dist} Summary: PHP library to manipulate various color representations @@ -91,7 +91,7 @@ require '%{buildroot}%{php_project}/autoload.php'; EOF ret=0 -for cmdarg in "php %{phpunit}" "php72 %{_bindir}/phpunit8" php73 php74 php80; do +for cmdarg in "php %{phpunit}" php74 php80 php81 php82; do if which $cmdarg; then set $cmdarg $1 ${2:-%{_bindir}/phpunit9} --no-coverage --verbose || ret=1 @@ -114,6 +114,9 @@ exit $ret %changelog +* Tue Jun 14 2022 Remi Collet - 1.14.14-1 +- update to 1.14.14 (no change) + * Mon Jan 3 2022 Remi Collet - 1.14.10-1 - update to 1.14.10 (no change) -- cgit