- Update to cairo-0.5.2 and drop bitmap font patch.

This commit is contained in:
Kristian Høgsberg 2005-07-18 19:01:01 +00:00
parent e7c9b324ce
commit f8e613634e
3 changed files with 7 additions and 8 deletions

View File

@ -1 +1 @@
cairo-0.5.1.tar.gz cairo-0.5.2.tar.gz

View File

@ -4,8 +4,8 @@
Summary: A vector graphics library Summary: A vector graphics library
Name: cairo Name: cairo
Version: 0.5.1 Version: 0.5.2
Release: 5 Release: 1
URL: http://cairographics.org URL: http://cairographics.org
Source0: %{name}-%{version}.tar.gz Source0: %{name}-%{version}.tar.gz
License: LGPL/MPL License: LGPL/MPL
@ -20,8 +20,6 @@ BuildRequires: libpng-devel
BuildRequires: freetype-devel >= %{freetype_version} BuildRequires: freetype-devel >= %{freetype_version}
BuildRequires: fontconfig-devel >= %{fontconfig_version} BuildRequires: fontconfig-devel >= %{fontconfig_version}
Patch0: cairo-0.5.1-bitmap-fonts.patch
%description %description
Cairo is a vector graphics library designed to provide high-quality Cairo is a vector graphics library designed to provide high-quality
display and print output. Currently supported output targets include display and print output. Currently supported output targets include
@ -49,8 +47,6 @@ source vector graphics library.
%prep %prep
%setup -q %setup -q
%patch0 -p0 -b .bitmap-fonts
%build %build
%configure --enable-warnings --disable-glitz --disable-quartz \ %configure --enable-warnings --disable-glitz --disable-quartz \
--disable-atsui --disable-xcb --disable-win32 \ --disable-atsui --disable-xcb --disable-win32 \
@ -84,6 +80,9 @@ rm -rf $RPM_BUILD_ROOT
%{_datadir}/gtk-doc/* %{_datadir}/gtk-doc/*
%changelog %changelog
* Mon Jul 18 2005 Kristian Høgsberg <krh@redhat.com> 0.5.2-1
- Update to cairo-0.5.2 and drop bitmap font patch.
* Wed Jul 6 2005 Kristian Høgsberg <krh@redhat.com> - 0.5.1-5 * Wed Jul 6 2005 Kristian Høgsberg <krh@redhat.com> - 0.5.1-5
- Fix typo in use of libpixman_version macro (Thanks to Michael - Fix typo in use of libpixman_version macro (Thanks to Michael
Schwendt, #162550). Schwendt, #162550).

View File

@ -1 +1 @@
4bad34b337403e73637d2f6c752283f1 cairo-0.5.1.tar.gz 56073c9c7bb1f7acbd278d298aa42b5f cairo-0.5.2.tar.gz