diff options
author | Remi Collet <remi@remirepo.net> | 2023-09-06 15:44:32 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2023-09-06 15:44:32 +0200 |
commit | 7902a03ff296be59f14cb943422786250fc5ddd6 (patch) | |
tree | 17f2ca3ad701e5a805076b82b1ae19fa8b04bfc0 | |
parent | 8c0574c85f6a61c2bb0d937212866100773c7302 (diff) |
update to 1.17.29 (no change)
-rw-r--r-- | composer.json | 2 | ||||
-rw-r--r-- | php-tecnickcom-tc-lib-barcode.spec | 7 |
2 files changed, 6 insertions, 3 deletions
diff --git a/composer.json b/composer.json index c03bc02..4cb5a34 100644 --- a/composer.json +++ b/composer.json @@ -3,7 +3,7 @@ "description": "PHP library to generate linear and bidimensional barcodes", "type": "library", "homepage": "http://www.tecnick.com", - "license": "LGPL-3.0", + "license": "LGPL-3.0-or-later", "keywords": [ "tc-lib-barcode", "barcode", diff --git a/php-tecnickcom-tc-lib-barcode.spec b/php-tecnickcom-tc-lib-barcode.spec index 21792e9..2a578d3 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 2b87f7c63dfd05000445a202c1779aeb9eb4549d +%global gh_commit bbada6319c7999b51430408359af389cdc5442c8 %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.25 +Version: 1.17.29 Release: 1%{?dist} Summary: PHP library to generate linear and bidimensional barcodes @@ -146,6 +146,9 @@ exit $ret %changelog +* Wed Sep 6 2023 Remi Collet <remi@remirepo.net> - 1.17.29-1 +- update to 1.17.29 (no change) + * Wed May 24 2023 Remi Collet <remi@remirepo.net> - 1.17.25-1 - update to 1.17.25 (no change) |