diff --git a/.cvsignore b/.cvsignore index 4bc2f25..434a4d3 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -cairo-0.9.2.tar.gz +cairo-1.0.0.tar.gz diff --git a/cairo.spec b/cairo.spec index 2808049..f54ce5f 100644 --- a/cairo.spec +++ b/cairo.spec @@ -3,8 +3,8 @@ Summary: A vector graphics library Name: cairo -Version: 0.9.2 -Release: 3 +Version: 1.0.0 +Release: 1 URL: http://cairographics.org Source0: %{name}-%{version}.tar.gz License: LGPL/MPL @@ -22,9 +22,6 @@ BuildRequires: libpng-devel BuildRequires: freetype-devel >= %{freetype_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 Cairo is a vector graphics library designed to provide high-quality display and print output. Currently supported output targets include @@ -51,9 +48,6 @@ source vector graphics library. %prep %setup -q -%patch0 -p1 -b .cache-eviction-fix -%patch1 -p1 -b .dont-hash-null-string - %build %configure --enable-warnings --disable-glitz --disable-quartz \ --disable-atsui --disable-xcb --disable-win32 \ @@ -87,6 +81,11 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/gtk-doc/* %changelog +* Wed Aug 24 2005 Kristian Høgsberg - 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 0.9.2-3 - Add cairo-0.9.2-dont-hash-null-string.patch to avoid crash when creating a cairo font from a FT_Face. diff --git a/sources b/sources index 51e7452..c5007b0 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -992095a5db597384a89b41e93737105d cairo-0.9.2.tar.gz +f0ff35c91983b7bf226154e68b280be3 cairo-1.0.0.tar.gz