commit b922a1f1c0e344d3b01e08caa2213cd131699440
Author: Kevin Kofler <kevin.kofler(a)chello.at>
Date: Mon Apr 10 13:31:03 2017 +0200
Drop freetype-2.7.1-linear-scaling.patch again as per rh#1437999 discussion
* Mon Apr 10 2017 Kevin Kofler <Kevin(a)tigcc.ticalc.org> 2.7.1-4
- Drop freetype-2.7.1-linear-scaling.patch again as per rh#1437999 discussion
freetype-2.7.1-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 7d1e7b2..13f4fb2 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.7.1
-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
-Patch94: freetype-2.7.1-linear-scaling.patch
-
## Security fixes:
# none needed yet
@@ -46,8 +42,6 @@ It transparently overrides the system library using ld.so.conf.d.
%patch46 -p1 -b .enable-valid
-%patch94 -p1 -b .linear-scaling
-
%build
%configure --disable-static \
@@ -91,6 +85,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.7.1-4
+- Drop freetype-2.7.1-linear-scaling.patch again as per rh#1437999 discussion
+
* Wed Apr 05 2017 Kevin Kofler <Kevin(a)tigcc.ticalc.org> 2.7.1-3
- Add freetype-2.7.1-linear-scaling.patch from Fedora freetype (rh#1437999)