- 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:
parent
b6c9ced473
commit
c8d8ce359d
@ -1 +1 @@
|
||||
cairo-0.9.2.tar.gz
|
||||
cairo-1.0.0.tar.gz
|
||||
|
15
cairo.spec
15
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 <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
|
||||
- Add cairo-0.9.2-dont-hash-null-string.patch to avoid crash when
|
||||
creating a cairo font from a FT_Face.
|
||||
|
Loading…
Reference in New Issue
Block a user