From 37700b19b79bc83c488eb6a7846c9b709feaec34 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 13 Sep 2019 11:27:28 +0200 Subject: add patch for 7.4 from + https://github.com/tecnickcom/TCPDF/pull/134 --- php-tcpdf.spec | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'php-tcpdf.spec') diff --git a/php-tcpdf.spec b/php-tcpdf.spec index 0fb723f..ff33407 100644 --- a/php-tcpdf.spec +++ b/php-tcpdf.spec @@ -16,7 +16,7 @@ Name: php-tcpdf Summary: PHP class for generating PDF documents and barcodes Version: 6.2.26 -Release: 1%{?dist} +Release: 4%{?dist} URL: http://www.tcpdf.org License: LGPLv3+ @@ -29,6 +29,8 @@ BuildArch: noarch BuildRequires: php-cli BuildRequires: php-fedora-autoloader-devel +Patch0: https://patch-diff.githubusercontent.com/raw/tecnickcom/TCPDF/pull/134.patch + Requires: php(language) >= 5.3 # From phpcompatinfo report form version 6.2.10 Requires: php-bcmath @@ -195,6 +197,7 @@ This package allow to use system GNU FreeFont serif font faces in TCPDF. %prep %setup -q -n %{gh_project}-%{gh_commit} +%patch0 -p1 : remove bundled fonts rm -rf fonts/dejavu-fonts-ttf* fonts/freefont-* fonts/ae_fonts_* @@ -309,6 +312,10 @@ php -r 'require "%{buildroot}%{_datadir}/php/%{real_name}/autoload.php"; %changelog +* Fri Sep 13 2019 Remi Collet - 6.2.26-4 +- add patch for 7.4 from + https://github.com/tecnickcom/TCPDF/pull/134 + * Wed Oct 17 2018 Remi Collet - 6.2.26-1 - update to 6.2.26 -- cgit