[lohit-oriya-fonts/f18] Resolved #923215: UTRRS 123 GSub combination and other ligature

Pravin Satpute pravins at fedoraproject.org
Fri Apr 26 05:40:06 UTC 2013


commit ea54adecbb3ab52f9120b7b1fcbdd7022e23e620
Author: pravins <psatpute at redhat.com>
Date:   Fri Apr 26 11:09:53 2013 +0530

    Resolved #923215: UTRRS 123 GSub combination and other ligature

 bug-923215.patch       |   65 ++++++++++++++++++++++++++++++++++++++++++++++++
 lohit-oriya-fonts.spec |   15 +++++++++-
 2 files changed, 78 insertions(+), 2 deletions(-)
---
diff --git a/bug-923215.patch b/bug-923215.patch
new file mode 100644
index 0000000..31c6c84
--- /dev/null
+++ b/bug-923215.patch
@@ -0,0 +1,65 @@
+diff -rup lohit-oriya-2.5.3/Lohit-Oriya.sfd lohit-oriya-2.5.3_mod/Lohit-Oriya.sfd
+--- lohit-oriya-2.5.3/Lohit-Oriya.sfd	2013-01-30 17:31:47.000000000 +0530
++++ lohit-oriya-2.5.3_mod/Lohit-Oriya.sfd	2013-04-25 15:54:55.800937811 +0530
+@@ -19,7 +19,7 @@ OS2Version: 1
+ OS2_WeightWidthSlopeOnly: 0
+ OS2_UseTypoMetrics: 1
+ CreationTime: 1158849336
+-ModificationTime: 1330513417
++ModificationTime: 1366797648
+ PfmFamily: 17
+ TTFWeight: 400
+ TTFWidth: 5
+@@ -51,7 +51,7 @@ OS2StrikeYSize: 50
+ OS2StrikeYPos: 250
+ OS2Vendor: 'MODI'
+ Lookup: 4 0 0 "'pres' Pre Base Substitutions in Oriya lookup 85"  {"'pres' Pre Base Substitutions in Oriya lookup 85-1"  "'pres' Pre Base Substitutions in Oriya lookup 85-2"  } ['pres' ('orya' <'dflt' > ) ]
+-Lookup: 4 0 0 "'abvs' Above Base Substitutions in Oriya lookup 0"  {"'abvs' Above Base Substitutions in Oriya lookup 0 subtable"  } ['abvs' ('orya' <'dflt' > ) ]
++Lookup: 4 8 0 "'abvs' Above Base Substitutions in Oriya lookup 0"  {"'abvs' Above Base Substitutions in Oriya lookup 0 subtable"  } ['abvs' ('orya' <'dflt' > ) ]
+ Lookup: 4 0 0 "'akhn' Akhand in Oriya lookup 1"  {"'akhn' Akhand in Oriya lookup 1 subtable"  } ['akhn' ('orya' <'dflt' > ) ]
+ Lookup: 4 0 0 "'blwf' Below Base Forms in Oriya lookup 2"  {"'blwf' Below Base Forms in Oriya lookup 2 subtable"  } ['blwf' ('orya' <'dflt' > ) ]
+ Lookup: 4 0 0 "'half' Half Forms in Oriya lookup 86"  {"'half' Half Forms in Oriya lookup 86-1"  } ['half' ('orya' <'dflt' > ) ]
+@@ -961,14 +961,14 @@ ShortTable: maxp 16
+   0
+ EndShort
+ LangName: 1033 "" "" "Regular" "" "" "Version 2.5.3" 
+-GaspTable: 1 65535 2
++GaspTable: 1 65535 2 0
+ Encoding: UnicodeBmp
+ UnicodeInterp: none
+ NameList: Adobe Glyph List
+ DisplaySize: -48
+ AntiAlias: 1
+ FitToEm: 1
+-WinInfo: 2828 14 11
++WinInfo: 0 33 14
+ BeginPrivate: 0
+ EndPrivate
+ BeginChars: 65864 431
+@@ -4013,7 +4013,7 @@ EndChar
+ StartChar: U0B3F
+ Encoding: 2879 2879 62
+ Width: 0
+-GlyphClass: 2
++GlyphClass: 4
+ Flags: W
+ LayerCount: 2
+ Fore
+@@ -4418,7 +4418,7 @@ EndChar
+ StartChar: U0B56
+ Encoding: 2902 2902 72
+ Width: 0
+-GlyphClass: 2
++GlyphClass: 4
+ Flags: W
+ LayerCount: 2
+ Fore
+@@ -16555,7 +16555,7 @@ EndChar
+ StartChar: U0B30_U0B4D.rphf
+ Encoding: 65682 -1 239
+ Width: 0
+-GlyphClass: 2
++GlyphClass: 4
+ Flags: W
+ LayerCount: 2
+ Fore
diff --git a/lohit-oriya-fonts.spec b/lohit-oriya-fonts.spec
index dc49431..f778b87 100644
--- a/lohit-oriya-fonts.spec
+++ b/lohit-oriya-fonts.spec
@@ -1,9 +1,9 @@
 %global fontname lohit-oriya
-%global fontconf 66-%{fontname}.conf
+%global fontconf 65-0-%{fontname}.conf
 
 Name:           %{fontname}-fonts
 Version:        2.5.3
-Release:        1%{?dist}
+Release:        3%{?dist}
 Summary:        Free Oriya Font
 
 Group:          User Interface/X
@@ -16,6 +16,8 @@ BuildRequires: fontforge >= 20080429
 BuildRequires:  fontpackages-devel
 Requires:       fontpackages-filesystem
 Obsoletes: lohit-fonts-common < %{version}-%{release}
+Patch1: bug-923215.patch
+
 
 %description
 This package provides a free Oriya truetype/opentype font.
@@ -23,6 +25,9 @@ This package provides a free Oriya truetype/opentype font.
 
 %prep
 %setup -q -n %{fontname}-%{version} 
+%patch1 -p1 -b .1-fix-against-harfbuzz
+mv 66-%{fontname}.conf 65-0-lohit-oriya.conf
+
 
 %build
 ./generate.pe *.sfd
@@ -52,6 +57,12 @@ rm -fr %{buildroot}
 
 
 %changelog
+* Fri Apr 26 2013 Pravin Satpute <psatpute at redhat.com> - 2.5.3-3
+- Resolved #923215: UTRRS 123 GSub combination and other ligature
+
+* Fri Apr 12 2013 Pravin Satpute <psatpute at redhat.com> - 2.5.3-2
+- Resolved #950520
+
 * Thu Jan 31 2013 Pravin Satpute <psatpute at redhat.com> - 2.5.3-1
 - Upstream release 2.5.3
 


More information about the scm-commits mailing list