From 3a9a369882f5801d0b0356d4d5d81fc7bd5fc836 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 23 Oct 2023 14:01:00 +0200 Subject: update to 1.18.4 (no change) --- 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 4c346ca..00a0734 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 2be245d0bec30d1d03a445c34dba16f4f2a36991 +%global gh_commit cd81392e6e1e57e0f6ff8519b1edbc11d8e47a44 %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.18.2 +Version: 1.18.4 Release: 1%{?dist} Summary: PHP library to generate linear and bidimensional barcodes @@ -137,6 +137,7 @@ ret=0 for cmdarg in "php %{phpunit}" "php80 %{_bindir}/phpunit9" php81 php82 php83; do if which $cmdarg; then set $cmdarg + cp phpunit.xml.dist phpunit.xml $1 ${2:-%{_bindir}/phpunit10} --migrate-configuration || : $1 ${2:-%{_bindir}/phpunit10} \ --no-coverage --stderr || ret=1 @@ -158,6 +159,9 @@ exit $ret %changelog +* Mon Oct 23 2023 Remi Collet - 1.18.4-1 +- update to 1.18.4 (no change) + * Mon Oct 23 2023 Remi Collet - 1.18.2-1 - update to 1.18.2 -- cgit