Resolved bug 714191

This commit is contained in:
प्रविण सातपुते 2012-02-18 20:28:38 +05:30
parent ba86e83542
commit 39d00f9758
2 changed files with 50 additions and 1 deletions

44
bug-714191.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-02-09 13:35:55.000000000 +0530
+++ liberation-fonts-1.07.2_mod/LiberationSans-BoldItalic.sfd 2012-02-13 22:07:06.189102268 +0530
@@ -7173,7 +7173,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-02-13 22:07:22.891270493 +0530
+++ liberation-fonts-1.07.2_mod/LiberationSans-Bold.sfd 2012-02-13 22:06:28.170718332 +0530
@@ -6629,7 +6629,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-02-09 13:35:55.000000000 +0530
+++ liberation-fonts-1.07.2_mod/LiberationSans-Italic.sfd 2012-02-13 22:06:46.738906024 +0530
@@ -5941,7 +5941,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-02-09 13:35:55.000000000 +0530
+++ liberation-fonts-1.07.2_mod/LiberationSans-Regular.sfd 2012-02-13 22:05:52.959361469 +0530
@@ -5825,7 +5825,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: 2%{?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.
@ -26,6 +26,7 @@ BuildArch: noarch
BuildRequires: fontpackages-devel >= 1.13, xorg-x11-font-utils
BuildRequires: fontforge >= 20090408
Patch1: bug-715309.patch
Patch2: bug-714191.patch
%description
%common_desc
@ -112,6 +113,7 @@ rm -rf src
cp %{SOURCE1} .
chmod 755 generate.pe
%patch1 -p1 -b .1-resolved-u-hinting-bug
%patch2 -p1 -b .1-removed-kerning-for-11-pair
%build
./generate.pe *.sfd
@ -136,6 +138,9 @@ mkfontscale %{buildroot}%{_fontdir}
%__rm -rf %{buildroot}
%changelog
* Sat Feb 18 2012 Pravin Satpute <psatpute@redhat.com> - 1.07.2-3
- Resolved bug 714191
* Mon Feb 13 2012 Pravin Satpute <psatpute@redhat.com> - 1.07.2-2
- Resolved #715309