From e4378ce8b893f95651021149c120229816a38797 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 14 Jun 2022 13:56:02 +0200 Subject: update to 1.17.14 (no change) --- composer.json | 3 --- php-tecnickcom-tc-lib-barcode.spec | 9 ++++++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/composer.json b/composer.json index 43034a8..dfcfd98 100644 --- a/composer.json +++ b/composer.json @@ -73,8 +73,5 @@ "psr-4": { "Test\\": "test" } - }, - "autoload-dev": { - "psr-4": { "Test\\": "test" } } } diff --git a/php-tecnickcom-tc-lib-barcode.spec b/php-tecnickcom-tc-lib-barcode.spec index c8f5008..e918014 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 aca01b1be997404aa14e327f70ef51299423b6c6 +%global gh_commit 4907ef1e384dbb7d3100c897925e7dc071a419a3 %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.11 +Version: 1.17.14 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; do +for cmdarg in "php %{phpunit}" php74 php80 php81 php82; do if which $cmdarg; then set $cmdarg $1 ${2:-%{_bindir}/phpunit9} \ @@ -145,6 +145,9 @@ exit $ret %changelog +* Tue Jun 14 2022 Remi Collet - 1.17.14-1 +- update to 1.17.14 (no change) + * Mon Jan 3 2022 Remi Collet - 1.17.11-1 - update to 1.17.11 (no change) -- cgit