- require new enough cairo (#197457)

This commit is contained in:
Jeremy Katz 2006-07-04 03:32:29 +00:00
parent 2676cc641d
commit 4bd5663080

View File

@ -3,7 +3,7 @@
Summary: Python bindings for the cairo library
Name: pycairo
Version: 1.0.2
Release: 2
Release: 3
License: LGPL
Group: Development/Languages
URL: http://cairographics.org/
@ -13,7 +13,7 @@ BuildRequires: python
BuildRequires: cairo-devel
BuildRequires: python-devel
BuildRequires: pkgconfig
Requires: cairo
Requires: cairo >= 1.1.10
%description
Python bindings for the cairo library
@ -58,6 +58,9 @@ rm -rf $RPM_BUILD_ROOT
%{_includedir}/pycairo/pycairo.h
%changelog
* Mon Jul 3 2006 Jeremy Katz <katzj@redhat.com> - 1.0.2-3
- require new enough cairo (#197457)
* Mon Jun 05 2006 John (J5) Palmieri <johnp@redhat.com> - 1.0.2-2
- add pkgconfig BR