From 5c9aad3481ae595f680b1cfc1257cc9d6bc6c4dc Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 13 Dec 2022 11:01:38 +0100 Subject: update to 1.17.15 --- php-tecnickcom-tc-lib-barcode.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/php-tecnickcom-tc-lib-barcode.spec b/php-tecnickcom-tc-lib-barcode.spec index e918014..4b5f38e 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 4907ef1e384dbb7d3100c897925e7dc071a419a3 +%global gh_commit bc9153c2f9e27de5915d008b4fc3943d48ab6869 %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.14 +Version: 1.17.15 Release: 1%{?dist} Summary: PHP library to generate linear and bidimensional barcodes @@ -123,7 +123,7 @@ require '%{buildroot}%{php_project}/autoload.php'; EOF ret=0 -for cmdarg in "php %{phpunit}" php74 php80 php81 php82; do +for cmdarg in "php %{phpunit}" php80 php81 php82; do if which $cmdarg; then set $cmdarg $1 ${2:-%{_bindir}/phpunit9} \ @@ -145,6 +145,9 @@ exit $ret %changelog +* Tue Dec 13 2022 Remi Collet - 1.17.15-1 +- update to 1.17.15 + * Tue Jun 14 2022 Remi Collet - 1.17.14-1 - update to 1.17.14 (no change) -- cgit