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.spec9
1 files changed, 6 insertions, 3 deletions
diff --git a/php-tecnickcom-tc-lib-barcode.spec b/php-tecnickcom-tc-lib-barcode.spec
index e918014..4b5f38e 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 4907ef1e384dbb7d3100c897925e7dc071a419a3
+%global gh_commit bc9153c2f9e27de5915d008b4fc3943d48ab6869
%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.14
+Version: 1.17.15
Release: 1%{?dist}
Summary: PHP library to generate linear and bidimensional barcodes
@@ -123,7 +123,7 @@ require '%{buildroot}%{php_project}/autoload.php';
EOF
ret=0
-for cmdarg in "php %{phpunit}" php74 php80 php81 php82; do
+for cmdarg in "php %{phpunit}" php80 php81 php82; do
if which $cmdarg; then
set $cmdarg
$1 ${2:-%{_bindir}/phpunit9} \
@@ -145,6 +145,9 @@ exit $ret
%changelog
+* Tue Dec 13 2022 Remi Collet <remi@remirepo.net> - 1.17.15-1
+- update to 1.17.15
+
* Tue Jun 14 2022 Remi Collet <remi@remirepo.net> - 1.17.14-1
- update to 1.17.14 (no change)