summaryrefslogtreecommitdiffstats
path: root/php-tcpdf.spec
diff options
context:
space:
mode:
Diffstat (limited to 'php-tcpdf.spec')
-rw-r--r--php-tcpdf.spec5
1 files changed, 5 insertions, 0 deletions
diff --git a/php-tcpdf.spec b/php-tcpdf.spec
index f538438..868a118 100644
--- a/php-tcpdf.spec
+++ b/php-tcpdf.spec
@@ -25,6 +25,8 @@ 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
@@ -199,6 +201,7 @@ 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
@@ -321,6 +324,8 @@ php -r 'require "%{buildroot}%{_datadir}/php/%{real_name}/autoload.php";
- drop patch merged upstream
- add weak dependency on imagick extension
- open https://github.com/tecnickcom/TCPDF/pull/135 fix version
+- fix undefined property using patch from
+ https://github.com/tecnickcom/TCPDF/pull/136
* Fri Sep 13 2019 Remi Collet <remi@remirepo.net> - 6.2.26-4
- add patch for 7.4 from