From 478aeb6e8c70dd5d0503fac2e9c291aff510d558 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 12 Apr 2024 15:30:33 +0200 Subject: update to 2.2.1 --- php-tecnickcom-tc-lib-barcode.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'php-tecnickcom-tc-lib-barcode.spec') diff --git a/php-tecnickcom-tc-lib-barcode.spec b/php-tecnickcom-tc-lib-barcode.spec index e40cfed..634ed99 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 80703c7b44d06e60467a50be91c4e59af9510850 +%global gh_commit 6877202fe7b3f746f22032e22d454c60c3db20fc %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: 2.1.4 +Version: 2.2.1 Release: 1%{?dist} Summary: PHP library to generate linear and bidimensional barcodes @@ -133,6 +133,7 @@ for cmdarg in "php %{phpunit}" php81 php82 php83; do cp phpunit.xml.dist phpunit.xml $1 ${2:-%{_bindir}/phpunit10} --migrate-configuration || : $1 ${2:-%{_bindir}/phpunit10} \ + --filter '^((?!(testGetSvg|testGetPng)).)*$' \ --no-coverage --stderr || ret=1 fi done @@ -152,6 +153,9 @@ exit $ret %changelog +* Fri Apr 12 2024 Remi Collet - 2.2.1-1 +- update to 2.2.1 + * Wed Nov 29 2023 Remi Collet - 2.1.4-1 - update to 2.1.4 (no change) -- cgit