Accepting request 983309 from home:jengelh:branches:Application:Geo
- Update to release 3.10.3 OBS-URL: https://build.opensuse.org/request/show/983309 OBS-URL: https://build.opensuse.org/package/show/Application:Geo/geos?expand=0&rev=45
This commit is contained in:
parent
752f6b148d
commit
c2e1c8c4a3
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:50bbc599ac386b4c2b3962dcc411f0040a61f204aaef4eba7225ecdd0cf45715
|
|
||||||
size 6714655
|
|
3
geos-3.10.3.tar.bz2
Normal file
3
geos-3.10.3.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:3c141b07d61958a758345d5f54e3c735834b2f4303edb9f67fb26914f0d44770
|
||||||
|
size 6720568
|
16
geos.changes
16
geos.changes
@ -1,3 +1,19 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jun 17 09:04:36 UTC 2022 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
- Rectify conflict dependencies (shlib transition from Nov 9 2015)
|
||||||
|
against old geos.
|
||||||
|
- Update to release 3.10.3
|
||||||
|
* VoronoiDiagramBuilder::setSites(const CoordinateSequence&)
|
||||||
|
returns sorted output now
|
||||||
|
* Add SnappingNoder seeding
|
||||||
|
* Fix segfault in Hausdorff distance with empty geometries
|
||||||
|
* Fix inf loop in PolygonTriangulator
|
||||||
|
* Fix IsValidOp to handle repeated node points
|
||||||
|
* Fix IsSimpleOp to handle closed LineStrings with repeated
|
||||||
|
endpoints
|
||||||
|
* Fix crash in GeometryNoder on empty input
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Mar 28 07:38:28 UTC 2022 - Martin Pluskal <mpluskal@suse.com>
|
Mon Mar 28 07:38:28 UTC 2022 - Martin Pluskal <mpluskal@suse.com>
|
||||||
|
|
||||||
|
17
geos.spec
17
geos.spec
@ -16,9 +16,9 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%define uver 3_10_2
|
%define uver 3_10_3
|
||||||
Name: geos
|
Name: geos
|
||||||
Version: 3.10.2
|
Version: 3.10.3
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Geometry Engine - Open Source
|
Summary: Geometry Engine - Open Source
|
||||||
License: LGPL-2.1-only
|
License: LGPL-2.1-only
|
||||||
@ -39,6 +39,8 @@ functions such as IsValid().
|
|||||||
%package -n libgeos%{uver}
|
%package -n libgeos%{uver}
|
||||||
Summary: Geometry Engine library
|
Summary: Geometry Engine library
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
|
# Old version was not conforming to SLPP
|
||||||
|
Conflicts: geos <= 3.5.0
|
||||||
|
|
||||||
%description -n libgeos%{uver}
|
%description -n libgeos%{uver}
|
||||||
GEOS (Geometry Engine - Open Source) is a C++ port of the Java Topology
|
GEOS (Geometry Engine - Open Source) is a C++ port of the Java Topology
|
||||||
@ -50,8 +52,7 @@ functions such as IsValid().
|
|||||||
%package -n libgeos_c1
|
%package -n libgeos_c1
|
||||||
Summary: C language interface for the GEOS library
|
Summary: C language interface for the GEOS library
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Provides: geos = %{version}-%{release}
|
Conflicts: geos <= 3.5.0
|
||||||
Obsoletes: geos < %{version}-%{release}
|
|
||||||
|
|
||||||
%description -n libgeos_c1
|
%description -n libgeos_c1
|
||||||
This subpackage contains a shared library providing a C linkage
|
This subpackage contains a shared library providing a C linkage
|
||||||
@ -60,9 +61,9 @@ interface for the (C++) GEOS library.
|
|||||||
%package devel
|
%package devel
|
||||||
Summary: Development files for GEOS
|
Summary: Development files for GEOS
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
Requires: libgeos%{uver} = %{version}
|
Requires: libgeos%{uver} = %{version}-%{release}
|
||||||
Requires: libgeos_c1 = %{version}
|
Requires: libgeos_c1 = %{version}-%{release}
|
||||||
Provides: lib%{name}-devel = %{version}
|
Provides: lib%{name}-devel = %{version}-%{release}
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
GEOS (Geometry Engine - Open Source) is a C++ port of the Java Topology
|
GEOS (Geometry Engine - Open Source) is a C++ port of the Java Topology
|
||||||
@ -75,7 +76,7 @@ This package contains the development files to build applications that
|
|||||||
use GEOS.
|
use GEOS.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%autosetup
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%cmake
|
%cmake
|
||||||
|
Loading…
x
Reference in New Issue
Block a user