rpms/hippo-canvas/devel .cvsignore, 1.2, 1.3 hippo-canvas.spec, 1.3, 1.4 sources, 1.2, 1.3 hippo-canvas-pyexecdir.patch, 1.2, NONE

Colin Walters (walters) fedora-extras-commits at redhat.com
Fri Jun 29 19:40:55 UTC 2007


Author: walters

Update of /cvs/extras/rpms/hippo-canvas/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23185

Modified Files:
	.cvsignore hippo-canvas.spec sources 
Removed Files:
	hippo-canvas-pyexecdir.patch 
Log Message:
0.2.20


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/hippo-canvas/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	9 May 2007 22:36:09 -0000	1.2
+++ .cvsignore	29 Jun 2007 19:40:19 -0000	1.3
@@ -1 +1,2 @@
 hippo-canvas-0.2.17.tar.gz
+hippo-canvas-0.2.20.tar.gz


Index: hippo-canvas.spec
===================================================================
RCS file: /cvs/extras/rpms/hippo-canvas/devel/hippo-canvas.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- hippo-canvas.spec	14 May 2007 15:53:38 -0000	1.3
+++ hippo-canvas.spec	29 Jun 2007 19:40:19 -0000	1.4
@@ -1,15 +1,14 @@
 %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
 
 Name:           hippo-canvas
-Version:        0.2.17
-Release:        3%{?dist}
+Version:        0.2.20
+Release:        1%{?dist}
 Summary:        A canvas widget
 
 Group:          System Environment/Libraries
 License:        GPL
 URL:            http://developer.mugshot.org/wiki/Hippo_Canvas
 Source0:        http://download.mugshot.org/extras/canvas/source/hippo-canvas-%{version}.tar.gz
-Patch0:		hippo-canvas-pyexecdir.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  cairo-devel
@@ -46,7 +45,6 @@
 
 %prep
 %setup -q
-%patch0 -p1
 
 
 %build
@@ -78,14 +76,21 @@
 %files devel
 %defattr(-,root,root,-)
 %{_includedir}/*
-%{_libdir}/pkgconfig/hippo-canvas.pc
+%{_libdir}/pkgconfig/hippo-canvas-1.pc
 %{_libdir}/*.so
+%doc %{_datadir}/gtk-doc
 
 %files python
 %defattr(-,root,root,-)
 %{python_sitearch}/*.so
 
 %changelog
+* Fri Jun 29 2007 Colin Walters <walters at redhat.com> - 0.2.20-1
+- 0.2.20
+- add doc
+- match new pkgconfig name
+- remove upstreamed patch
+
 * Mon May 14 2007 Colin Walters <walters at redhat.com> - 0.2.17-3
 - Hopefully make patch apply
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/hippo-canvas/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	9 May 2007 22:36:09 -0000	1.2
+++ sources	29 Jun 2007 19:40:19 -0000	1.3
@@ -1 +1,2 @@
 966b23b717fad5c6d3efaac199b64b93  hippo-canvas-0.2.17.tar.gz
+349f61bedc6007fddca44d35d34abdec  hippo-canvas-0.2.20.tar.gz


--- hippo-canvas-pyexecdir.patch DELETED ---




More information about the scm-commits mailing list