rpms/cairomm/devel cairomm.spec,1.2,1.3

Rick L. Vinyard (rvinyard) fedora-extras-commits at redhat.com
Sun Aug 20 19:49:28 UTC 2006


Author: rvinyard

Update of /cvs/extras/rpms/cairomm/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29033

Modified Files:
	cairomm.spec 
Log Message:
New release



Index: cairomm.spec
===================================================================
RCS file: /cvs/extras/rpms/cairomm/devel/cairomm.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- cairomm.spec	4 Aug 2006 03:53:21 -0000	1.2
+++ cairomm.spec	20 Aug 2006 19:49:28 -0000	1.3
@@ -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 @@
 %doc ChangeLog reference
 
 %changelog
+* Sun Aug 20 2006 Rick L Vinyard Jr <rvinyard at cs.nmsu.edu> - 1.2.0-1
+- New upstream release
+- Updated summary and description
+
 * Thu Aug  3 2006 Rick L Vinyard Jr <rvinyard at cs.nmsu.edu> - 1.1.10-1
 - First release for cairo 1.2
 - Adjusted cairo dependencies for new version




More information about the scm-commits mailing list