From cf21da639381d9e252fd89b428b6123681d64410 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 5 Sep 2024 13:56:21 +0200 Subject: update to 2.3.0 --- php-tecnickcom-tc-lib-barcode.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'php-tecnickcom-tc-lib-barcode.spec') diff --git a/php-tecnickcom-tc-lib-barcode.spec b/php-tecnickcom-tc-lib-barcode.spec index a1a1f60..36677af 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 1ec056eb68daf8aab072d9d7908712d7144814fa +%global gh_commit 90e2620c511c5f149aed3b57183e146a3391c8e6 %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.2.3 +Version: 2.3.0 Release: 1%{?dist} Summary: PHP library to generate linear and bidimensional barcodes @@ -137,6 +137,9 @@ exit $ret %changelog +* Thu Sep 5 2024 Remi Collet - 2.3.0-1 +- update to 2.3.0 + * Mon Aug 19 2024 Remi Collet - 2.2.3-1 - update to 2.2.3 (no change) - raise dependency on tc-lib-color 2.2 -- cgit