From bd4105bf89398c757ee83277e8e4f0d7706e928c Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 6 Mar 2018 10:19:12 +0100 Subject: v6.2.17 --- composer.json | 2 +- php-tcpdf.spec | 9 ++++++--- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index 84eaa34..83ffd67 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "tecnickcom/tcpdf", - "version": "6.2.16", + "version": "6.2.17", "homepage": "http://www.tcpdf.org/", "type": "library", "description": "TCPDF is a PHP class for generating PDF documents and barcodes.", diff --git a/php-tcpdf.spec b/php-tcpdf.spec index d61d2f5..b218d7e 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 3527098537e6061b752fc261a44563489c927889 +%global gh_commit 64fc19439863e1b1314487a72a74d9bfd0b55a53 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner tecnickcom %global gh_project TCPDF @@ -15,13 +15,13 @@ Name: php-tcpdf Summary: PHP class for generating PDF documents and barcodes -Version: 6.2.16 +Version: 6.2.17 Release: 1%{?dist} URL: http://www.tcpdf.org License: LGPLv3+ -Source0: https://github.com/%{gh_owner}/%{gh_project}/archive/%{gh_commit}/%{gh_project}-%{version}-%{?gh_short}.tar.gz +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 Source1: %{name}.blacklist @@ -309,6 +309,9 @@ php -r 'require "%{buildroot}%{_datadir}/php/%{real_name}/autoload.php"; %changelog +* Tue Mar 6 2018 Remi Collet - 6.2.17-1 +- update to 6.2.17 + * Tue Feb 20 2018 Remi Collet - 6.2.16-1 - Update to 6.2.16 -- cgit