From 0a361b153452c3e91fb82cc694e06d984cc637f8 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 23 Apr 2024 07:36:55 +0200 Subject: update to 6.7.5 --- php-tcpdf.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/php-tcpdf.spec b/php-tcpdf.spec index 135cfa0..490bb28 100644 --- a/php-tcpdf.spec +++ b/php-tcpdf.spec @@ -8,16 +8,16 @@ # Please, preserve the changelog entries # # see https://github.com/tecnickcom/TCPDF/releases -%global gh_commit f9fd21807cbb5d43ed62c685e2d6467515d31746 +%global gh_commit 951eabf0338ec2522bd0d5d9c79b08a3a3d36b36 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner tecnickcom -%global gh_date 2024-03-21 +%global gh_date 2024-04-20 %global gh_project TCPDF %global real_name tcpdf Name: php-tcpdf Summary: PHP class for generating PDF documents and barcodes -Version: 6.7.4 +Version: 6.7.5 Release: 1%{?dist} URL: http://www.tcpdf.org @@ -325,6 +325,9 @@ php -r 'require "%{buildroot}%{_datadir}/php/%{real_name}/autoload.php"; %changelog +* Tue Apr 23 2024 Remi Collet - 6.7.5-1 +- update to 6.7.5 + * Thu Mar 21 2024 Remi Collet - 6.7.4-1 - update to 6.7.4 -- cgit