From 09f755e257ad082d4508c2c074d2641fc8e88346 Mon Sep 17 00:00:00 2001 From: Rick L. Vinyard, Jr Date: Aug 20 2006 19:49:28 +0000 Subject: New release --- diff --git a/cairomm.spec b/cairomm.spec index 8dc8f4e..ba5eab0 100644 --- a/cairomm.spec +++ b/cairomm.spec @@ -1,16 +1,18 @@ -Summary: This library provides a C++ interface to cairo +Summary: Cairomm is the C++ API for the cairo graphics library Name: cairomm -Version: 1.1.10 +Version: 1.2.0 Release: 1%{?dist} URL: http://www.cairographics.org License: LGPL Group: System Environment/Libraries -Source: http://www.cairographics.org/snapshots/%{name}-%{version}.tar.gz +Source: http://www.cairographics.org/releases/%{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: cairo-devel >= 1.2.0 pkgconfig %description -This library provides a C++ interface to cairo. +Cairomm is the C++ API for the cairo graphics library. It offers all the power +of cairo with an interface familiar to C++ developers, including use of the +Standard Template Library where it makes sense. %package devel Summary: Headers for developing programs that will use %{name} @@ -55,6 +57,10 @@ mv docs/reference . %doc ChangeLog reference %changelog +* Sun Aug 20 2006 Rick L Vinyard Jr - 1.2.0-1 +- New upstream release +- Updated summary and description + * Thu Aug 3 2006 Rick L Vinyard Jr - 1.1.10-1 - First release for cairo 1.2 - Adjusted cairo dependencies for new version