From 4d14883b80a71d62ad949ab73c51e26a41620dbb Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 8 Feb 2021 06:40:01 +0100 Subject: update to 1.17.6 (no change) --- php-tecnickcom-tc-lib-barcode.spec | 10 ++++++---- 1 file 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 - 1.17.6-1 +- update to 1.17.6 (no change) + * Mon Dec 21 2020 Remi Collet - 1.17.1-1 - update to 1.17.1 - switch to classmap autoloader -- cgit