Update to 3.3.5

This commit is contained in:
Devrim GUNDUZ 2012-11-13 15:44:03 +00:00
parent 3ffcb899c0
commit 3ad8d926ae
3 changed files with 8 additions and 8 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
/geos-3.3.2.tar.bz2
/geos-3.3.5.tar.bz2

View File

@ -1,6 +1,6 @@
Name: geos
Version: 3.3.2
Release: 3%{?dist}
Version: 3.3.5
Release: 1%{?dist}
Summary: GEOS is a C++ port of the Java Topology Suite
Group: Applications/Engineering
@ -13,9 +13,7 @@ Patch1: geos-3.2.1-swig.patch
# Fixes SWIG interface for Ruby 1.9 compatibility.
# http://trac.osgeo.org/geos/ticket/379
Patch2: geos-3.3.2-ruby-19.patch
# Fixes PHP 5.4 build issues.
# http://trac.osgeo.org/geos/ticket/513
Patch3: geos-3.3.2-php-5.4.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: doxygen libtool
%if "%{?dist}" != ".el4"
@ -78,7 +76,6 @@ PHP module to build applications using GEOS and PHP
%setup -q
%patch0 -p0 -b .gcc43
%patch2 -p0 -b .ruby19
%patch3 -p0 -b .php54
%build
@ -171,6 +168,9 @@ rm -rf %{buildroot}
%endif
%changelog
* Tue Nov 13 2012 Devrim GUNDUZ <devrim@gunduz.org> - 3.3.5-1
- Update to 3.3.5
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.3.2-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild

View File

@ -1 +1 @@
5b7270c73fd1c516f368af8fd1962323 geos-3.3.2.tar.bz2
2ba61afb7fe2c5ddf642d82d7b16e75b geos-3.3.5.tar.bz2