From e2adff97376d9a5e0165e274a0af9cf20a903632 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 20 Sep 2019 14:31:08 +0200 Subject: v6.3.2 --- php-tcpdf.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'php-tcpdf.spec') diff --git a/php-tcpdf.spec b/php-tcpdf.spec index 0b74c30..87bf8d2 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 898eba141c43fe3129dd032588a12219980fca7a +%global gh_commit 9fde7bb9b404b945e7ea88fb7eccd23d9a4e324b %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.1 +Version: 6.3.2 Release: 1%{?dist} URL: http://www.tcpdf.org @@ -313,6 +313,9 @@ php -r 'require "%{buildroot}%{_datadir}/php/%{real_name}/autoload.php"; %changelog +* Fri Sep 20 2019 Remi Collet - 6.3.2-1 +- update to 6.3.2 + * Fri Sep 20 2019 Remi Collet - 6.3.1-1 - update to 6.3.1 - drop patch merged upstream -- cgit