rpms/geos/devel .cvsignore, 1.5, 1.6 geos-gcc43.patch, 1.2, 1.3 geos.spec, 1.16, 1.17 import.log, 1.1, 1.2 sources, 1.5, 1.6

Balint Cristian rezso at fedoraproject.org
Sat Dec 6 15:42:51 UTC 2008


Author: rezso

Update of /cvs/pkgs/rpms/geos/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv5365/devel

Modified Files:
	.cvsignore geos-gcc43.patch geos.spec import.log sources 
Log Message:
- new upstream stable



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/geos/devel/.cvsignore,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- .cvsignore	17 Oct 2008 08:07:57 -0000	1.5
+++ .cvsignore	6 Dec 2008 15:42:17 -0000	1.6
@@ -1 +1 @@
-geos-3.0.1.tar.bz2
+geos-3.0.3.tar.bz2

geos-gcc43.patch:

Index: geos-gcc43.patch
===================================================================
RCS file: /cvs/pkgs/rpms/geos/devel/geos-gcc43.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- geos-gcc43.patch	17 Oct 2008 08:07:57 -0000	1.2
+++ geos-gcc43.patch	6 Dec 2008 15:42:18 -0000	1.3
@@ -1,188 +1,10 @@
---- source/index/quadtree/DoubleBits.cpp.orig	2008-04-20 14:38:13.000000000 +0300
-+++ source/index/quadtree/DoubleBits.cpp	2008-04-20 14:39:29.000000000 +0300
-@@ -21,7 +21,7 @@
- #include <geos/index/quadtree/DoubleBits.h>
- #include <geos/util/IllegalArgumentException.h>
- 
--#include <string>
-+#include <cstring>
- 
- #if __STDC_IEC_559__
- #define ASSUME_IEEE_DOUBLE 1
---- source/io/StringTokenizer.cpp.orig	2008-04-20 14:40:50.000000000 +0300
-+++ source/io/StringTokenizer.cpp	2008-04-20 14:41:56.000000000 +0300
-@@ -16,6 +16,7 @@
- 
- #include <geos/io/StringTokenizer.h>
- 
-+#include <cstdlib>
- #include <string>
- 
- using namespace std;
---- source/io/ByteOrderValues.cpp.orig	2008-04-20 14:43:01.000000000 +0300
-+++ source/io/ByteOrderValues.cpp	2008-04-20 14:43:25.000000000 +0300
-@@ -22,6 +22,7 @@
- #include <geos/util.h>
- 
- #include <cassert>
-+#include <cstring>
- 
- namespace geos {
- namespace io { // geos.io
---- source/noding/FastNodingValidator.cpp.orig	2008-04-20 14:45:05.000000000 +0300
-+++ source/noding/FastNodingValidator.cpp	2008-04-20 14:47:11.000000000 +0300
-@@ -17,12 +17,13 @@
-  *
-  **********************************************************************/
- 
--#include <geos/noding/FastNodingValidator.h>
-+
- #include <geos/noding/MCIndexNoder.h> // for checkInteriorIntersections()
- #include <geos/noding/SingleInteriorIntersectionFinder.h>
- #include <geos/util/TopologyException.h> // for checkValid()
- #include <geos/geom/Coordinate.h>
- #include <geos/io/WKTWriter.h> // for getErrorMessage()
-+#include <geos/noding/FastNodingValidator.h>
- 
- #include <string>
- #include <iostream>
---- source/headers/geos/noding/IntersectionAdder.h.orig	2008-04-20 14:51:53.000000000 +0300
-+++ source/headers/geos/noding/IntersectionAdder.h	2008-04-20 14:55:11.000000000 +0300
-@@ -19,6 +19,7 @@
- #include <vector>
- #include <iostream>
- #include <cmath> // for abs()
-+#include <cstdlib>
- 
- #include <geos/inline.h>
- 
---- source/operation/buffer/OffsetCurveSetBuilder.cpp.orig	2008-04-20 14:59:03.000000000 +0300
-+++ source/operation/buffer/OffsetCurveSetBuilder.cpp	2008-04-20 14:59:25.000000000 +0300
-@@ -37,6 +37,7 @@
- #include <geos/geomgraph/Label.h>
- #include <geos/noding/SegmentString.h>
- 
-+#include <typeinfo>
- #include <cmath>
- #include <vector>
- #include <memory>
---- source/operation/distance/ConnectedElementPointFilter.cpp.orig	2008-04-20 15:00:20.000000000 +0300
-+++ source/operation/distance/ConnectedElementPointFilter.cpp	2008-04-20 15:00:34.000000000 +0300
-@@ -19,6 +19,7 @@
- #include <geos/geom/LineString.h>
- #include <geos/geom/Polygon.h>
- 
-+#include <typeinfo>
- #include <vector>
- 
- using namespace std;
---- source/planargraph/DirectedEdge.cpp.orig	2008-04-20 15:02:04.000000000 +0300
-+++ source/planargraph/DirectedEdge.cpp	2008-04-20 15:02:19.000000000 +0300
-@@ -18,6 +18,7 @@
- #include <geos/geomgraph/Quadrant.h>
- #include <geos/algorithm/CGAlgorithms.h>
- 
-+#include <typeinfo>
- #include <cmath>
- #include <sstream>
- #include <vector>
---- source/geomgraph/EdgeNodingValidator.cpp.orig	2008-04-20 15:03:37.000000000 +0300
-+++ source/geomgraph/EdgeNodingValidator.cpp	2008-04-20 15:03:44.000000000 +0300
-@@ -18,10 +18,10 @@
- 
- #include <vector>
- 
-+#include <geos/geom/CoordinateSequence.h>
- #include <geos/geomgraph/EdgeNodingValidator.h>
- #include <geos/geomgraph/Edge.h>
- #include <geos/noding/SegmentString.h>
--#include <geos/geom/CoordinateSequence.h>
- 
- using namespace std;
- using namespace geos::noding;
---- source/geomgraph/GeometryGraph.cpp.orig	2008-04-20 15:04:36.000000000 +0300
-+++ source/geomgraph/GeometryGraph.cpp	2008-04-20 15:04:50.000000000 +0300
-@@ -42,6 +42,7 @@
- 
- #include <geos/inline.h>
- 
-+#include <typeinfo>
- #include <vector>
- #include <memory> // auto_ptr
- #include <cassert>
---- source/precision/SimpleGeometryPrecisionReducer.cpp.orig	2008-04-20 15:05:36.000000000 +0300
-+++ source/precision/SimpleGeometryPrecisionReducer.cpp	2008-04-20 15:05:47.000000000 +0300
-@@ -29,6 +29,7 @@
- #include <geos/geom/LineString.h>
- #include <geos/geom/LinearRing.h>
- 
-+#include <typeinfo>
- #include <vector>
- 
- using namespace std;
---- doc/example.cpp.orig	2008-04-20 15:06:43.000000000 +0300
-+++ doc/example.cpp	2008-04-20 15:07:38.000000000 +0300
-@@ -28,6 +28,7 @@
-  *
-  **********************************************************************/
- 
-+#include <cstdlib>
- #include <vector>
- #include <sstream>
+--- tests/unit/geos_unit.cpp.orig	2008-12-06 17:10:41.000000000 +0200
++++ tests/unit/geos_unit.cpp	2008-12-06 17:11:04.000000000 +0200
+@@ -12,6 +12,7 @@
  #include <iomanip>
---- tests/bigtest/TestSweepLineSpeed.cpp.orig	2008-04-20 15:09:01.000000000 +0300
-+++ tests/bigtest/TestSweepLineSpeed.cpp	2008-04-20 15:09:26.000000000 +0300
-@@ -88,7 +88,7 @@
- //	cout << "n Pts: " << nPts << "   Executed in " << totalTime << endl;
- }
- 
--int main(int /* argC */, char* /* argV[] */) {
-+int main(int /* argC */, char** /* argV[] */) {
- 
- 	GeometryFactory *fact=new GeometryFactory();
- 
---- tests/xmltester/XMLTester.cpp.orig	2008-04-20 15:10:47.000000000 +0300
-+++ tests/xmltester/XMLTester.cpp	2008-04-20 15:16:59.000000000 +0300
-@@ -16,6 +16,7 @@
- 
- //#define _CRTDBG_MAP_ALLOC
- //#include <stdlib.h>
-+#include <cstring>
- #ifdef _MSC_VER
- #include <crtdbg.h>
- #endif
---- tests/xmltester/markup/MarkupSTL.cpp.orig	2008-04-20 15:17:52.000000000 +0300
-+++ tests/xmltester/markup/MarkupSTL.cpp	2008-04-20 15:19:43.000000000 +0300
-@@ -8,8 +8,9 @@
- // Use in commercial applications requires written permission
- // This software is provided "as is", with no warranty.
- 
--#include "MarkupSTL.h"
-+#include <string.h>
- #include <stdio.h>
-+#include "MarkupSTL.h"
- 
- using namespace std;
- 
---- tests/unit/geos_unit.cpp.orig	2008-04-20 16:51:51.000000000 +0300
-+++ tests/unit/geos_unit.cpp	2008-04-20 16:52:14.000000000 +0300
-@@ -4,6 +4,8 @@
- #endif
- #endif
- 
-+#include <cstdlib>
-+
- // TUT
- #include <tut.h>
- #include <tut_reporter.h>
---- source/io/CLocalizer.cpp.orig	2008-10-17 10:45:38.000000000 +0300
-+++ source/io/CLocalizer.cpp	2008-10-17 10:49:28.000000000 +0300
-@@ -1,6 +1,8 @@
- #include <geos/io/CLocalizer.h>
- 
- #include <string>
-+#include <cstring>
-+#include <cstdlib>
- 
- using namespace std;
+ // GEOS
+ #include <geos/unload.h>
++#include <stdlib.h>
  
+ namespace tut
+ {


Index: geos.spec
===================================================================
RCS file: /cvs/pkgs/rpms/geos/devel/geos.spec,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- geos.spec	29 Nov 2008 16:37:01 -0000	1.16
+++ geos.spec	6 Dec 2008 15:42:18 -0000	1.17
@@ -1,6 +1,6 @@
 Name: geos
-Version: 3.0.1
-Release: 2%{?dist}
+Version: 3.0.3
+Release: 1%{?dist}
 Summary: GEOS is a C++ port of the Java Topology Suite
 
 Group: Applications/Engineering
@@ -138,6 +138,9 @@
 %endif
 
 %changelog
+* Sat Dec 06 2008 Balint Cristian <rezso at rdsor.ro> - 3.0.3-1
+- new upstream stable
+
 * Sat Nov 29 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm at gmail.com> - 3.0.1-2
 - Rebuild for Python 2.6
 


Index: import.log
===================================================================
RCS file: /cvs/pkgs/rpms/geos/devel/import.log,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- import.log	17 Oct 2008 08:07:57 -0000	1.1
+++ import.log	6 Dec 2008 15:42:18 -0000	1.2
@@ -1 +1,2 @@
 geos-3_0_1-1_fc10:HEAD:geos-3.0.1-1.fc10.src.rpm:1224230733
+geos-3_0_3-1_fc11:HEAD:geos-3.0.3-1.fc11.src.rpm:1228578104


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/geos/devel/sources,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- sources	17 Oct 2008 08:07:57 -0000	1.5
+++ sources	6 Dec 2008 15:42:18 -0000	1.6
@@ -1 +1 @@
-f5afab72ae08435b953d48e2237693b6  geos-3.0.1.tar.bz2
+c6a1f4d82fa9219e7ee799c784347681  geos-3.0.3.tar.bz2




More information about the fedora-extras-commits mailing list