[freetype] Fix patch which enables subpixel rendering

mkasik mkasik at fedoraproject.org
Tue Oct 21 10:20:31 UTC 2014


commit 365fb730c655f24ac20338f1cb1a3d4d1e9c1da4
Author: Marek Kasik <mkasik at redhat.com>
Date:   Tue Oct 21 12:19:50 2014 +0200

    Fix patch which enables subpixel rendering
    
    Resolves: #1154448

 freetype-2.3.0-enable-spr.patch |    4 ++--
 freetype.spec                   |    6 +++++-
 2 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/freetype-2.3.0-enable-spr.patch b/freetype-2.3.0-enable-spr.patch
index 8432e28..7332d24 100644
--- a/freetype-2.3.0-enable-spr.patch
+++ b/freetype-2.3.0-enable-spr.patch
@@ -1,5 +1,5 @@
---- freetype-2.3.0/include/freetype/config/ftoption.h.spf	2007-01-18 14:27:34.000000000 -0500
-+++ freetype-2.3.0/include/freetype/config/ftoption.h	2007-01-18 14:27:48.000000000 -0500
+--- freetype-2.3.0/include/config/ftoption.h.spf	2007-01-18 14:27:34.000000000 -0500
++++ freetype-2.3.0/include/config/ftoption.h	2007-01-18 14:27:48.000000000 -0500
 @@ -92,7 +92,7 @@
    /* This is done to allow FreeType clients to run unmodified, forcing     */
    /* them to display normal gray-level anti-aliased glyphs.                */
diff --git a/freetype.spec b/freetype.spec
index 0eff89a..c72102b 100644
--- a/freetype.spec
+++ b/freetype.spec
@@ -7,7 +7,7 @@
 Summary: A free and portable font rendering engine
 Name: freetype
 Version: 2.5.3
-Release: 9%{?dist}
+Release: 10%{?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
@@ -217,6 +217,10 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man1/*
 
 %changelog
+* Tue Oct 21 2014 Marek Kasik <mkasik at redhat.com> - 2.5.3-10
+- Fix patch which enables subpixel rendering
+- Resolves: #1154448
+
 * Mon Aug 18 2014 Marek Kasik <mkasik at redhat.com> - 2.5.3-9
 - Simplify getting of wordsize
 


More information about the scm-commits mailing list