summaryrefslogtreecommitdiffstats
path: root/php-tecnickcom-tc-lib-barcode.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2023-05-04 07:26:40 +0200
committerRemi Collet <remi@php.net>2023-05-04 07:26:40 +0200
commit7d2a615c6d6b580a1cbdf70ce305ad4e722350f5 (patch)
tree1cde806b5ac261a25052a9d24b96008fcdaec677 /php-tecnickcom-tc-lib-barcode.spec
parent2799c8e21f7129a73cc6727c488bbcb48f3d6695 (diff)
update to 1.17.22 (no change)
Diffstat (limited to 'php-tecnickcom-tc-lib-barcode.spec')
-rw-r--r--php-tecnickcom-tc-lib-barcode.spec13
1 files changed, 8 insertions, 5 deletions
diff --git a/php-tecnickcom-tc-lib-barcode.spec b/php-tecnickcom-tc-lib-barcode.spec
index 76f00a2..85cd87b 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 d96e0798f831dc0d334c73bb4c237a302ca2003c
+%global gh_commit 8759aea06e4dd19f1c4e6846ffaf37d4f88d3fac
%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.20
+Version: 1.17.22
Release: 1%{?dist}
Summary: PHP library to generate linear and bidimensional barcodes
@@ -123,11 +123,11 @@ require '%{buildroot}%{php_project}/autoload.php';
EOF
ret=0
-for cmdarg in "php %{phpunit}" php80 php81 php82; do
+for cmdarg in "php %{phpunit}" "php80 %{phpunit}" php81 php82; do
if which $cmdarg; then
set $cmdarg
- $1 ${2:-%{_bindir}/phpunit9} \
- --no-coverage --stderr --verbose || ret=1
+ $1 ${2:-%{_bindir}/phpunit10} \
+ --no-coverage --stderr || ret=1
fi
done
exit $ret
@@ -145,6 +145,9 @@ exit $ret
%changelog
+* Thu May 4 2023 Remi Collet <remi@remirepo.net> - 1.17.22-1
+- update to 1.17.22 (no change)
+
* Wed May 3 2023 Remi Collet <remi@remirepo.net> - 1.17.20-1
- update to 1.17.20 (no change)