From 014c63239ba7656e882cb3dbdc79d47839ea0408 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 2 Jan 2020 14:16:53 +0100 Subject: - update to 1.15.18 - add patch for 7.4 from https://github.com/tecnickcom/tc-lib-barcode/pull/51 --- php-tecnickcom-tc-lib-barcode.spec | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) (limited to 'php-tecnickcom-tc-lib-barcode.spec') diff --git a/php-tecnickcom-tc-lib-barcode.spec b/php-tecnickcom-tc-lib-barcode.spec index edf05c0..646099a 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-2019 Remi Collet +# Copyright (c) 2015-2020 Remi Collet # License: CC-BY-SA # http://creativecommons.org/licenses/by-sa/4.0/ # # Please, preserve the changelog entries # -%global gh_commit 60780acd7aeaca3547b16963dda3f09c6bdce2e7 +%global gh_commit 853b29c4369b368e2c890084184bc4420b7707b8 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global c_vendor tecnickcom %global gh_owner tecnickcom @@ -15,7 +15,7 @@ %global with_tests 0%{!?_without_tests:1} Name: php-%{gh_owner}-%{gh_project} -Version: 1.15.16 +Version: 1.15.18 Release: 1%{?dist} Summary: PHP library to generate linear and bidimensional barcodes @@ -23,6 +23,8 @@ License: LGPLv3+ URL: https://github.com/%{gh_owner}/%{gh_project} Source0: https://github.com/%{gh_owner}/%{gh_project}/archive/%{gh_commit}/%{gh_project}-%{version}-%{?gh_short}.tar.gz +Patch0: https://patch-diff.githubusercontent.com/raw/tecnickcom/tc-lib-barcode/pull/51.patch + BuildArch: noarch %if %{with_tests} # For tests @@ -90,6 +92,8 @@ Optional dependency: php-pecl-imagick %prep %setup -q -n %{gh_project}-%{gh_commit} +%patch0 -p1 -b .pr51 + : Sanity check grep -q '^%{version}$' VERSION @@ -142,6 +146,11 @@ exit $ret %changelog +* Thu Jan 2 2020 Remi Collet - 1.15.18-1 +- update to 1.15.18 +- add patch for 7.4 from + https://github.com/tecnickcom/tc-lib-barcode/pull/51 + * Wed Oct 2 2019 Remi Collet - 1.15.16-1 - update to 1.15.16 -- cgit