Update to 3.3.0
This commit is contained in:
parent
594aba40c6
commit
e1ad45f3ce
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
||||
geos-3.2.2.tar.bz2
|
||||
geos-3.3.0.tar.bz2
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user