- Update to cairo-0.5.2 and drop bitmap font patch.
This commit is contained in:
parent
e7c9b324ce
commit
f8e613634e
@ -1 +1 @@
|
||||
cairo-0.5.1.tar.gz
|
||||
cairo-0.5.2.tar.gz
|
||||
|
11
cairo.spec
11
cairo.spec
@ -4,8 +4,8 @@
|
||||
|
||||
Summary: A vector graphics library
|
||||
Name: cairo
|
||||
Version: 0.5.1
|
||||
Release: 5
|
||||
Version: 0.5.2
|
||||
Release: 1
|
||||
URL: http://cairographics.org
|
||||
Source0: %{name}-%{version}.tar.gz
|
||||
License: LGPL/MPL
|
||||
@ -20,8 +20,6 @@ BuildRequires: libpng-devel
|
||||
BuildRequires: freetype-devel >= %{freetype_version}
|
||||
BuildRequires: fontconfig-devel >= %{fontconfig_version}
|
||||
|
||||
Patch0: cairo-0.5.1-bitmap-fonts.patch
|
||||
|
||||
%description
|
||||
Cairo is a vector graphics library designed to provide high-quality
|
||||
display and print output. Currently supported output targets include
|
||||
@ -49,8 +47,6 @@ source vector graphics library.
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
%patch0 -p0 -b .bitmap-fonts
|
||||
|
||||
%build
|
||||
%configure --enable-warnings --disable-glitz --disable-quartz \
|
||||
--disable-atsui --disable-xcb --disable-win32 \
|
||||
@ -84,6 +80,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_datadir}/gtk-doc/*
|
||||
|
||||
%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
|
||||
- Fix typo in use of libpixman_version macro (Thanks to Michael
|
||||
Schwendt, #162550).
|
||||
|
Loading…
Reference in New Issue
Block a user