diff options
author | Remi Collet <remi@remirepo.net> | 2023-11-22 14:19:45 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2023-11-22 14:19:45 +0100 |
commit | 6e75360f86a6b2346b9f25a4d49bf5b841b5cb35 (patch) | |
tree | c3810dfdd034231a2aa2697aac002a3b73519737 | |
parent | bac0f93686a2ea061ae221156f58d43a093a4a97 (diff) |
update to 2.1.1
-rw-r--r-- | php-tecnickcom-tc-lib-barcode.spec | 9 |
1 files 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 <remi@remirepo.net> - 2.1.1-1 +- update to 2.1.1 + * Wed Nov 22 2023 Remi Collet <remi@remirepo.net> - 2.0.7-1 - update to 2.0.7 - raise dependency on PHP 8 |