commit 8482cdef01c03a8718ebf8297f7cbfd7f46db4e9
Author: Kevin Kofler <kevin.kofler(a)chello.at>
Date: Sun Nov 13 22:57:47 2016 +0100
Update to 2.7 (matches Fedora freetype, rh#1374305)
* Sun Nov 13 2016 Kevin Kofler <Kevin(a)tigcc.ticalc.org> 2.7-1
- Update to 2.7 (matches Fedora freetype, rh#1374305)
- Merge rebased freetype-2.2.1-enable-valid.patch from Fedora freetype
.gitignore | 1 +
freetype-2.2.1-enable-valid.patch | 6 +++---
freetype-freeworld.spec | 6 +++++-
sources | 2 +-
4 files changed, 10 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 8e97851..eee0fe1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@ freetype-2.5.5.tar.bz2
freetype-2.6.tar.bz2
/freetype-2.6.3.tar.bz2
/freetype-2.6.5.tar.bz2
+/freetype-2.7.tar.bz2
diff --git a/freetype-2.2.1-enable-valid.patch b/freetype-2.2.1-enable-valid.patch
index c78b6b7..21d80da 100644
--- a/freetype-2.2.1-enable-valid.patch
+++ b/freetype-2.2.1-enable-valid.patch
@@ -1,18 +1,18 @@
--- freetype-2.2.1/modules.cfg.orig 2006-07-07 21:01:09.000000000 -0400
+++ freetype-2.2.1/modules.cfg 2006-07-07 21:01:54.000000000 -0400
@@ -110,7 +110,7 @@
- AUX_MODULES += cache
-
# TrueType GX/AAT table validation. Needs ftgxval.c below.
+ #
+ # No FT_CONFIG_OPTION_PIC support.
-# AUX_MODULES += gxvalid
+AUX_MODULES += gxvalid
# Support for streams compressed with gzip (files with suffix .gz).
#
@@ -124,7 +124,7 @@
-
# OpenType table validation. Needs ftotval.c below.
#
+ # No FT_CONFIG_OPTION_PIC support.
-# AUX_MODULES += otvalid
+AUX_MODULES += otvalid
diff --git a/freetype-freeworld.spec b/freetype-freeworld.spec
index f90db2b..57632b6 100644
--- a/freetype-freeworld.spec
+++ b/freetype-freeworld.spec
@@ -1,6 +1,6 @@
Summary: A free and portable font rendering engine
Name: freetype-freeworld
-Version: 2.6.5
+Version: 2.7
Release: 1%{?dist}
License: (FTL or GPLv2+) and BSD and MIT and Public Domain and zlib with acknowledgement
URL:
http://www.freetype.org
@@ -85,6 +85,10 @@ echo "%{_libdir}/%{name}" \
%config(noreplace) %{_sysconfdir}/ld.so.conf.d/%{name}-%{_arch}.conf
%changelog
+* Sun Nov 13 2016 Kevin Kofler <Kevin(a)tigcc.ticalc.org> 2.7-1
+- Update to 2.7 (matches Fedora freetype, rh#1374305)
+- Merge rebased freetype-2.2.1-enable-valid.patch from Fedora freetype
+
* Sun Nov 13 2016 Kevin Kofler <Kevin(a)tigcc.ticalc.org> 2.6.5-1
- Update to 2.6.5 (matches Fedora freetype, rh#1355743)
diff --git a/sources b/sources
index 2d19308..f960436 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-6a386964e18ba28cb93370e57a19031b freetype-2.6.5.tar.bz2
+be4601619827b7935e1d861745923a68 freetype-2.7.tar.bz2