diff options
author | Remi Collet <remi@remirepo.net> | 2024-04-23 07:36:55 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2024-04-23 07:36:55 +0200 |
commit | 0a361b153452c3e91fb82cc694e06d984cc637f8 (patch) | |
tree | 74ccd89a965ad524ca37abab25fa11aa2f80f918 | |
parent | cbef0c94f0897f96eb151504b7706fa86e05a0c4 (diff) |
update to 6.7.5
-rw-r--r-- | php-tcpdf.spec | 9 |
1 files 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 <remi@remirepo.net> - 6.7.5-1 +- update to 6.7.5 + * Thu Mar 21 2024 Remi Collet <remi@remirepo.net> - 6.7.4-1 - update to 6.7.4 |