auto-import changelog data from ttmkfdir-3.0.9-13.src.rpm

* Tue Aug 17 2004 Elliot Lee <sopwith@redhat.com> 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
This commit is contained in:
cvsdist 2004-09-09 13:37:04 +00:00
parent e87dade7a2
commit 5206f1faff

View File

@ -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 <sopwith@redhat.com> 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 <sopwith@redhat.com>
- rebuilt