diff options
author | Remi Collet <remi@remirepo.net> | 2023-11-29 13:37:19 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2023-11-29 13:37:19 +0100 |
commit | 9af45e6b98c6d1dc55b3794ceaa5b3395b830c53 (patch) | |
tree | b622bb363864b5504ca1ca5e5d643b5bf56642ae | |
parent | 085d42d5416aba7c01e96944bcbe07db65c5ecca (diff) |
update to 2.1.4 (no change)
-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 e8b3114..e40cfed 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 4a823cc16e80c7277e2681f1f14fc6c03bf37731 +%global gh_commit 80703c7b44d06e60467a50be91c4e59af9510850 %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: 2.1.2 +Version: 2.1.4 Release: 1%{?dist} Summary: PHP library to generate linear and bidimensional barcodes @@ -152,6 +152,9 @@ exit $ret %changelog +* Wed Nov 29 2023 Remi Collet <remi@remirepo.net> - 2.1.4-1 +- update to 2.1.4 (no change) + * Tue Nov 28 2023 Remi Collet <remi@remirepo.net> - 2.1.2-1 - update to 2.1.2 (no change) |