diff --git a/ttmkfdir.spec b/ttmkfdir.spec index 5bdfb24..41c6a7f 100644 --- a/ttmkfdir.spec +++ b/ttmkfdir.spec @@ -1,13 +1,14 @@ Summary: Utility used to create fonts.scale files for truetype fonts Name: ttmkfdir Version: 3.0.9 -Release: 12 +Release: 13 Source0: %{name}-%{version}.tar.bz2 Patch: ttmkfdir-3.0.9-cpp.patch Patch1: ttmkfdir-3.0.9-zlib.patch Patch2: ttmkfdir-3.0.9-fix-freetype217.patch Patch3: ttmkfdir-3.0.9-namespace.patch Patch4: ttmkfdir-3.0.9-defautl_enc_size.patch +Patch5: ttmkfdir-3.0.9-crashplus.patch License: GPL Group: Applications/System BuildRoot: %{_tmppath}/%{name}-root @@ -30,6 +31,7 @@ by the font server. %patch2 -p1 %patch3 -p1 %patch4 -p1 +%patch5 -p1 %build make OPTFLAGS="$RPM_OPT_FLAGS" @@ -48,6 +50,11 @@ rm -rf $RPM_BUILD_ROOT %{_bindir}/ttmkfdir %changelog +* Tue Aug 17 2004 Elliot Lee 3.0.9-13 +- Follow-on fix for the issue detailed in #118713 +- Improve performance when checking if a font has a mapping present +- Base font file selection on the magic at the start of the file, rather than the filename + * Tue Jun 15 2004 Elliot Lee - rebuilt