- new stable bugfix

- fix another gcc43 header
This commit is contained in:
Balint Cristian 2008-10-17 08:07:57 +00:00
parent 98521d2916
commit d3058026a4
5 changed files with 20 additions and 4 deletions

View File

@ -1 +1 @@
geos-3.0.0.tar.bz2
geos-3.0.1.tar.bz2

View File

@ -175,3 +175,14 @@
// 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;

View File

@ -1,6 +1,6 @@
Name: geos
Version: 3.0.0
Release: 4%{?dist}
Version: 3.0.1
Release: 1%{?dist}
Summary: GEOS is a C++ port of the Java Topology Suite
Group: Applications/Engineering
@ -138,6 +138,10 @@ rm -rf $RPM_BUILD_ROOT
%endif
%changelog
* Fri Oct 17 2008 Balint Cristian <rezso@rdsor.ro> - 3.0.1-1
- new stable bugfix
- fix another gcc43 header
* Wed May 28 2008 Balint Cristian <rezso@rdsor.ro> - 3.0.0-4
- disable bindings for REL4

1
import.log Normal file
View File

@ -0,0 +1 @@
geos-3_0_1-1_fc10:HEAD:geos-3.0.1-1.fc10.src.rpm:1224230733

View File

@ -1 +1 @@
3f7940abee9fec69a9787878cd3ae771 geos-3.0.0.tar.bz2
f5afab72ae08435b953d48e2237693b6 geos-3.0.1.tar.bz2