diff options
-rw-r--r-- | php-tecnickcom-tc-lib-color.spec | 9 |
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) |