From 8ebd6ad569a0f5f1ba64876e3ab41fabb84ae209 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 3 Jan 2022 09:16:45 +0100 Subject: update to 1.7.11 --- php-tecnickcom-tc-lib-file.spec | 11 +++++++---- 1 file changed, 7 insertions(+), 4 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 34b2ad9..5aa6bf7 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-2021 Remi Collet +# Copyright (c) 2016-2022 Remi Collet # License: CC-BY-SA # http://creativecommons.org/licenses/by-sa/4.0/ # # Please, preserve the changelog entries # -%global gh_commit 078dddb08b4364abd700457ab031e9886016641a +%global gh_commit 134986dce50b21edc8c51fdc36edfb9b56091713 %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.7 +Version: 1.7.11 Release: 1%{?dist} Summary: PHP library to read byte-level data from files @@ -90,7 +90,7 @@ EOF sed -i 's:src:File:g' -i test/DirTest.php ret=0 -for cmdarg in "php %{phpunit}" "php72 %{_bindir}/phpunit8" php73 php74 php80; do +for cmdarg in "php %{phpunit}" php74 php80 php81; do if which $cmdarg; then set $cmdarg $1 ${2:-%{_bindir}/phpunit9} --no-coverage --verbose || ret=1 @@ -113,6 +113,9 @@ exit $ret %changelog +* Mon Jan 3 2022 Remi Collet - 1.7.11-1 +- update to 1.7.11 + * Mon Feb 8 2021 Remi Collet - 1.7.7-1 - update to 1.7.7 (no change) -- cgit