From c5010e3953c58b7a424aad5462e94b27bdddba46 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 4 May 2023 07:20:55 +0200 Subject: update to 1.7.21 (no change) --- php-tecnickcom-tc-lib-file.spec | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) (limited to 'php-tecnickcom-tc-lib-file.spec') diff --git a/php-tecnickcom-tc-lib-file.spec b/php-tecnickcom-tc-lib-file.spec index 8abc809..c649214 100644 --- a/php-tecnickcom-tc-lib-file.spec +++ b/php-tecnickcom-tc-lib-file.spec @@ -1,12 +1,12 @@ # remirepo/fedora spec file for php-tecnickcom-tc-lib-file # -# Copyright (c) 2016-2022 Remi Collet -# License: CC-BY-SA-3.0 +# Copyright (c) 2016-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 9f8fbb4047ad6ec1f256296f2dd8f32ed22ba231 +%global gh_commit b578337a89d11384ef24ddd5342fed0cfa370c54 %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.19 +Version: 1.7.21 Release: 1%{?dist} Summary: PHP library to read byte-level data from files @@ -85,10 +85,10 @@ EOF sed -i 's:src:File:g' -i test/DirTest.php ret=0 -for cmdarg in "php %{phpunit}" php80 php81 php82; do +for cmdarg in "php %{phpunit}" "php80 %{phpunit}" php81 php82; 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 @@ -108,6 +108,9 @@ exit $ret %changelog +* Thu May 4 2023 Remi Collet - 1.7.21-1 +- update to 1.7.21 (no change) + * Wed May 3 2023 Remi Collet - 1.7.19-1 - update to 1.7.19 (no change) -- cgit