From c60093ab42faa7503e2e6b73214c4d14cc3945c4 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 21 Mar 2024 08:13:01 +0100 Subject: update to 6.7.3 --- 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 8075ab8..83473ca 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 1ae5c4721cecb6be1fa1c0bebb506ed454a3e02d +%global gh_commit 8389cec2c34926bb87e87736265f077ad822adeb %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.7.2 +Version: 6.7.3 Release: 1%{?gh_date:.%{gh_date}.%{gh_short}}%{?dist} URL: http://www.tcpdf.org @@ -325,6 +325,9 @@ php -r 'require "%{buildroot}%{_datadir}/php/%{real_name}/autoload.php"; %changelog +* Thu Mar 21 2024 Remi Collet - 6.7.3-1 +- update to 6.7.3 + * Tue Mar 19 2024 Remi Collet - 6.7.2-1 - update to 6.7.2 -- cgit