From b6547babcfee2209d2ed26c82ef5babf7805c885 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 21 Jul 2021 14:23:36 +0200 Subject: update to 6.4.2 --- composer.json | 88 +++++++++++++++++++++++++++++----------------------------- php-tcpdf.spec | 11 +++++--- 2 files changed, 51 insertions(+), 48 deletions(-) diff --git a/composer.json b/composer.json index 839f60b..381798f 100644 --- a/composer.json +++ b/composer.json @@ -1,47 +1,47 @@ { - "name": "tecnickcom/tcpdf", - "version": "6.3.4", - "homepage": "http://www.tcpdf.org/", - "type": "library", - "description": "TCPDF is a PHP class for generating PDF documents and barcodes.", - "keywords": [ - "PDF", - "tcpdf", - "PDFD32000-2008", - "qrcode", - "datamatrix", - "pdf417", - "barcodes" - ], - "license": "LGPL-3.0-only", - "authors": [ - { - "name": "Nicola Asuni", - "email": "info@tecnick.com", - "role": "lead" + "name": "tecnickcom/tcpdf", + "type": "library", + "description": "TCPDF is a PHP class for generating PDF documents and barcodes.", + "keywords": [ + "PDF", + "tcpdf", + "PDFD32000-2008", + "qrcode", + "datamatrix", + "pdf417", + "barcodes" + ], + "homepage": "http://www.tcpdf.org/", + "version": "6.4.2", + "license": "LGPL-3.0-only", + "authors": [ + { + "name": "Nicola Asuni", + "email": "info@tecnick.com", + "role": "lead" + } + ], + "require": { + "php": ">=5.3.0" + }, + "autoload": { + "classmap": [ + "config", + "include", + "tcpdf.php", + "tcpdf_parser.php", + "tcpdf_import.php", + "tcpdf_barcodes_1d.php", + "tcpdf_barcodes_2d.php", + "include/tcpdf_colors.php", + "include/tcpdf_filters.php", + "include/tcpdf_font_data.php", + "include/tcpdf_fonts.php", + "include/tcpdf_images.php", + "include/tcpdf_static.php", + "include/barcodes/datamatrix.php", + "include/barcodes/pdf417.php", + "include/barcodes/qrcode.php" + ] } - ], - "require": { - "php": ">=5.3.0" - }, - "autoload": { - "classmap": [ - "config", - "include", - "tcpdf.php", - "tcpdf_parser.php", - "tcpdf_import.php", - "tcpdf_barcodes_1d.php", - "tcpdf_barcodes_2d.php", - "include/tcpdf_colors.php", - "include/tcpdf_filters.php", - "include/tcpdf_font_data.php", - "include/tcpdf_fonts.php", - "include/tcpdf_images.php", - "include/tcpdf_static.php", - "include/barcodes/datamatrix.php", - "include/barcodes/pdf417.php", - "include/barcodes/qrcode.php" - ] - } } diff --git a/php-tcpdf.spec b/php-tcpdf.spec index 4eda4e6..df7feb3 100644 --- a/php-tcpdf.spec +++ b/php-tcpdf.spec @@ -7,16 +7,16 @@ # Please, preserve the changelog entries # # see https://github.com/tecnickcom/TCPDF/releases -%global gh_commit 5ba838befdb37ef06a16d9f716f35eb03cb1b329 +%global gh_commit 172540dcbfdf8dc983bc2fe78feff48ff7ec1c76 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner tecnickcom -%global gh_date 20201209 +#global gh_date 20201209 %global gh_project TCPDF %global real_name tcpdf Name: php-tcpdf Summary: PHP class for generating PDF documents and barcodes -Version: 6.4.1 +Version: 6.4.2 Release: 1%{?gh_date:.%{gh_date}.%{gh_short}}%{?dist} URL: http://www.tcpdf.org @@ -324,7 +324,10 @@ php -r 'require "%{buildroot}%{_datadir}/php/%{real_name}/autoload.php"; %changelog -* Mon Mar 29 2021 Remi Collet - 6.4.1-1 +* Wed Jul 21 2021 Remi Collet - 6.4.2-1 +- update to 6.4.2 + +* Mon Mar 29 2021 Remi Collet - 6.4.1-2 - update to 6.4.1 * Tue Mar 9 2021 Remi Collet - 6.3.5-4.20201209.456b794 -- cgit