summaryrefslogtreecommitdiffstats
path: root/php-tecnickcom-tc-lib-barcode.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2022-01-03 09:24:55 +0100
committerRemi Collet <remi@php.net>2022-01-03 09:24:55 +0100
commit72130027e0c10cacffb10d63c510c18848e27652 (patch)
tree9808c20ddcd090574d626bbd2ff2614d44f816be /php-tecnickcom-tc-lib-barcode.spec
parent3f8f04fca33790dc9a12b6bb7d3a0e0f84fd4601 (diff)
update to 1.17.11 (no change)
Diffstat (limited to 'php-tecnickcom-tc-lib-barcode.spec')
-rw-r--r--php-tecnickcom-tc-lib-barcode.spec13
1 files changed, 9 insertions, 4 deletions
diff --git a/php-tecnickcom-tc-lib-barcode.spec b/php-tecnickcom-tc-lib-barcode.spec
index 3fb5176..3822d24 100644
--- a/php-tecnickcom-tc-lib-barcode.spec
+++ b/php-tecnickcom-tc-lib-barcode.spec
@@ -1,12 +1,12 @@
# remirepo/fedora spec file for php-tecnickcom-tc-lib-barcode
#
-# Copyright (c) 2015-2021 Remi Collet
+# Copyright (c) 2015-2022 Remi Collet
# License: CC-BY-SA
# http://creativecommons.org/licenses/by-sa/4.0/
#
# Please, preserve the changelog entries
#
-%global gh_commit 9f99aa4ef99d5f5f298ceb584dbbb49424a49aff
+%global gh_commit aca01b1be997404aa14e327f70ef51299423b6c6
%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.8
+Version: 1.17.11
Release: 1%{?dist}
Summary: PHP library to generate linear and bidimensional barcodes
@@ -126,7 +126,9 @@ ret=0
for cmdarg in "php %{phpunit}" php74 php80 php81; do
if which $cmdarg; then
set $cmdarg
- $1 ${2:-%{_bindir}/phpunit9} --no-coverage --verbose || ret=1
+ $1 ${2:-%{_bindir}/phpunit9} \
+ --filter '^((?!(testGetSvg|testGetPng)).)*$' \
+ --no-coverage --verbose || ret=1
fi
done
exit $ret
@@ -144,6 +146,9 @@ exit $ret
%changelog
+* Mon Jan 3 2022 Remi Collet <remi@remirepo.net> - 1.17.11-1
+- update to 1.17.11 (no change)
+
* Mon Dec 20 2021 Remi Collet <remi@remirepo.net> - 1.17.8-1
- update to 1.17.8