diff --git a/.cvsignore b/.cvsignore index 221a404..c64e2e4 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -pycairo-1.4.12.tar.gz +pycairo-1.8.0.tar.gz diff --git a/pycairo.spec b/pycairo.spec index a4820f9..dc64a25 100644 --- a/pycairo.spec +++ b/pycairo.spec @@ -5,8 +5,8 @@ ### Abstract ### Name: pycairo -Version: 1.4.12 -Release: 5%{?dist} +Version: 1.8.0 +Release: 1%{?dist} License: MPLv1.1 or LGPLv2 Group: Development/Languages Summary: Python bindings for the cairo library @@ -53,7 +53,7 @@ rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc AUTHORS ChangeLog COPYING* INSTALL NEWS README -%doc examples doc/FAQ doc/NOTES +%doc examples doc/c-api.rst doc/faq.rst doc/overview.rst doc/README %{python_sitearch}/cairo/ %files devel @@ -62,6 +62,9 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/pkgconfig/pycairo.pc %changelog +* Tue Dec 16 2008 Matthew Barnes - 1.8.0-1 +- Update to 1.8.0 + * Sat Nov 29 2008 Ignacio Vazquez-Abrams - 1.4.12-5 - Rebuild for Python 2.6 diff --git a/sources b/sources index fcf101e..7a5a8e3 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -c63199d35b1e1d3c5133509f315f70d7 pycairo-1.4.12.tar.gz +847f5377c32228a656819f5bd18eb6b4 pycairo-1.8.0.tar.gz