From 9120b4d38da0321d47a832894301d8ebb57049579a15d633d5e3dee28b64bc4c Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Fri, 9 Dec 2016 14:55:54 +0000 Subject: [PATCH] Accepting request 445094 from home:bruno_friedmann:branches:Application:Geo - Updated to 3.5.1 Bug fixes / improvements + Fix CMake configuration to allow build from released sources package (#753) + Fix memory leaks in single-sided buffers (#747), PlanarGraph and tests + Fix GeometryEditor to correctly update factory of empty geometries (#749) + Fix snapping of last segment of a closed linestring (#758) + Fix memory exhaustion case in isvalid (#757) + Fix Windows build with Visual Studio 2008 (#766) + Fix incorrect return from prepared multipoint intersects (#764) + Fix build against GCC 3.5.0+ (#784) OBS-URL: https://build.opensuse.org/request/show/445094 OBS-URL: https://build.opensuse.org/package/show/Application:Geo/geos?expand=0&rev=15 --- geos-3.5.0.tar.bz2 | 3 --- geos-3.5.1.tar.bz2 | 3 +++ geos.changes | 16 ++++++++++++++++ geos.spec | 4 ++-- 4 files changed, 21 insertions(+), 5 deletions(-) delete mode 100644 geos-3.5.0.tar.bz2 create mode 100644 geos-3.5.1.tar.bz2 diff --git a/geos-3.5.0.tar.bz2 b/geos-3.5.0.tar.bz2 deleted file mode 100644 index 5117dc2..0000000 --- a/geos-3.5.0.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:49982b23bcfa64a53333dab136b82e25354edeb806e5a2e2f5b8aa98b1d0ae02 -size 1949397 diff --git a/geos-3.5.1.tar.bz2 b/geos-3.5.1.tar.bz2 new file mode 100644 index 0000000..40ca6ca --- /dev/null +++ b/geos-3.5.1.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6bb0a7ba0e142b1e952fae9d946b2b532fa05a5c384e458f7cb8990e1fcac32 +size 1930928 diff --git a/geos.changes b/geos.changes index df2f07e..b5a85fc 100644 --- a/geos.changes +++ b/geos.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Wed Dec 7 12:50:34 UTC 2016 - bruno@ioda-net.ch + +- Updated to 3.5.1 Bug fixes / improvements + + Fix CMake configuration to allow build from released sources + package (#753) + + Fix memory leaks in single-sided buffers (#747), PlanarGraph + and tests + + Fix GeometryEditor to correctly update factory of empty + geometries (#749) + + Fix snapping of last segment of a closed linestring (#758) + + Fix memory exhaustion case in isvalid (#757) + + Fix Windows build with Visual Studio 2008 (#766) + + Fix incorrect return from prepared multipoint intersects (#764) + + Fix build against GCC 3.5.0+ (#784) + ------------------------------------------------------------------- Fri Jun 24 09:28:19 UTC 2016 - mpluskal@suse.com diff --git a/geos.spec b/geos.spec index 639db59..aeacf56 100644 --- a/geos.spec +++ b/geos.spec @@ -16,9 +16,9 @@ # -%define uver 3_5_0 +%define uver 3_5_1 Name: geos -Version: 3.5.0 +Version: 3.5.1 Release: 0 Summary: Geometry Engine - Open Source License: LGPL-2.1