diff options
-rw-r--r-- | php-tecnickcom-tc-lib-unicode-data.spec | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/php-tecnickcom-tc-lib-unicode-data.spec b/php-tecnickcom-tc-lib-unicode-data.spec index f4fe6a7..3b2b3af 100644 --- a/php-tecnickcom-tc-lib-unicode-data.spec +++ b/php-tecnickcom-tc-lib-unicode-data.spec @@ -1,12 +1,12 @@ # remirepo/fedora spec file for php-tecnickcom-tc-lib-unicode-data # -# Copyright (c) 2015-2022 Remi Collet +# Copyright (c) 2015-2023 Remi Collet # License: CC-BY-SA-4.0 # http://creativecommons.org/licenses/by-sa/4.0/ # # Please, preserve the changelog entries # -%global gh_commit 25753c6a6a7216c3b7aeb0426a87f78efa06524a +%global gh_commit 01465ed7fb7ae23c5bb08fba49f64ae4bb4ab196 %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.7.13 +Version: 1.7.15 Release: 1%{?dist} Summary: PHP library containing UTF-8 font definitions @@ -80,10 +80,10 @@ require '%{buildroot}%{php_project}/autoload.php'; EOF ret=0 -for cmdarg in "php %{phpunit}" php80 php81 php81; do +for cmdarg in "php %{phpunit}" "php80 %{phpunit}" php81 php81; do if which $cmdarg; then set $cmdarg - $1 ${2:-%{_bindir}/phpunit9} --no-coverage --verbose || ret=1 + $1 ${2:-%{_bindir}/phpunit10} --no-coverage || ret=1 fi done exit $ret @@ -104,6 +104,9 @@ exit $ret %changelog +* Thu May 4 2023 Remi Collet <remi@remirepo.net> - 1.7.15-1 +- update to 1.7.15 (no change) + * Wed May 3 2023 Remi Collet <remi@remirepo.net> - 1.7.13-1 - update to 1.7.13 (no change) |