summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2015-11-22 19:11:03 +0100
committerAlexander Larsson <alexl@redhat.com>2015-11-22 19:11:03 +0100
commit69731334ee1bdd59c17f827aa3e998dbf22a939f (patch)
tree7d60c81e6de2997e55e5dcf6630324f709b49223
parenta6ce5b9f2f0d6fdaa5ce1b7e6df49f497461793f (diff)
Bump freetype to 2.6.1
-rw-r--r--specs/freetype.spec6
1 files changed, 1 insertions, 5 deletions
diff --git a/specs/freetype.spec b/specs/freetype.spec
index 8eae079..32e5c04 100644
--- a/specs/freetype.spec
+++ b/specs/freetype.spec
@@ -4,15 +4,13 @@
Summary: A free and portable font rendering engine
Name: freetype
-Version: 2.6
+Version: 2.6.1
Release: 1%{?dist}
License: (FTL or GPLv2+) and BSD and MIT and Public Domain and zlib with acknowledgement
Group: System Environment/Libraries
URL: http://www.freetype.org
Source: http://download.savannah.gnu.org/releases/freetype/freetype-%{version}.tar.bz2
-Patch0: 0001-cff-Don-t-use-hmtx-table-for-LSB-45520.patch
-
Patch21: freetype-2.3.0-enable-spr.patch
# Enable otvalid and gxvalid modules
@@ -52,8 +50,6 @@ FreeType.
%prep
%setup -q
-%patch0 -p1 -b .hmtx-table
-
%if %{?_with_subpixel_rendering:1}%{!?_with_subpixel_rendering:0}
%patch21 -p1 -b .enable-spr
%endif