From 9f952b5afdc1a5c6fcbb9ad08ea58b2787d028e0 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 14 May 2025 08:25:28 +0200 Subject: update to 6.9.4 (no change) --- php-tcpdf.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'php-tcpdf.spec') diff --git a/php-tcpdf.spec b/php-tcpdf.spec index 4a0ef74..ca9230d 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 d0e8dd17f8a1df3c97b94b9af8356e88e811ed59 +%global gh_commit c838d7f7babb0d35763acfb9ecf78c3f45966f83 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner tecnickcom -%global gh_date 2025-04-20 +%global gh_date 2025-05-13 %global gh_project TCPDF %global real_name tcpdf Name: php-tcpdf Summary: PHP class for generating PDF documents and barcodes -Version: 6.9.3 +Version: 6.9.4 Release: 1%{?dist} URL: http://www.tcpdf.org @@ -316,6 +316,9 @@ php -r 'require "%{buildroot}%{_datadir}/php/%{real_name}/autoload.php"; %changelog +* Wed May 14 2025 Remi Collet - 6.9.4-1 +- update to 6.9.4 (no change) + * Tue Apr 22 2025 Remi Collet - 6.9.3-1 - update to 6.9.3 -- cgit