- 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
|
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).
|
||||||
|
Loading…
Reference in New Issue
Block a user