From 7d2a615c6d6b580a1cbdf70ce305ad4e722350f5 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 4 May 2023 07:26:40 +0200 Subject: update to 1.17.22 (no change) --- php-tecnickcom-tc-lib-barcode.spec | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/php-tecnickcom-tc-lib-barcode.spec b/php-tecnickcom-tc-lib-barcode.spec index 76f00a2..85cd87b 100644 --- a/php-tecnickcom-tc-lib-barcode.spec +++ b/php-tecnickcom-tc-lib-barcode.spec @@ -6,7 +6,7 @@ # # Please, preserve the changelog entries # -%global gh_commit d96e0798f831dc0d334c73bb4c237a302ca2003c +%global gh_commit 8759aea06e4dd19f1c4e6846ffaf37d4f88d3fac %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global c_vendor tecnickcom %global gh_owner tecnickcom @@ -15,7 +15,7 @@ %bcond_without tests Name: php-%{gh_owner}-%{gh_project} -Version: 1.17.20 +Version: 1.17.22 Release: 1%{?dist} Summary: PHP library to generate linear and bidimensional barcodes @@ -123,11 +123,11 @@ require '%{buildroot}%{php_project}/autoload.php'; EOF 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 --stderr --verbose || ret=1 + $1 ${2:-%{_bindir}/phpunit10} \ + --no-coverage --stderr || ret=1 fi done exit $ret @@ -145,6 +145,9 @@ exit $ret %changelog +* Thu May 4 2023 Remi Collet - 1.17.22-1 +- update to 1.17.22 (no change) + * Wed May 3 2023 Remi Collet - 1.17.20-1 - update to 1.17.20 (no change) -- cgit