diff --git a/liberation-fonts.spec b/liberation-fonts.spec index 8a3398b..1316ded 100644 --- a/liberation-fonts.spec +++ b/liberation-fonts.spec @@ -10,7 +10,7 @@ New. Name: %{fontname}-fonts Summary: Fonts to replace commonly used Microsoft Windows fonts Version: 1.05.1.20090713 -Release: 1%{?dist} +Release: 2%{?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. @@ -24,7 +24,7 @@ Source0: https://fedorahosted.org/releases/l/i/liberation-fonts/%{name} BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) BuildArch: noarch BuildRequires: fontpackages-devel >= 1.13, xorg-x11-font-utils -BuildRequires: fontforge >= 20090224 +BuildRequires: fontforge >= 20090408 %description %common_desc @@ -112,6 +112,10 @@ mkfontscale %{buildroot}%{_fontdir} rm -rf %{buildroot} %changelog +* Tue Jul 14 2009 Caius 'kaio' Chance - 1.05.1.20090713-2.fc12 +- Required fontforge ver 20090408 which supports generation with traditional + kern table. (rhbz#503430) + * Mon Jul 13 2009 Caius 'kaio' Chance - 1.05.1.20090713-1.fc12 - Updated to upstream 1.05.1.20090713. - Generate TTFs with traditional kern table via fontforge scripts. (rh#503430)