Resolves bug 799384

This commit is contained in:
प्रविण सातपुते 2012-05-10 16:45:35 +05:30
parent 39d00f9758
commit bd6a139dfe
2 changed files with 1051 additions and 2 deletions

1044
bug-799384.patch Normal file

File diff suppressed because it is too large Load Diff

View File

@ -10,7 +10,7 @@ New.
Name: %{fontname}-fonts
Summary: Fonts to replace commonly used Microsoft Windows fonts
Version: 1.07.2
Release: 3%{?dist}
Release: 4%{?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.
@ -27,6 +27,7 @@ BuildRequires: fontpackages-devel >= 1.13, xorg-x11-font-utils
BuildRequires: fontforge >= 20090408
Patch1: bug-715309.patch
Patch2: bug-714191.patch
Patch3: bug-799384.patch
%description
%common_desc
@ -113,7 +114,8 @@ 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
%patch2 -p1 -b .2-removed-kerning-for-11-pair
%patch3 -p1 -b .3-fix-for-u040D
%build
./generate.pe *.sfd
@ -138,6 +140,9 @@ mkfontscale %{buildroot}%{_fontdir}
%__rm -rf %{buildroot}
%changelog
* Thu May 10 2012 Pravin Satpute <psatpute@redhat.com> - 1.07.2-4
- Resolves bug 799384
* Sat Feb 18 2012 Pravin Satpute <psatpute@redhat.com> - 1.07.2-3
- Resolved bug 714191