[SCM] geos branch, master, updated. upstream/3.2.2-30-g04972d8

Francesco Paolo Lovergine frankie at debian.org
Wed May 25 16:04:41 UTC 2011


The following commit has been merged in the master branch:
commit 474de6c070023129ad5e543649c2d07193e913a8
Author: Francesco Paolo Lovergine <frankie at debian.org>
Date:   Tue May 24 18:16:40 2011 +0200

    Changed a bit patch order

diff --git a/debian/patches/Node.cpp b/debian/patches/Node.cpp
index 1f7876c..e858991 100644
--- a/debian/patches/Node.cpp
+++ b/debian/patches/Node.cpp
@@ -109,33 +109,3 @@ Index: geos/source/index/quadtree/Node.cpp
  	{
  		subnode[index] = createSubnode(index).release();
  	}
-Index: geos/source/index/bintree/Bintree.cpp
-===================================================================
---- geos.orig/source/index/bintree/Bintree.cpp	2011-05-24 17:54:40.000000000 +0200
-+++ geos/source/index/bintree/Bintree.cpp	2011-05-24 17:55:56.000000000 +0200
-@@ -67,14 +67,14 @@
- int
- Bintree::depth()
- {
--	if (root!=NULL) return root->depth();
-+	if (root!=std::NULL) return root->depth();
- 	return 0;
- }
- 
- int
- Bintree::size()
- {
--	if (root!=NULL) return root->size();
-+	if (root!=std::NULL) return root->size();
- 	return 0;
- }
- 
-@@ -86,7 +86,7 @@
- int
- Bintree::nodeSize()
- {
--	if (root!=NULL) return root->nodeSize();
-+	if (root!=std::NULL) return root->nodeSize();
- 	return 0;
- }
- 

-- 
Geometry engine for Geographic Information Systems



More information about the Pkg-grass-devel mailing list