From 811ac7ad1f34b25e13f07c59dd832b15dcb25697 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 9 Mar 2021 08:58:10 +0100 Subject: update to git snapshot to include fixes for PHP 8 --- php-tcpdf.spec | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/php-tcpdf.spec b/php-tcpdf.spec index 2b9cd61..4a40424 100644 --- a/php-tcpdf.spec +++ b/php-tcpdf.spec @@ -1,22 +1,23 @@ # remirepo/Fedora spec file for php-tcpdf # -# Copyright (c) 2013-2020 Remi Collet, Johan Cwiklinski +# Copyright (c) 2013-2021 Remi Collet, Johan Cwiklinski # License: CC-BY-SA # http://creativecommons.org/licenses/by-sa/4.0/ # # Please, preserve the changelog entries # # see https://github.com/tecnickcom/TCPDF/releases -%global gh_commit 19a535eaa7fb1c1cac499109deeb1a7a201b4549 +%global gh_commit 456b794f1fae9aee5c151a1ee515aae2aaa619a3 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner tecnickcom +%global gh_date 20201209 %global gh_project TCPDF %global real_name tcpdf Name: php-tcpdf Summary: PHP class for generating PDF documents and barcodes Version: 6.3.5 -Release: 2%{?dist} +Release: 4%{?gh_date:.%{gh_date}.%{gh_short}}%{?dist} URL: http://www.tcpdf.org License: LGPLv3 @@ -320,6 +321,9 @@ php -r 'require "%{buildroot}%{_datadir}/php/%{real_name}/autoload.php"; %changelog +* Tue Mar 9 2021 Remi Collet - 6.3.5-4.20201209.456b794 +- update to git snapshot to include fixes for PHP 8 + * Wed Aug 12 2020 Remi Collet - 6.3.5-2 - fix dejavu fonts path, FTBFS #1865226 - add DejaVuMathTeXGyre.ttf -- cgit