From e93e070dc103eeff6c5383cf2ae7a4d65b5c5f84 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 17 Oct 2018 08:11:47 +0200 Subject: v6.2.26 --- composer.json | 2 +- php-tcpdf.spec | 7 +++++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 9bd838f..1f19dfd 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "tecnickcom/tcpdf", - "version": "6.2.21", + "version": "6.2.26", "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 52b7561..0fb723f 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 a5135e2cf02f8c935b71e9e7d676f0f1d31b1b9d +%global gh_commit 367241059ca166e3a76490f4448c284e0a161f15 %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.25 +Version: 6.2.26 Release: 1%{?dist} URL: http://www.tcpdf.org @@ -309,6 +309,9 @@ php -r 'require "%{buildroot}%{_datadir}/php/%{real_name}/autoload.php"; %changelog +* Wed Oct 17 2018 Remi Collet - 6.2.26-1 +- update to 6.2.26 + * Mon Sep 24 2018 Remi Collet - 6.2.25-1 - update to 6.2.25 -- cgit