diff --git a/ttmkfdir.spec b/ttmkfdir.spec index f5aa803..d536ab1 100644 --- a/ttmkfdir.spec +++ b/ttmkfdir.spec @@ -1,7 +1,7 @@ Summary: Utility to create fonts.scale files for truetype fonts Name: ttmkfdir Version: 3.0.9 -Release: 25%{?dist} +Release: 26%{?dist} Source0: %{name}-%{version}.tar.bz2 Patch: ttmkfdir-3.0.9-cpp.patch Patch1: ttmkfdir-3.0.9-zlib.patch @@ -12,6 +12,7 @@ Patch5: ttmkfdir-3.0.9-warnings.patch Patch6: ttmkfdir-3.0.9-segfaults.patch Patch7: ttmkfdir-3.0.9-encoding-dir.patch Patch8: ttmkfdir-3.0.9-font-scale.patch +Patch9: ttmkfdir-3.0.9-bug434301.patch License: GPL Group: Applications/System BuildRoot: %{_tmppath}/%{name}-root @@ -39,6 +40,7 @@ by the font server. %patch6 -p1 %patch7 -p1 %patch8 -p1 +%patch9 -p1 %build make OPTFLAGS="$RPM_OPT_FLAGS" @@ -56,6 +58,9 @@ rm -rf $RPM_BUILD_ROOT %{_bindir}/ttmkfdir %changelog +* Wed Feb 27 2008 Lingning Zhang - 3.0.9-26 +- fix bug434301. + * Tue Feb 19 2008 Fedora Release Engineering - 3.0.9-25 - Autorebuild for GCC 4.3