diff --git a/.gitignore b/.gitignore index 0c9aa0e..ebe5473 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ cairomm-1.9.1.tar.gz /cairomm-1.9.8.tar.gz +/cairomm-1.10.0.tar.gz diff --git a/cairomm.spec b/cairomm.spec index 9a3c38d..246a3d5 100644 --- a/cairomm.spec +++ b/cairomm.spec @@ -1,10 +1,10 @@ %global apiver 1.0 -%define cairover 1.9.8 +%define cairover 1.10.0 Summary: C++ API for the cairo graphics library Name: cairomm -Version: 1.9.8 -Release: 2%{?dist}.3 +Version: 1.10.0 +Release: 1%{?dist} URL: http://www.cairographics.org License: LGPLv2+ Group: System Environment/Libraries @@ -94,6 +94,9 @@ find $RPM_BUILD_ROOT -type f -name "*.la" -exec rm -f {} ';' %doc %{_datadir}/devhelp/books/%{name}-%{apiver}/ %changelog +* Fri Jul 29 2011 Kalev Lember - 1.10.0-1 +- Update to 1.10.0 + * Mon Feb 21 2011 Haïkel Guémar - 1.9.8-2 - fix documentation location - co-own /usr/share/devhelp diff --git a/sources b/sources index e295518..a2e5726 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -6d5ce1138dbb09c58038ab6f766d5e88 cairomm-1.9.8.tar.gz +9c63fb1c04c8ecd3c5e6473075b8c39f cairomm-1.10.0.tar.gz