Update to 3.3.0

This commit is contained in:
Devrim GÜNDÜZ 2011-06-01 05:50:23 +03:00
parent 594aba40c6
commit e1ad45f3ce
3 changed files with 7 additions and 6 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
geos-3.2.2.tar.bz2
geos-3.3.0.tar.bz2

View File

@ -1,5 +1,5 @@
Name: geos
Version: 3.2.2
Version: 3.3.0
Release: 1%{?dist}
Summary: GEOS is a C++ port of the Java Topology Suite
@ -10,7 +10,6 @@ Source0: http://download.osgeo.org/%{name}/%{name}-%{version}.tar.bz2
Patch0: geos-gcc43.patch
# fixed in upstream revision 3000
Patch1: geos-3.2.1-swig.patch
Patch2: geos-3.2.0-ARM.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: doxygen libtool
%if "%{?dist}" != ".el4"
@ -64,8 +63,6 @@ Ruby module to build applications using GEOS and ruby
%prep
%setup -q
%patch0 -p0 -b .gcc43
%patch1 -p1 -b .swig
%patch2 -p0
%build
@ -143,6 +140,10 @@ rm -rf %{buildroot}
%endif
%changelog
* Wed Jun 1 2011 Devrim GUNDUZ <devrim@gunduz.org> - 3.3.0-1
- Update to 3.3.0
- Remove 2 patches.
* Mon May 9 2011 Devrim GUNDUZ <devrim@gunduz.org> - 3.2.2-1
- Update to 3.2.2
- Add a patch to fix builds on ARM, per bz #682538

View File

@ -1 +1 @@
c5d264acac22fe7720f85dadc1fc17c6 geos-3.2.2.tar.bz2
3301f3d1d747b95749384b8a356b022a geos-3.3.0.tar.bz2