Author: kkofler
Update of /cvs/free/rpms/freetype-freeworld/F-9
In directory se02.es.rpmfusion.net:/tmp/cvs-serv4166/F-9
Modified Files:
freetype-freeworld.spec
Added Files:
freetype-autohinter-ligature.patch
Log Message:
* Mon Dec 08 2008 Kevin Kofler <Kevin(a)tigcc.ticalc.org> 2.3.5-9
- 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/F-9/freetype-freeworld.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- freetype-freeworld.spec 5 Oct 2008 08:03:05 -0000 1.2
+++ freetype-freeworld.spec 8 Dec 2008 00:45:10 -0000 1.3
@@ -8,7 +8,7 @@
Summary: A free and portable font rendering engine
Name: freetype-freeworld
Version: 2.3.5
-Release: 8%{?dist}
+Release: 9%{?dist}
License: FTL or GPLv2+
Group: System Environment/Libraries
URL:
http://www.freetype.org
@@ -29,6 +29,7 @@
# Upstream patches
Patch90: freetype-2.3.5-CVEs.patch
+Patch101: freetype-autohinter-ligature.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-root-%(%{__id_u} -n)
@@ -80,6 +81,7 @@
%patch89 -p1 -b .memcpy
%patch90 -p1 -b .CVEs
+%patch101 -p0 -b .autohinter-ligature
%build
@@ -129,6 +131,9 @@
%config(noreplace) %{_sysconfdir}/fonts/conf.d/*.conf
%changelog
+* Mon Dec 08 2008 Kevin Kofler <Kevin(a)tigcc.ticalc.org> 2.3.5-9
+- Add freetype-autohinter-ligature.patch by Behdad Esfahbod (rh#368561)
+
* Sun Oct 05 2008 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info - 2.3.5-8
- rebuild