summaryrefslogtreecommitdiffstats
path: root/php-tecnickcom-tc-lib-barcode.spec
diff options
context:
space:
mode:
Diffstat (limited to 'php-tecnickcom-tc-lib-barcode.spec')
-rw-r--r--php-tecnickcom-tc-lib-barcode.spec10
1 files changed, 6 insertions, 4 deletions
diff --git a/php-tecnickcom-tc-lib-barcode.spec b/php-tecnickcom-tc-lib-barcode.spec
index 362498f..6beeac2 100644
--- a/php-tecnickcom-tc-lib-barcode.spec
+++ b/php-tecnickcom-tc-lib-barcode.spec
@@ -1,12 +1,12 @@
# remirepo/fedora spec file for php-tecnickcom-tc-lib-barcode
#
-# Copyright (c) 2015-2020 Remi Collet
+# Copyright (c) 2015-2021 Remi Collet
# License: CC-BY-SA
# http://creativecommons.org/licenses/by-sa/4.0/
#
# Please, preserve the changelog entries
#
-%global gh_commit cd555b642ce04de1b0ffbe6aff322df914e74ef0
+%global gh_commit a8a7183e2be6379e522dc825a3b7a3af5394a9e7
%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.1
+Version: 1.17.6
Release: 1%{?dist}
Summary: PHP library to generate linear and bidimensional barcodes
@@ -110,7 +110,6 @@ cat << 'EOF' | tee -a src/autoload.php
\Fedora\Autoloader\Dependencies::required([
'%{_datadir}/php/Com/Tecnick/Color/autoload.php',
]);
-
EOF
@@ -150,6 +149,9 @@ exit $ret
%changelog
+* Mon Feb 8 2021 Remi Collet <remi@remirepo.net> - 1.17.6-1
+- update to 1.17.6 (no change)
+
* Mon Dec 21 2020 Remi Collet <remi@remirepo.net> - 1.17.1-1
- update to 1.17.1
- switch to classmap autoloader