From 789097c75b51f652fcb0b381d820177d478d84d5 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 12 Feb 2020 14:14:13 +0100 Subject: update to 6.3.3 revert 1 upstream commit breaking 7.4 --- php-tcpdf.spec | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'php-tcpdf.spec') diff --git a/php-tcpdf.spec b/php-tcpdf.spec index 87bf8d2..537aac7 100644 --- a/php-tcpdf.spec +++ b/php-tcpdf.spec @@ -7,7 +7,7 @@ # Please, preserve the changelog entries # # see https://github.com/tecnickcom/TCPDF/releases -%global gh_commit 9fde7bb9b404b945e7ea88fb7eccd23d9a4e324b +%global gh_commit 185eb13f216179b3107d51f954059f33ff1b1cf3 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner tecnickcom %global gh_project TCPDF @@ -15,7 +15,7 @@ Name: php-tcpdf Summary: PHP class for generating PDF documents and barcodes -Version: 6.3.2 +Version: 6.3.3 Release: 1%{?dist} URL: http://www.tcpdf.org @@ -25,6 +25,8 @@ Source0: https://github.com/%{gh_owner}/%{gh_project}/archive/%{gh_commit # Disable opcache cahing for font metadata which may consume up to 90MB Source1: %{name}.blacklist +Patch0: https://github.com/tecnickcom/TCPDF/commit/7dbdfa405123c2fbca4864d87a143f7977403767.patch + BuildArch: noarch BuildRequires: php-cli BuildRequires: php-fedora-autoloader-devel @@ -199,6 +201,7 @@ This package allow to use system GNU FreeFont serif font faces in TCPDF. %prep %setup -q -n %{gh_project}-%{gh_commit} +%patch0 -p1 -R : remove bundled fonts rm -rf fonts/dejavu-fonts-ttf* fonts/freefont-* fonts/ae_fonts_* @@ -313,6 +316,10 @@ php -r 'require "%{buildroot}%{_datadir}/php/%{real_name}/autoload.php"; %changelog +* Wed Feb 12 2020 Remi Collet - 6.3.3-1 +- update to 6.3.3 +- revert 1 upstream commit breaking 7.4 + * Fri Sep 20 2019 Remi Collet - 6.3.2-1 - update to 6.3.2 -- cgit