diff options
-rw-r--r-- | composer.json | 2 | ||||
-rw-r--r-- | php-tcpdf.spec | 7 |
2 files changed, 6 insertions, 3 deletions
diff --git a/composer.json b/composer.json index 21000cc..70416fd 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "tecnickcom/tcpdf", - "version": "6.3.1", + "version": "6.3.2", "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 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 <remi@remirepo.net> - 6.3.2-1 +- update to 6.3.2 + * Fri Sep 20 2019 Remi Collet <remi@remirepo.net> - 6.3.1-1 - update to 6.3.1 - drop patch merged upstream |