- Add freetype-composite.patch and freetype-more-composite.patch from

upstream. (#131851)
This commit is contained in:
besfahbo 2006-08-29 22:10:59 +00:00
parent ee7aedd250
commit 9b06cdde1a

View File

@ -7,7 +7,7 @@
Summary: A free and portable font rendering engine
Name: freetype
Version: 2.2.1
Release: 7%{?dist}
Release: 8%{?dist}
License: BSD/GPL dual license
Group: System Environment/Libraries
URL: http://www.freetype.org
@ -25,6 +25,10 @@ Patch46: freetype-2.2.1-enable-valid.patch
# Fix multilib conflicts
Patch88: freetype-multilib.patch
# Upstream patches
Patch100: freetype-composite.patch
Patch101: freetype-more-composite.patch
Buildroot: %{_tmppath}/%{name}-%{version}-root
%description
@ -78,6 +82,9 @@ popd
%patch88 -p1 -b .multilib
%patch100 -p1 -b .composite
%patch101 -p1 -b .more-composite
%build
# Work around code generation problem with strict-aliasing
# https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=118021
@ -194,6 +201,10 @@ rm -rf $RPM_BUILD_ROOT
%{_libdir}/pkgconfig/
%changelog
* Tue Aug 29 2006 Behdad Esfahbod <besfahbo@redhat.com> 2.2.1-8
- Add freetype-composite.patch and freetype-more-composite.patch
from upstream. (#131851)
* Mon Aug 28 2006 Matthias Clasen <mclasen@redhat.com> - 2.2.1-7
- Require pkgconfig in the -devel package