From 6774b4a7e6109bd31005822a1d3100693722765f Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 14 Feb 2020 16:19:59 +0100 Subject: v6.3.5 --- php-tcpdf.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/php-tcpdf.spec b/php-tcpdf.spec index 83e6cb8..5452131 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 510070b5e068e10d97b8cb0e25295e54755ec09d +%global gh_commit 19a535eaa7fb1c1cac499109deeb1a7a201b4549 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner tecnickcom %global gh_project TCPDF @@ -15,11 +15,11 @@ Name: php-tcpdf Summary: PHP class for generating PDF documents and barcodes -Version: 6.3.4 +Version: 6.3.5 Release: 1%{?dist} URL: http://www.tcpdf.org -License: LGPLv3+ +License: LGPLv3 Source0: https://github.com/%{gh_owner}/%{gh_project}/archive/%{gh_commit}/%{name}-%{version}-%{?gh_short}.tar.gz # Disable opcache cahing for font metadata which may consume up to 90MB @@ -313,6 +313,9 @@ php -r 'require "%{buildroot}%{_datadir}/php/%{real_name}/autoload.php"; %changelog +* Fri Feb 14 2020 Remi Collet - 6.3.5-1 +- update to 6.3.5 + * Wed Feb 12 2020 Remi Collet - 6.3.4-1 - update to 6.3.4 -- cgit