rpms/k3d/devel k3d-0.6.7.0-sigc2.patch,NONE,1.1 k3d.spec,1.20,1.21

Denis Leroy (denis) fedora-extras-commits at redhat.com
Tue Apr 1 09:53:44 UTC 2008


Author: denis

Update of /cvs/pkgs/rpms/k3d/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3904

Modified Files:
	k3d.spec 
Added Files:
	k3d-0.6.7.0-sigc2.patch 
Log Message:
Added patch to fix sigc++ include headers

k3d-0.6.7.0-sigc2.patch:

--- NEW FILE k3d-0.6.7.0-sigc2.patch ---
--- k3d-0.6.7.0/k3dsdk/node.cpp~	2006-05-31 22:27:27.000000000 +0200
+++ k3d-0.6.7.0/k3dsdk/node.cpp	2008-04-01 11:32:56.000000000 +0200
@@ -26,6 +26,7 @@
 #include "iplugin_factory.h"
 #include "node.h"
 
+#include <sigc++/sigc++.h>
 #include <algorithm>
 #include <iostream>
 
--- k3d-0.6.7.0/k3dsdk/mesh_modifier.h~	2006-02-19 06:43:39.000000000 +0100
+++ k3d-0.6.7.0/k3dsdk/mesh_modifier.h	2008-04-01 11:32:52.000000000 +0200
@@ -27,6 +27,8 @@
 #include "imesh_source.h"
 #include "mesh.h"
 
+#include <sigc++/sigc++.h>
+
 namespace k3d
 {
 


Index: k3d.spec
===================================================================
RCS file: /cvs/pkgs/rpms/k3d/devel/k3d.spec,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- k3d.spec	16 Feb 2008 16:18:00 -0000	1.20
+++ k3d.spec	1 Apr 2008 09:53:03 -0000	1.21
@@ -12,6 +12,7 @@
 Patch1:         k3d-0.6.6.0-vfs.patch
 Patch2:         k3d-0.6.7.0-desktop.patch
 Patch3:         k3d-0.6.7.0-gcc43.patch
+Patch4:         k3d-0.6.7.0-sigc2.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 Requires:       aqsis
@@ -77,6 +78,7 @@
 %patch1 -p1 -b .vfs
 %patch2 -p1 -b .desktop
 %patch3 -p1 -b .gcc43
+%patch4 -p1 -b .sigc2
 
 
 %build
@@ -159,6 +161,9 @@
 
 
 %changelog
+* Tue Apr  1 2008 Denis Leroy <denis at poolshark.org> - 0.6.7.0-5
+- Added patch to fix sigc++ include headers
+
 * Sat Feb 16 2008 Denis Leroy <denis at poolshark.org> - 0.6.7.0-5
 - Added patch for gcc 4.3 rebuild
 




More information about the fedora-extras-commits mailing list