From 7902a03ff296be59f14cb943422786250fc5ddd6 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 6 Sep 2023 15:44:32 +0200 Subject: update to 1.17.29 (no change) --- composer.json | 2 +- 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 - 1.17.29-1 +- update to 1.17.29 (no change) + * Wed May 24 2023 Remi Collet - 1.17.25-1 - update to 1.17.25 (no change) -- cgit