From 6e75360f86a6b2346b9f25a4d49bf5b841b5cb35 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 22 Nov 2023 14:19:45 +0100 Subject: update to 2.1.1 --- php-tecnickcom-tc-lib-barcode.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/php-tecnickcom-tc-lib-barcode.spec b/php-tecnickcom-tc-lib-barcode.spec index ab660a9..ee8ac9d 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 313b243bafbcc7e6f01ad2d3b28c395be1585127 +%global gh_commit 976fd907d114c2d8874a99aef98942af63f6edab %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.0.7 +Version: 2.1.1 Release: 1%{?dist} Summary: PHP library to generate linear and bidimensional barcodes @@ -55,7 +55,7 @@ BuildRequires: php-pecl-imagick BuildRequires: php-fedora-autoloader-devel # From composer.json, "require": { -# "php": ">=5.6" +# "php": ">=8.0" # "ext-bcmath": "*", # "ext-date": "*", # "ext-gd": "*", @@ -159,6 +159,9 @@ exit $ret %changelog +* Wed Nov 22 2023 Remi Collet - 2.1.1-1 +- update to 2.1.1 + * Wed Nov 22 2023 Remi Collet - 2.0.7-1 - update to 2.0.7 - raise dependency on PHP 8 -- cgit