rpms/freetype/F-9 freetype-autohinter-ligature.patch, NONE, 1.1 freetype.spec, 1.62, 1.63

Kevin Kofler kkofler at fedoraproject.org
Sun Dec 7 23:57:39 UTC 2008


Author: kkofler

Update of /cvs/pkgs/rpms/freetype/F-9
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv12224/F-9

Modified Files:
	freetype.spec 
Added Files:
	freetype-autohinter-ligature.patch 
Log Message:
* Sun Dec 07 2008 Kevin Kofler <Kevin at tigcc.ticalc.org> 2.3.5-7
- Add freetype-autohinter-ligature.patch by Behdad Esfahbod (#368561)

freetype-autohinter-ligature.patch:

--- NEW FILE freetype-autohinter-ligature.patch ---
Index: src/autofit/aflatin.c
===================================================================
RCS file: /cvsroot/freetype/freetype2/src/autofit/aflatin.c,v
retrieving revision 1.65
diff -u -p -d -r1.65 aflatin.c
--- src/autofit/aflatin.c	7 Jul 2007 07:30:39 -0000	1.65
+++ src/autofit/aflatin.c	5 Dec 2008 21:15:46 -0000
@@ -2144,6 +2144,7 @@
     { 0x20A0, 0x20CF },  /* Currency Symbols */
     { 0x2150, 0x218F },  /* Number Forms */
     { 0x2460, 0x24FF },  /* Enclosed Alphanumerics */
+    { 0xFB00, 0xFB06 },  /* Latin Ligatures */
     { 0     , 0      }
   };
 


Index: freetype.spec
===================================================================
RCS file: /cvs/pkgs/rpms/freetype/F-9/freetype.spec,v
retrieving revision 1.62
retrieving revision 1.63
diff -u -r1.62 -r1.63
--- freetype.spec	17 Jun 2008 04:08:56 -0000	1.62
+++ freetype.spec	7 Dec 2008 23:57:04 -0000	1.63
@@ -9,7 +9,7 @@
 Summary: A free and portable font rendering engine
 Name: freetype
 Version: 2.3.5
-Release: 6%{?dist}
+Release: 7%{?dist}
 License: BSD/GPL dual license
 Group: System Environment/Libraries
 URL: http://www.freetype.org
@@ -32,8 +32,8 @@
 Patch89:  freetype-2.2.1-memcpy-fix.patch
 
 # Upstream patches
-
 Patch90:  freetype-2.3.5-CVEs.patch
+Patch101: freetype-autohinter-ligature.patch
 
 Buildroot: %{_tmppath}/%{name}-%{version}-root-%(%{__id_u} -n)
 
@@ -96,6 +96,7 @@
 %patch89 -p1 -b .memcpy
 
 %patch90 -p1 -b .CVEs
+%patch101 -p0 -b .autohinter-ligature
 
 %build
 
@@ -212,6 +213,9 @@
 %{_libdir}/pkgconfig/
 
 %changelog
+* Sun Dec 07 2008 Kevin Kofler <Kevin at tigcc.ticalc.org> 2.3.5-7
+- Add freetype-autohinter-ligature.patch by Behdad Esfahbod (#368561)
+
 * Tue Jun 17 2008 Behdad Esfahbod <besfahbo at redhat.com> 2.3.5-6
 - Add freetype-2.3.5-CVEs.patch
 - Resolves: #451213




More information about the fedora-extras-commits mailing list