From 5067b3ff67a7921c398bffae88963d9ebebb1029ebc8076c63e2dd883f6ba021 Mon Sep 17 00:00:00 2001 From: Angelos Tzotsos Date: Mon, 13 Nov 2017 13:38:36 +0000 Subject: [PATCH] Accepting request 541308 from home:Guillaume_G:branches:Application:Geo - 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) OBS-URL: https://build.opensuse.org/request/show/541308 OBS-URL: https://build.opensuse.org/package/show/Application:Geo/geos?expand=0&rev=23 --- geos-3.6.1.tar.bz2 | 3 --- geos-3.6.2.tar.bz2 | 3 +++ geos.changes | 16 ++++++++++++++++ geos.spec | 4 ++-- 4 files changed, 21 insertions(+), 5 deletions(-) delete mode 100644 geos-3.6.1.tar.bz2 create mode 100644 geos-3.6.2.tar.bz2 diff --git a/geos-3.6.1.tar.bz2 b/geos-3.6.1.tar.bz2 deleted file mode 100644 index c96bab9..0000000 --- a/geos-3.6.1.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4a2e4e3a7a09a7cfda3211d0f4a235d9fd3176ddf64bd8db14b4ead266189fc5 -size 1833434 diff --git a/geos-3.6.2.tar.bz2 b/geos-3.6.2.tar.bz2 new file mode 100644 index 0000000..5b0c456 --- /dev/null +++ b/geos-3.6.2.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:045a13df84d605a866602f6020fc6cbf8bf4c42fb50de237a08926e1d7d7652a +size 2030705 diff --git a/geos.changes b/geos.changes index a394696..dc41509 100644 --- a/geos.changes +++ b/geos.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +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 diff --git a/geos.spec b/geos.spec index a810eb0..bdfecb1 100644 --- a/geos.spec +++ b/geos.spec @@ -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