- Update to cairo 0.9.2. Add Obsoletes: for libpixman <= 0.1.6.
- Drop cairo-0.6.0-font-options-to-scaled-font.patch. - Add cairo-0.9.2-cache-eviction-fix.patch to fix ft font cache eviction.
This commit is contained in:
parent
86d892f20f
commit
5b4739a7b6
@ -21,6 +21,8 @@ BuildRequires: libpng-devel
|
||||
BuildRequires: freetype-devel >= %{freetype_version}
|
||||
BuildRequires: fontconfig-devel >= %{fontconfig_version}
|
||||
|
||||
Patch0: cairo-0.9.2-cache-eviction-fix.patch
|
||||
|
||||
%description
|
||||
Cairo is a vector graphics library designed to provide high-quality
|
||||
display and print output. Currently supported output targets include
|
||||
@ -47,6 +49,8 @@ source vector graphics library.
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
%patch0 -p1 -b .cache-eviction-fix.patch
|
||||
|
||||
%build
|
||||
%configure --enable-warnings --disable-glitz --disable-quartz \
|
||||
--disable-atsui --disable-xcb --disable-win32 \
|
||||
@ -83,6 +87,7 @@ rm -rf $RPM_BUILD_ROOT
|
||||
* Sun Aug 14 2005 Kristian Høgsberg <krh@redhat.com> 0.9.2-1
|
||||
- Update to cairo 0.9.2. Add Obsoletes: for libpixman <= 0.1.6.
|
||||
- Drop cairo-0.6.0-font-options-to-scaled-font.patch.
|
||||
- Add cairo-0.9.2-cache-eviction-fix.patch to fix ft font cache eviction.
|
||||
|
||||
* Tue Aug 2 2005 Kristian Høgsberg <krh@redhat.com> - 0.6.0-2
|
||||
- Add cairo-0.6.0-font-options-to-scaled-font.patch to make sure font
|
||||
|
Loading…
Reference in New Issue
Block a user