- Update to cairo-1.0.0.

- Drop cairo-0.9.2-cache-eviction-fix.patch and
    cairo-0.9.2-dont-hash-null-string.patch.
This commit is contained in:
Kristian Høgsberg 2005-08-24 18:25:01 +00:00
parent b6c9ced473
commit c8d8ce359d
3 changed files with 9 additions and 10 deletions

View File

@ -1 +1 @@
cairo-0.9.2.tar.gz cairo-1.0.0.tar.gz

View File

@ -3,8 +3,8 @@
Summary: A vector graphics library Summary: A vector graphics library
Name: cairo Name: cairo
Version: 0.9.2 Version: 1.0.0
Release: 3 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
@ -22,9 +22,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.9.2-cache-eviction-fix.patch
Patch1: cairo-0.9.2-dont-hash-null-string.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
@ -51,9 +48,6 @@ source vector graphics library.
%prep %prep
%setup -q %setup -q
%patch0 -p1 -b .cache-eviction-fix
%patch1 -p1 -b .dont-hash-null-string
%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 \
@ -87,6 +81,11 @@ rm -rf $RPM_BUILD_ROOT
%{_datadir}/gtk-doc/* %{_datadir}/gtk-doc/*
%changelog %changelog
* Wed Aug 24 2005 Kristian Høgsberg <krh@redhat.com> - 1.0.0-1
- Update to cairo-1.0.0.
- Drop cairo-0.9.2-cache-eviction-fix.patch and
cairo-0.9.2-dont-hash-null-string.patch.
* Fri Aug 19 2005 Kristian Høgsberg <krh@redhat.com> 0.9.2-3 * Fri Aug 19 2005 Kristian Høgsberg <krh@redhat.com> 0.9.2-3
- Add cairo-0.9.2-dont-hash-null-string.patch to avoid crash when - Add cairo-0.9.2-dont-hash-null-string.patch to avoid crash when
creating a cairo font from a FT_Face. creating a cairo font from a FT_Face.

View File

@ -1 +1 @@
992095a5db597384a89b41e93737105d cairo-0.9.2.tar.gz f0ff35c91983b7bf226154e68b280be3 cairo-1.0.0.tar.gz