diff options
author | Remi Collet <remi@remirepo.net> | 2023-05-24 10:37:50 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2023-05-24 10:37:50 +0200 |
commit | 8c0574c85f6a61c2bb0d937212866100773c7302 (patch) | |
tree | f2f752b990df318fcd6f03b13ce8daf1e183e746 | |
parent | 16a49fd8b29ad25fbd4032ff858005e4881c5af3 (diff) |
update to 1.17.25 (no change)
-rw-r--r-- | php-tecnickcom-tc-lib-barcode.spec | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/php-tecnickcom-tc-lib-barcode.spec b/php-tecnickcom-tc-lib-barcode.spec index 44cd629..21792e9 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 73e64cad6df33cfd05ca5009773975fcb0d9b960 +%global gh_commit 2b87f7c63dfd05000445a202c1779aeb9eb4549d %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.24 +Version: 1.17.25 Release: 1%{?dist} Summary: PHP library to generate linear and bidimensional barcodes @@ -126,6 +126,7 @@ ret=0 for cmdarg in "php %{phpunit}" "php80 %{phpunit}" php81 php82; do if which $cmdarg; then set $cmdarg + $1 ${2:-%{_bindir}/phpunit10} --migrate-configuration || : $1 ${2:-%{_bindir}/phpunit10} \ --no-coverage --stderr || ret=1 fi @@ -145,6 +146,9 @@ exit $ret %changelog +* Wed May 24 2023 Remi Collet <remi@remirepo.net> - 1.17.25-1 +- update to 1.17.25 (no change) + * Fri May 5 2023 Remi Collet <remi@remirepo.net> - 1.17.24-1 - update to 1.17.24 (no change) |