diff options
author | Remi Collet <remi@remirepo.net> | 2022-12-13 11:01:38 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2022-12-13 11:01:38 +0100 |
commit | 5c9aad3481ae595f680b1cfc1257cc9d6bc6c4dc (patch) | |
tree | 2ed9e34feec0205545f44eb55bd46818e14aa34d | |
parent | e4378ce8b893f95651021149c120229816a38797 (diff) |
update to 1.17.15
-rw-r--r-- | php-tecnickcom-tc-lib-barcode.spec | 9 |
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) |