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