summaryrefslogtreecommitdiffstats
path: root/php-tcpdf.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2019-09-13 11:27:28 +0200
committerRemi Collet <remi@remirepo.net>2019-09-13 11:27:28 +0200
commit37700b19b79bc83c488eb6a7846c9b709feaec34 (patch)
treecdc777d15b5c388d819adc83d76cbf5c857c7b9a /php-tcpdf.spec
parente93e070dc103eeff6c5383cf2ae7a4d65b5c5f84 (diff)
add patch for 7.4 from
+ https://github.com/tecnickcom/TCPDF/pull/134
Diffstat (limited to 'php-tcpdf.spec')
-rw-r--r--php-tcpdf.spec9
1 files changed, 8 insertions, 1 deletions
diff --git a/php-tcpdf.spec b/php-tcpdf.spec
index 0fb723f..ff33407 100644
--- a/php-tcpdf.spec
+++ b/php-tcpdf.spec
@@ -16,7 +16,7 @@
Name: php-tcpdf
Summary: PHP class for generating PDF documents and barcodes
Version: 6.2.26
-Release: 1%{?dist}
+Release: 4%{?dist}
URL: http://www.tcpdf.org
License: LGPLv3+
@@ -29,6 +29,8 @@ BuildArch: noarch
BuildRequires: php-cli
BuildRequires: php-fedora-autoloader-devel
+Patch0: https://patch-diff.githubusercontent.com/raw/tecnickcom/TCPDF/pull/134.patch
+
Requires: php(language) >= 5.3
# From phpcompatinfo report form version 6.2.10
Requires: php-bcmath
@@ -195,6 +197,7 @@ This package allow to use system GNU FreeFont serif font faces in TCPDF.
%prep
%setup -q -n %{gh_project}-%{gh_commit}
+%patch0 -p1
: remove bundled fonts
rm -rf fonts/dejavu-fonts-ttf* fonts/freefont-* fonts/ae_fonts_*
@@ -309,6 +312,10 @@ php -r 'require "%{buildroot}%{_datadir}/php/%{real_name}/autoload.php";
%changelog
+* Fri Sep 13 2019 Remi Collet <remi@remirepo.net> - 6.2.26-4
+- add patch for 7.4 from
+ https://github.com/tecnickcom/TCPDF/pull/134
+
* Wed Oct 17 2018 Remi Collet <remi@remirepo.net> - 6.2.26-1
- update to 6.2.26