commit 38066767baac73ee9e563f6345befc1e3faa8f12
Author: Kevin Kofler <kevin.kofler(a)chello.at>
Date: Mon Apr 10 13:33:10 2017 +0200
Drop freetype-2.6.5-linear-scaling.patch again as per rh#1437999 discussion
* Mon Apr 10 2017 Kevin Kofler <Kevin(a)tigcc.ticalc.org> 2.6.5-4
- Drop freetype-2.6.5-linear-scaling.patch again as per rh#1437999 discussion
freetype-2.6.5-linear-scaling.patch | 71 -------------------------------------
freetype-freeworld.spec | 11 +++---
2 files changed, 4 insertions(+), 78 deletions(-)
---
diff --git a/freetype-freeworld.spec b/freetype-freeworld.spec
index 298ac56..ca26165 100644
--- a/freetype-freeworld.spec
+++ b/freetype-freeworld.spec
@@ -1,7 +1,7 @@
Summary: A free and portable font rendering engine
Name: freetype-freeworld
Version: 2.6.5
-Release: 3%{?dist}
+Release: 4%{?dist}
License: (FTL or GPLv2+) and BSD and MIT and Public Domain and zlib with acknowledgement
URL:
http://www.freetype.org
Source:
http://download.savannah.gnu.org/releases/freetype/freetype-%{version}.ta...
@@ -11,10 +11,6 @@ Patch21: freetype-2.3.0-enable-spr.patch
# Enable otvalid and gxvalid modules
Patch46: freetype-2.2.1-enable-valid.patch
-# Allow linear scaling for unhinted rendering
-#
https://bugzilla.redhat.com/show_bug.cgi?id=1437999
-Patch50: freetype-2.6.5-linear-scaling.patch
-
## Security fixes:
#
https://bugzilla.redhat.com/show_bug.cgi?id=1429965
Patch94: freetype-2.6.5-heap-buffer-overflow.patch
@@ -47,8 +43,6 @@ It transparently overrides the system library using ld.so.conf.d.
%patch46 -p1 -b .enable-valid
-%patch50 -p1 -b .linear-scaling
-
%patch94 -p1 -b .heap-buffer-overflow
@@ -94,6 +88,9 @@ echo "%{_libdir}/%{name}" \
%config(noreplace) %{_sysconfdir}/ld.so.conf.d/%{name}-%{_arch}.conf
%changelog
+* Mon Apr 10 2017 Kevin Kofler <Kevin(a)tigcc.ticalc.org> 2.6.5-4
+- Drop freetype-2.6.5-linear-scaling.patch again as per rh#1437999 discussion
+
* Wed Apr 05 2017 Kevin Kofler <Kevin(a)tigcc.ticalc.org> 2.6.5-3
- Add freetype-2.6.5-linear-scaling.patch from Fedora freetype (rh#1437999)