summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--php-tecnickcom-tc-lib-barcode.spec9
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