diff options
author | Remi Collet <remi@remirepo.net> | 2023-10-10 15:42:30 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2023-10-10 15:42:30 +0200 |
commit | a9b2323f28ef5b5059c8ec8f4fe2c47e699a7e50 (patch) | |
tree | 0e01e4b171eec8bd7787235dd62e72322dc29ec9 | |
parent | a69089f9e882fa430dded7d5626011ca3e2842d6 (diff) |
update to 1.17.33
-rw-r--r-- | php-tecnickcom-tc-lib-barcode.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/php-tecnickcom-tc-lib-barcode.spec b/php-tecnickcom-tc-lib-barcode.spec index 89fc5b1..615133c 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 fad59d8453e870cd9fcd83c6c4c6817c6bf8669e +%global gh_commit 68d91dcd2a7a1f00ec1a2b044090dfd37bd981dc %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.30 +Version: 1.17.33 Release: 1%{?dist} Summary: PHP library to generate linear and bidimensional barcodes @@ -146,6 +146,9 @@ exit $ret %changelog +* Tue Oct 10 2023 Remi Collet <remi@remirepo.net> - 1.17.33-1 +- update to 1.17.33 + * Tue Oct 10 2023 Remi Collet <remi@remirepo.net> - 1.17.30-1 - update to 1.17.30 |