Update to 3.2.0 rc3.

This commit is contained in:
Devrim GÜNDÜZ 2009-12-02 13:14:02 +00:00
parent fb99ab72f0
commit c38b476a8d
4 changed files with 21 additions and 20 deletions

View File

@ -1,3 +1 @@
geos-3.0.3.tar.bz2
geos-3.1.0.tar.bz2
geos-3.1.1.tar.bz2
geos-3.2.0rc3.tar.bz2

View File

@ -1,10 +1,10 @@
--- tests/unit/geos_unit.cpp.orig 2009-06-27 10:38:04.000000000 +0300
+++ tests/unit/geos_unit.cpp 2009-06-27 10:38:21.000000000 +0300
@@ -13,6 +13,7 @@
#include <cstdlib>
// GEOS
--- tests/unit/geos_unit.cpp.old 2009-12-02 13:21:54.000000000 +0200
+++ tests/unit/geos_unit.cpp 2009-12-02 13:22:12.000000000 +0200
@@ -9,6 +9,7 @@
#include <tut_reporter.hpp>
// geos
#include <geos/unload.h>
+#include <stdlib.h>
namespace tut
{
// std
#include <cstdlib>
#include <iomanip>

View File

@ -1,12 +1,12 @@
Name: geos
Version: 3.1.1
Release: 2%{?dist}
Version: 3.2.0
Release: rc3_1%{?dist}
Summary: GEOS is a C++ port of the Java Topology Suite
Group: Applications/Engineering
License: LGPLv2
URL: http://trac.osgeo.org/geos/
Source0: http://download.osgeo.org/%{name}/%{name}-%{version}.tar.bz2
Source0: http://download.osgeo.org/%{name}/%{name}-%{version}rc3.tar.bz2
Patch0: geos-gcc43.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: doxygen libtool
@ -28,7 +28,7 @@ functions such as IsValid()
%package devel
Summary: Development files for GEOS
Group: Development/Libraries
Requires: %{name} = %{version}-%{release}
Requires: %{name} = %{version}rc3-%{release}
%description devel
GEOS (Geometry Engine - Open Source) is a C++ port of the Java Topology
@ -44,7 +44,7 @@ use GEOS
%package python
Summary: Python modules for GEOS
Group: Development/Libraries
Requires: %{name} = %{version}-%{release}
Requires: %{name} = %{version}rc3-%{release}
%description python
Python module to build applications using GEOS and python
@ -52,14 +52,14 @@ Python module to build applications using GEOS and python
%package ruby
Summary: Ruby modules for GEOS
Group: Development/Libraries
Requires: %{name} = %{version}-%{release}
Requires: %{name} = %{version}rc3-%{release}
%description ruby
Ruby module to build applications using GEOS and ruby
%endif
%prep
%setup -q
%setup -q -n %{name}-%{version}rc3
%patch0 -p0 -b .gcc43
%build
@ -104,7 +104,7 @@ rm -rf %{buildroot}
%files
%defattr(-,root,root,-)
%doc AUTHORS COPYING NEWS README TODO
%{_libdir}/libgeos-%{version}.so
%{_libdir}/libgeos-%{version}rc3.so
%{_libdir}/libgeos_c.so.*
%exclude %{_libdir}/*.a
@ -137,6 +137,9 @@ rm -rf %{buildroot}
%endif
%changelog
* Wed Dec 2 2009 Devrim GUNDUZ <devrim@gunduz.org> - 3.2.0rc3-1
- Update to 3.2.0 rc3
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.1.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild

View File

@ -1 +1 @@
196f4424aa4ef94476e6886d3a964fb6 geos-3.1.1.tar.bz2
13cf215971f379b587b90025a405ee1e geos-3.2.0rc3.tar.bz2