summaryrefslogtreecommitdiffstats
path: root/php-tcpdf.spec
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2013-05-14 08:21:49 +0200
committerRemi Collet <fedora@famillecollet.com>2013-05-14 08:21:49 +0200
commit067e2b59aa8cb5239f974cc02df4d5ce15f3bba9 (patch)
tree3782a4ff5d763ee993751d45906d4ca49f6700a2 /php-tcpdf.spec
parent79142a9a636d57a9be8fc7074f2117f8be7b12d5 (diff)
php-tcpdf: 6.0.014, drop patch merged upstream
Diffstat (limited to 'php-tcpdf.spec')
-rw-r--r--php-tcpdf.spec13
1 files changed, 7 insertions, 6 deletions
diff --git a/php-tcpdf.spec b/php-tcpdf.spec
index d5bdcff..aa9b28a 100644
--- a/php-tcpdf.spec
+++ b/php-tcpdf.spec
@@ -1,10 +1,10 @@
-%global dl_version 6_0_013
+%global dl_version 6_0_014
%global real_name tcpdf
Name: php-tcpdf
Summary: PHP class for generating PDF documents
-Version: 6.0.013
-Release: 2%{?dist}
+Version: 6.0.014
+Release: 1%{?dist}
URL: http://www.tcpdf.org
License: LGPLv3+
@@ -15,8 +15,6 @@ Source1: %{real_name}_addfont.php
Patch0: %{name}_badpath.patch
Patch1: %{name}_config.patch
-# https://sourceforge.net/p/tcpdf/patches/63/ - allow to use system fonts
-Patch2: %{name}_sysfonts.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch
@@ -128,7 +126,6 @@ This package allow to use system GNU FreeFonts in TCPDF.
%setup -qn %{real_name}
%patch0 -p1 -b .badpath
%patch1 -p1 -b .config
-%patch2 -p1 -b .sysfonts
: globally fix permissions, always broken...
find ./ -type d -exec chmod 755 {} \;
@@ -279,6 +276,10 @@ rm -rf %{buildroot}
%changelog
+* Tue May 14 2013 Remi Collet <remi@fedoraproject.org> - 6.0.014-1
+- update to 6.0.014
+- drop patch merged upstream
+
* Mon May 13 2013 Remi Collet <remi@fedoraproject.org> - 6.0.013-2
- split fonts in sub-packages