From 1148fde9030b9a2cf10f8e7f2a50c728d7477ca6 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 6 Sep 2023 15:11:43 +0200 Subject: update to 6.6.3 --- composer.json | 4 ++-- php-tcpdf.spec | 9 ++++++--- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/composer.json b/composer.json index 074d9a6..0d693ba 100644 --- a/composer.json +++ b/composer.json @@ -12,8 +12,8 @@ "barcodes" ], "homepage": "http://www.tcpdf.org/", - "version": "6.5.0", - "license": "LGPL-3.0-only", + "version": "6.6.3", + "license": "LGPL-3.0-or-later", "authors": [ { "name": "Nicola Asuni", diff --git a/php-tcpdf.spec b/php-tcpdf.spec index 773b089..aba8b92 100644 --- a/php-tcpdf.spec +++ b/php-tcpdf.spec @@ -1,6 +1,6 @@ # remirepo/Fedora spec file for php-tcpdf # -# Copyright (c) 2013-2022 Remi Collet +# Copyright (c) 2013-2023 Remi Collet # Copyright (c) 2013 Remi Collet, Johan Cwiklinski # License: CC-BY-SA # http://creativecommons.org/licenses/by-sa/4.0/ @@ -8,7 +8,7 @@ # Please, preserve the changelog entries # # see https://github.com/tecnickcom/TCPDF/releases -%global gh_commit e3cffc9bcbc76e89e167e9eb0bbda0cab7518459 +%global gh_commit 96985b992f7464ecccf0d47e3c59073de06375e1 %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.2 +Version: 6.6.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 +* Wed Sep 6 2023 Remi Collet - 6.6.3-1 +- update to 6.6.3 + * Mon Dec 19 2022 Remi Collet - 6.6.2-1 - update to 6.6.2 -- cgit