diff options
author | Remi Collet <remi@remirepo.net> | 2022-12-19 09:56:15 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2022-12-19 09:56:15 +0100 |
commit | 70ad511f909f86d7ae4232a4dddd7921b2be94c2 (patch) | |
tree | babaa0107de3eeb642798bb7f2495d73ff94fefe | |
parent | 23743ce8837345d873845483ffe642018d45f19d (diff) |
update to 6.6.2
-rw-r--r-- | php-tcpdf.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/php-tcpdf.spec b/php-tcpdf.spec index e108992..b7f6557 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 a336b531f6f6b5487fca0caf034a671d4e60df5c +%global gh_commit e3cffc9bcbc76e89e167e9eb0bbda0cab7518459 %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.6.1 +Version: 6.6.2 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 +* Mon Dec 19 2022 Remi Collet <remi@remirepo.net> - 6.6.2-1 +- update to 6.6.2 + * Tue Dec 13 2022 Remi Collet <remi@remirepo.net> - 6.6.1-1 - update to 6.6.1 |