summaryrefslogtreecommitdiffstats
path: root/php-tecnickcom-tc-lib-barcode.spec
diff options
context:
space:
mode:
Diffstat (limited to 'php-tecnickcom-tc-lib-barcode.spec')
-rw-r--r--php-tecnickcom-tc-lib-barcode.spec8
1 files changed, 6 insertions, 2 deletions
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 <remi@remirepo.net> - 1.18.4-1
+- update to 1.18.4 (no change)
+
* Mon Oct 23 2023 Remi Collet <remi@remirepo.net> - 1.18.2-1
- update to 1.18.2