summaryrefslogtreecommitdiffstats
path: root/php-tcpdf.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2019-09-20 09:14:13 +0200
committerRemi Collet <remi@remirepo.net>2019-09-20 09:14:13 +0200
commit862abcec823655cdbb7b91f9000ea338ed4fec6e (patch)
tree8d7bb466ed912427ecafe2b4dbb750fd53695e6b /php-tcpdf.spec
parenta2469d8354a70231537d3ee2f9a17ad5f16637be (diff)
- update to 6.3.1
- drop patch merged upstream
Diffstat (limited to 'php-tcpdf.spec')
-rw-r--r--php-tcpdf.spec14
1 files changed, 6 insertions, 8 deletions
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 <remi@remirepo.net> - 6.3.1-1
+- update to 6.3.1
+- drop patch merged upstream
+
* Thu Sep 19 2019 Remi Collet <remi@remirepo.net> - 6.3.0-1
- update to 6.3.0
- drop patch merged upstream