From 25e8e69286e5fa9253a080b810b2383f516eac45 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Devrim=20G=C3=9CND=C3=9CZ?= Date: Sun, 20 Dec 2009 00:10:04 +0000 Subject: [PATCH] Update to 3.2.0 --- .cvsignore | 2 +- geos.spec | 11 +++++++---- sources | 2 +- 3 files changed, 9 insertions(+), 6 deletions(-) diff --git a/.cvsignore b/.cvsignore index 867fbdb..58eab7b 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -geos-3.2.0rc3.tar.bz2 +geos-3.2.0.tar.bz2 diff --git a/geos.spec b/geos.spec index 9d98b85..c6be109 100644 --- a/geos.spec +++ b/geos.spec @@ -1,12 +1,12 @@ Name: geos Version: 3.2.0 -Release: rc3_1%{?dist}.1 +Release: 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}rc3.tar.bz2 +Source0: http://download.osgeo.org/%{name}/%{name}-%{version}.tar.bz2 Patch0: geos-gcc43.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: doxygen libtool @@ -59,7 +59,7 @@ Ruby module to build applications using GEOS and ruby %endif %prep -%setup -q -n %{name}-%{version}rc3 +%setup -q %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}rc3.so +%{_libdir}/libgeos-%{version}.so %{_libdir}/libgeos_c.so.* %exclude %{_libdir}/*.a @@ -137,6 +137,9 @@ rm -rf %{buildroot} %endif %changelog +* Sun Dec 20 2009 Devrim GUNDUZ - 3.2.0-1 +- Update to 3.2.0 + * Thu Dec 03 2009 Devrim GÜNDÜZ - 3.2.0-rc3_1.1 - Fix spec (dep error). diff --git a/sources b/sources index 53c311f..b636d21 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -13cf215971f379b587b90025a405ee1e geos-3.2.0rc3.tar.bz2 +bfad7129680f0107b6ca9a2b92a2c440 geos-3.2.0.tar.bz2