summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2022-06-14 13:47:13 +0200
committerRemi Collet <remi@php.net>2022-06-14 13:47:13 +0200
commit41d1bb27762ac3aed885abaa53ccc33154e7e527 (patch)
treea1e4f9da89fcd6d913612bd3bced7239a390fff7
parentdf8fd8c3b16798a5f3ff9d06122ab4630a3899b8 (diff)
update to 1.14.14 (no change)
-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 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 <remi@remirepo.net> - 1.14.14-1
+- update to 1.14.14 (no change)
+
* Mon Jan 3 2022 Remi Collet <remi@remirepo.net> - 1.14.10-1
- update to 1.14.10 (no change)