From a3c91842297d93b72d1aca14601042b8e2e49a0d Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Dec 14 2007 02:03:15 +0000 Subject: - Update to 1.4.12 - Bump cairo requirement to 1.4.12. --- diff --git a/.cvsignore b/.cvsignore index 4e08191..221a404 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -pycairo-1.4.0.tar.gz +pycairo-1.4.12.tar.gz diff --git a/pycairo.spec b/pycairo.spec index 47da9e1..444ab4e 100644 --- a/pycairo.spec +++ b/pycairo.spec @@ -1,10 +1,12 @@ %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} +%define cairo_version 1.4.12 + ### Abstract ### Name: pycairo -Version: 1.4.0 -Release: 2%{?dist} +Version: 1.4.12 +Release: 1%{?dist} License: LGPL Group: Development/Languages Summary: Python bindings for the cairo library @@ -12,13 +14,9 @@ URL: http://cairographics.org/pycairo BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root Source: http://cairographics.org/releases/pycairo-%{version}.tar.gz -### Dependencies ### - -Requires: cairo >= 1.2.6 - ### Build Dependencies ### -BuildRequires: cairo-devel +BuildRequires: cairo-devel >= %{cairo_version} BuildRequires: pkgconfig BuildRequires: python-devel @@ -54,7 +52,7 @@ rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) -%doc AUTHORS ChangeLog COPYING* INSTALL NEWS NOTES README +%doc AUTHORS ChangeLog COPYING* INSTALL NEWS README %{python_sitearch}/cairo/ %files devel @@ -63,6 +61,10 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/pkgconfig/pycairo.pc %changelog +* Thu Dec 13 2007 Matthew Barnes - 1.4.12-1.fc9 +- Update to 1.4.12 +- Bump cairo requirement to 1.4.12. + * Wed Oct 10 2007 Matthew Barnes - 1.4.0-2.fc7 - Rebuild diff --git a/sources b/sources index 11b2f8e..fcf101e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -e26e77919b606113f565d70036c1f504 pycairo-1.4.0.tar.gz +c63199d35b1e1d3c5133509f315f70d7 pycairo-1.4.12.tar.gz