Resolves bug 835182

This commit is contained in:
प्रविण सातपुते 2012-06-26 11:44:37 +05:30
parent bd6a139dfe
commit 16935ba7b5
2 changed files with 50 additions and 1 deletions

44
bug-835182.patch Normal file
View File

@ -0,0 +1,44 @@
diff -rup liberation-fonts-1.07.2/LiberationSans-BoldItalic.sfd liberation-fonts-1.07.2_mod/LiberationSans-BoldItalic.sfd
--- liberation-fonts-1.07.2/LiberationSans-BoldItalic.sfd 2012-06-26 11:42:07.558505861 +0530
+++ liberation-fonts-1.07.2_mod/LiberationSans-BoldItalic.sfd 2012-06-26 11:41:51.467456610 +0530
@@ -7174,7 +7174,6 @@ SplineSet
985 0 l 1,10,-1
33 0 l 1,0,-1
EndSplineSet
-Kerns2: 20 -152 "'kern' Horizontal Kerning lookup 0 subtable"
EndChar
StartChar: two
diff -rup liberation-fonts-1.07.2/LiberationSans-Bold.sfd liberation-fonts-1.07.2_mod/LiberationSans-Bold.sfd
--- liberation-fonts-1.07.2/LiberationSans-Bold.sfd 2012-06-26 11:42:07.571505900 +0530
+++ liberation-fonts-1.07.2_mod/LiberationSans-Bold.sfd 2012-06-26 11:41:25.583371916 +0530
@@ -6630,7 +6630,6 @@ SplineSet
1082 0 l 1,10,-1
129 0 l 1,0,-1
EndSplineSet
-Kerns2: 20 -113 "'kern' Horizontal Kerning lookup 0 subtable"
EndChar
StartChar: two
diff -rup liberation-fonts-1.07.2/LiberationSans-Italic.sfd liberation-fonts-1.07.2_mod/LiberationSans-Italic.sfd
--- liberation-fonts-1.07.2/LiberationSans-Italic.sfd 2012-06-26 11:42:07.584505938 +0530
+++ liberation-fonts-1.07.2_mod/LiberationSans-Italic.sfd 2012-06-26 11:40:52.607349971 +0530
@@ -5942,7 +5942,6 @@ SplineSet
936 0 l 1,10,-1
53 0 l 1,0,-1
EndSplineSet
-Kerns2: 20 -152 "'kern' Horizontal Kerning lookup 0 subtable"
EndChar
StartChar: two
diff -rup liberation-fonts-1.07.2/LiberationSans-Regular.sfd liberation-fonts-1.07.2_mod/LiberationSans-Regular.sfd
--- liberation-fonts-1.07.2/LiberationSans-Regular.sfd 2012-06-26 11:42:07.650506135 +0530
+++ liberation-fonts-1.07.2_mod/LiberationSans-Regular.sfd 2012-06-26 11:40:26.716333987 +0530
@@ -5826,7 +5826,6 @@ SplineSet
1039 0 l 1,10,-1
156 0 l 1,0,-1
EndSplineSet
-Kerns2: 20 -152 "'kern' Horizontal Kerning lookup 0 subtable"
EndChar
StartChar: two

View File

@ -10,7 +10,7 @@ New.
Name: %{fontname}-fonts
Summary: Fonts to replace commonly used Microsoft Windows fonts
Version: 1.07.2
Release: 4%{?dist}
Release: 3%{?dist}
# The license of the Liberation Fonts is a EULA that contains GPLv2 and two
# exceptions:
# The first exception is the standard FSF font exception.
@ -28,6 +28,7 @@ BuildRequires: fontforge >= 20090408
Patch1: bug-715309.patch
Patch2: bug-714191.patch
Patch3: bug-799384.patch
Patch4: bug-835182.patch
%description
%common_desc
@ -116,6 +117,7 @@ chmod 755 generate.pe
%patch1 -p1 -b .1-resolved-u-hinting-bug
%patch2 -p1 -b .2-removed-kerning-for-11-pair
%patch3 -p1 -b .3-fix-for-u040D
%patch4 -p1 -b .4-applied-2-patch-again
%build
./generate.pe *.sfd
@ -140,6 +142,9 @@ mkfontscale %{buildroot}%{_fontdir}
%__rm -rf %{buildroot}
%changelog
* Tue Jun 26 2012 Pravin Satpute <psatpute@redhat.com> - 1.07.2-5
- Resolves bug 835182
* Thu May 10 2012 Pravin Satpute <psatpute@redhat.com> - 1.07.2-4
- Resolves bug 799384