From d1ab8180a220c9e6f21ce88cbe55db47f27bd8a6 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 16 Aug 2022 11:13:34 +0200 Subject: update to 6.5.0 --- php-tcpdf.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'php-tcpdf.spec') diff --git a/php-tcpdf.spec b/php-tcpdf.spec index 42c1118..8a3e5be 100644 --- a/php-tcpdf.spec +++ b/php-tcpdf.spec @@ -8,7 +8,7 @@ # Please, preserve the changelog entries # # see https://github.com/tecnickcom/TCPDF/releases -%global gh_commit 42cd0f9786af7e5db4fcedaa66f717b0d0032320 +%global gh_commit cc54c1503685e618b23922f53635f46e87653662 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner tecnickcom #global gh_date 20201209 @@ -17,7 +17,7 @@ Name: php-tcpdf Summary: PHP class for generating PDF documents and barcodes -Version: 6.4.4 +Version: 6.5.0 Release: 1%{?gh_date:.%{gh_date}.%{gh_short}}%{?dist} URL: http://www.tcpdf.org @@ -322,6 +322,9 @@ php -r 'require "%{buildroot}%{_datadir}/php/%{real_name}/autoload.php"; %changelog +* Tue Aug 16 2022 Remi Collet - 6.5.0-1 +- update to 6.5.0 + * Mon Jan 3 2022 Remi Collet - 6.4.4-1 - update to 6.4.4 -- cgit