From 862abcec823655cdbb7b91f9000ea338ed4fec6e Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 20 Sep 2019 09:14:13 +0200 Subject: - update to 6.3.1 - drop patch merged upstream --- php-tcpdf.spec | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) (limited to 'php-tcpdf.spec') diff --git a/php-tcpdf.spec b/php-tcpdf.spec index 868a118..0b74c30 100644 --- a/php-tcpdf.spec +++ b/php-tcpdf.spec @@ -7,7 +7,7 @@ # Please, preserve the changelog entries # # see https://github.com/tecnickcom/TCPDF/releases -%global gh_commit aff6e6a99a050f38d4ffc0646b645aed7128323b +%global gh_commit 898eba141c43fe3129dd032588a12219980fca7a %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner tecnickcom %global gh_project TCPDF @@ -15,7 +15,7 @@ Name: php-tcpdf Summary: PHP class for generating PDF documents and barcodes -Version: 6.3.0 +Version: 6.3.1 Release: 1%{?dist} URL: http://www.tcpdf.org @@ -25,8 +25,6 @@ Source0: https://github.com/%{gh_owner}/%{gh_project}/archive/%{gh_commit # Disable opcache cahing for font metadata which may consume up to 90MB Source1: %{name}.blacklist -Patch0: 0001-fix-Undefined-property-GLPIPDF-imagekeys.patch - BuildArch: noarch BuildRequires: php-cli BuildRequires: php-fedora-autoloader-devel @@ -201,10 +199,6 @@ This package allow to use system GNU FreeFont serif font faces in TCPDF. %prep %setup -q -n %{gh_project}-%{gh_commit} -%patch0 -p1 - -: Fix versiohn -sed -e 's/6.2.26/%{version}/' -i include/tcpdf_static.php : remove bundled fonts rm -rf fonts/dejavu-fonts-ttf* fonts/freefont-* fonts/ae_fonts_* @@ -319,6 +313,10 @@ php -r 'require "%{buildroot}%{_datadir}/php/%{real_name}/autoload.php"; %changelog +* Fri Sep 20 2019 Remi Collet - 6.3.1-1 +- update to 6.3.1 +- drop patch merged upstream + * Thu Sep 19 2019 Remi Collet - 6.3.0-1 - update to 6.3.0 - drop patch merged upstream -- cgit