From 13f8fc6f67e46acde0b54f84b9af2f88905732dd Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sat, 15 Sep 2018 07:33:56 +0200 Subject: v6.2.22 --- composer.json | 2 +- php-tcpdf.spec | 10 ++++++++-- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 3a6d1c3..9bd838f 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "tecnickcom/tcpdf", - "version": "6.2.19", + "version": "6.2.21", "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 76001c7..61d0620 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 b32e75e1ec797c234faf260ec96038bb07fe1832 +%global gh_commit ac6e92fccc7d9383dfd787056831349621b1aca2 %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.19 +Version: 6.2.22 Release: 1%{?dist} URL: http://www.tcpdf.org @@ -309,6 +309,12 @@ php -r 'require "%{buildroot}%{_datadir}/php/%{real_name}/autoload.php"; %changelog +* Sat Sep 15 2018 Remi Collet - 6.2.22-1 +- update to 6.2.22 + +* Fri Sep 14 2018 Remi Collet - 6.2.21-1 +- update to 6.2.21 + * Fri Sep 14 2018 Remi Collet - 6.2.19-1 - update to 6.2.19 -- cgit