Accepting request 541502 from Application:Geo

- Update to version 3.6.2:

OBS-URL: https://build.opensuse.org/request/show/541502
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/geos?expand=0&rev=8
This commit is contained in:
Dominique Leuenberger 2017-11-16 13:01:37 +00:00 committed by Git OBS Bridge
commit baf460e895
4 changed files with 31 additions and 13 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4a2e4e3a7a09a7cfda3211d0f4a235d9fd3176ddf64bd8db14b4ead266189fc5
size 1833434

3
geos-3.6.2.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:045a13df84d605a866602f6020fc6cbf8bf4c42fb50de237a08926e1d7d7652a
size 2030705

View File

@ -1,3 +1,24 @@
-------------------------------------------------------------------
Mon Nov 13 14:29:28 UTC 2017 - mpluskal@suse.com
- Rename python subpackage
-------------------------------------------------------------------
Mon Nov 13 12:34:29 UTC 2017 - guillaume@opensuse.org
- Update to version 3.6.2:
* Bug fixes / improvements:
+ Fix exception in UnaryUnion of collection of touching polygons (#837)
+ Allow building against python 3 (#774)
+ Fix build with android-ndk and other compilers (#799)
+ Allows compiling with -Wpointer-bool-conversion (#638)
+ Fix unhandled exception on invalid fp operation (#811)
+ Fix overloaded virtual print in DirectedEdge* (#812)
+ AppVeyor CI build added (#813)
+ Clean up numerous MSVC warnings, notably C4275 and C4589 (#814)
+ Bump CMake version to 3.0.0 (#817)
+ Fix leaks in WKT parser (#830)
-------------------------------------------------------------------
Mon May 29 12:40:48 UTC 2017 - mpluskal@suse.com

View File

@ -16,9 +16,9 @@
#
%define uver 3_6_1
%define uver 3_6_2
Name: geos
Version: 3.6.1
Version: 3.6.2
Release: 0
Summary: Geometry Engine - Open Source
License: LGPL-2.1
@ -61,11 +61,13 @@ Obsoletes: geos < %{version}-%{release}
This subpackage contains a shared library providing a C linkage
interface for the (C++) GEOS library.
%package -n python-%{name}
%package -n python2-%{name}
Summary: Python bindings for Geometry Engine
Group: Development/Languages/Python
Provides: python-%{name} = %{version}
Obsoletes: python-%{name} < %{version}
%description -n python-%{name}
%description -n python2-%{name}
GEOS (Geometry Engine - Open Source) is a C++ port of the Java Topology
Suite (JTS). As such, it aims to contain the complete functionality of
JTS in C++. This includes all the OpenGIS "Simple Features for SQL" spatial
@ -136,28 +138,23 @@ find %{buildroot} -type f \( -name '*.a' -o -name '*.la' \) -delete -print
%postun -n libgeos_c1 -p /sbin/ldconfig
%files -n libgeos-%{uver}
%defattr(-,root,root)
%doc COPYING
%{_libdir}/libgeos-%{version}.so
%files -n libgeos_c1
%defattr(-,root,root)
%doc COPYING
%{_libdir}/libgeos_c.so.*
%files -n python-%{name}
%defattr(-,root,root)
%files -n python2-%{name}
%doc COPYING
%{python_sitelib}/*
%{python_sitearch}/*
%files -n ruby-%{name}
%defattr(-,root,root)
%doc COPYING
%{rb_vendorarchdir}/%{name}.so
%files devel
%defattr(-,root,root)
%doc AUTHORS COPYING NEWS README TODO
%{_mandir}/man1/%{name}-config.1%{ext_man}
%{_bindir}/%{name}-config