diff --git a/.cvsignore b/.cvsignore index f2338aa..dbe066e 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -cairomm-1.6.2.tar.gz +cairomm-1.8.0.tar.gz diff --git a/cairomm.spec b/cairomm.spec index 5418f3f..1c9a0d0 100644 --- a/cairomm.spec +++ b/cairomm.spec @@ -1,13 +1,14 @@ Summary: Cairomm is the C++ API for the cairo graphics library Name: cairomm -Version: 1.6.2 -Release: 2%{?dist} +Version: 1.8.0 +Release: 1%{?dist} URL: http://www.cairographics.org License: LGPLv2+ Group: System Environment/Libraries Source: http://www.cairographics.org/releases/%{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: cairo-devel >= 1.5.10 pkgconfig +BuildRequires: libsigc++20-devel %description Cairomm is the C++ API for the cairo graphics library. It offers all the power @@ -19,6 +20,7 @@ Summary: Headers for developing programs that will use %{name} Group: Development/Libraries Requires: %{name} = %{version}-%{release} Requires: cairo-devel >= 1.4.0 pkgconfig +Requires: libsigc++20-devel %description devel Cairomm is the C++ API for the cairo graphics library. It offers all the power @@ -60,6 +62,10 @@ find $RPM_BUILD_ROOT -type f -name "*.la" -exec rm -f {} ';' %doc ChangeLog docs/reference %changelog +* Tue Feb 24 2009 Rick L Vinyard Jr - 1.8.0-1 +- Update to 1.8.0 +- Added libsigc++20-devel dependency + * Mon Feb 23 2009 Fedora Release Engineering - 1.6.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild diff --git a/sources b/sources index c4f4e1c..517d0ad 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -eac5d159e4cba98e32ea174483dee24e cairomm-1.6.2.tar.gz +15c0f56eee57bb418c38463a6297d715 cairomm-1.8.0.tar.gz