rpms/freetype-freeworld/devel freetype-autohinter-ligature.patch, NONE, 1.1 freetype-freeworld.spec, 1.2, 1.3

Kevin Kofler kkofler at rpmfusion.org
Mon Dec 8 01:44:25 CET 2008


Author: kkofler

Update of /cvs/free/rpms/freetype-freeworld/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv4103/devel

Modified Files:
	freetype-freeworld.spec 
Added Files:
	freetype-autohinter-ligature.patch 
Log Message:
* Mon Dec 08 2008 Kevin Kofler <Kevin at tigcc.ticalc.org> 2.3.7-2
- Add freetype-autohinter-ligature.patch by Behdad Esfahbod (rh#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-freeworld.spec
===================================================================
RCS file: /cvs/free/rpms/freetype-freeworld/devel/freetype-freeworld.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- freetype-freeworld.spec	3 Sep 2008 12:02:10 -0000	1.2
+++ freetype-freeworld.spec	8 Dec 2008 00:44:24 -0000	1.3
@@ -8,7 +8,7 @@
 Summary: A free and portable font rendering engine
 Name: freetype-freeworld
 Version: 2.3.7
-Release: 1%{?dist}
+Release: 2%{?dist}
 License: FTL or GPLv2+
 Group: System Environment/Libraries
 URL: http://www.freetype.org
@@ -25,6 +25,7 @@
 Patch89:  freetype-2.2.1-memcpy-fix.patch
 
 # Upstream patches
+Patch101: freetype-autohinter-ligature.patch
 
 BuildRoot: %{_tmppath}/%{name}-%{version}-root-%(%{__id_u} -n)
 
@@ -74,6 +75,8 @@
 
 %patch89 -p1 -b .memcpy
 
+%patch101 -p0 -b .autohinter-ligature
+
 %build
 
 %configure --disable-static
@@ -122,6 +125,9 @@
 %config(noreplace) %{_sysconfdir}/fonts/conf.d/*.conf
 
 %changelog
+* Mon Dec 08 2008 Kevin Kofler <Kevin at tigcc.ticalc.org> 2.3.7-2
+- Add freetype-autohinter-ligature.patch by Behdad Esfahbod (rh#368561)
+
 * Tue Sep 02 2008 Kevin Kofler <Kevin at tigcc.ticalc.org> 2.3.7-1
 - Update to 2.3.7
 



More information about the rpmfusion-commits mailing list