From f73af31b76f44810eee08980cb57c3ea7197e019 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 14 Sep 2018 14:45:59 +0200 Subject: v6.2.19 --- composer.json | 2 +- php-tcpdf.spec | 7 +++++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 83ffd67..3a6d1c3 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "tecnickcom/tcpdf", - "version": "6.2.17", + "version": "6.2.19", "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 b218d7e..76001c7 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 64fc19439863e1b1314487a72a74d9bfd0b55a53 +%global gh_commit b32e75e1ec797c234faf260ec96038bb07fe1832 %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.2.17 +Version: 6.2.19 Release: 1%{?dist} URL: http://www.tcpdf.org @@ -309,6 +309,9 @@ php -r 'require "%{buildroot}%{_datadir}/php/%{real_name}/autoload.php"; %changelog +* Fri Sep 14 2018 Remi Collet - 6.2.19-1 +- update to 6.2.19 + * Tue Mar 6 2018 Remi Collet - 6.2.17-1 - update to 6.2.17 -- cgit