Hello community,
here is the log from the commit of package octave-forge-mapping for
openSUSE:Factory checked in at 2020-02-22 19:06:49
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/octave-forge-mapping (Old)
and /work/SRC/openSUSE:Factory/.octave-forge-mapping.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "octave-forge-mapping"
Sat Feb 22 19:06:49 2020 rev:3 rq:777984 version:1.4.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/octave-forge-mapping/octave-forge-mapping.changes
2016-06-14 23:07:43.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.octave-forge-mapping.new.26092/octave-forge-mapping.changes
2020-02-22 19:07:01.690417122 +0100
@@ -1,0 +2,60 @@
+Thu Feb 20 15:28:05 UTC 2020 - Stefan BrĂ¼ns <[email protected]>
+
+- Update to version 1.4.0
+ * The mapping package now depends on the geometry and io packages. The
+ (suggested) dependency on the octclip package has been removed.
+ * The following functions are new in mapping 1.4.0:
+ aer2ecef aer2enu aer2geodetic aer2ned
+ axes2ecc antipode closePolygonParts deg2nm
+ deg2sm dxfdraw dxfparse dxfread
+ earthRadius ecc2flat ecc2n ecef2geodetic
+ enu2aer enu2uvw flat2ecc geodetic3ecef
+ geocentricLatitude geodeticLatitudeFromGeocentric
+ geodeticLatitudeFromParametric gmlread gpxread
+ isShapeMultipart kmlread kmzread
+ majaxis meridianarc minaxis n2ecc
+ parametricLatitude polycut rad2nm
+ rad2sm rasterclip rcurve
+ referenceEllipsoid utmzone wgs84Ellipsoid
+ * Bug fixes:
+ shapedraw.m: * Fix color arg. bug when drawing (poly)line
+ geometries.
+ * Restore input check order.
+ * Do not connect multipoint shapes.
+ shaperead.m: * Fix reading 'line' geometries.
+ * Ignore shapes with (almost) infinite
+ coordinates.
+ * Fix .shx file usage.
+ * Move file existence check to start of function.
+ * Fix reading MultiPoint shapefiles.
+ * Provision for absent M-values in M and Z
+ shapetypes.
+ * More robust input validation.
+ * Properly process BoundingBox limits.
+ * Fix incompatible dimensions bug when reading
+ Multipoint files.
+ * Fix reading selected attributes.
+ shapewrite.m: * Various fixes (credits to a.o., Martin Kunz,
+ M.Parkan).
+ * Properly write missing M-values.
+ * Fix OOM error when writing large Point type files.
+ * Fix and overhaul writing requested attributes.
+ Fixes for bug #53422:
+ * Unconditionally write .dbf file.
+ * Fix record lengths for all Point types.
+ * Fix XY coordinate write order for all Multipoint
+ types.
+ * Update .shx header as well.
+ rasterinfo.m: * Show nr. of bands and bounding box.
+ * Code improvements
+ shaperead.m: * Invoke the Clipper library for clipping polylines
+ and polygons, leading to much improved performance
+ when invoking the BoundingBox option together with
+ the Clip option. To use this feature the Octave-
+ Forge geometry package >= 4.0.0 must be installed
+ and loaded.
+ * New features
+ shapewrite.m: * Allow writing M & Z shape types (Matlab-
+ incompatible types, yet supported by Octave).
+
+-------------------------------------------------------------------
Old:
----
mapping-1.2.1.tar.gz
New:
----
mapping-1.4.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ octave-forge-mapping.spec ++++++
--- /var/tmp/diff_new_pack.gRfk8E/_old 2020-02-22 19:07:02.362418461 +0100
+++ /var/tmp/diff_new_pack.gRfk8E/_new 2020-02-22 19:07:02.366418469 +0100
@@ -1,7 +1,7 @@
#
# spec file for package octave-forge-mapping
#
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -12,30 +12,29 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
%define octpkg mapping
Name: octave-forge-%{octpkg}
-Version: 1.2.1
+Version: 1.4.0
Release: 0
Summary: Octave mapping functions
-License: GPL-3.0+
+License: GPL-3.0-or-later
Group: Productivity/Scientific/Math
-Url: http://octave.sourceforge.net
-Source0:
http://downloads.sourceforge.net/octave/%{octpkg}-%{version}.tar.gz
+URL: https://octave.sourceforge.io/%{octpkg}/index.html
+Source0:
https://downloads.sourceforge.net/octave/%{octpkg}-%{version}.tar.gz
BuildRequires: gcc-c++
BuildRequires: octave-devel
BuildRequires: pkg-config
BuildRequires: pkgconfig(gdal)
Requires: octave-cli >= 3.8.0
-Requires: octave-forge-geometry >= 1.4.0
+Requires: octave-forge-geometry >= 4.0.0
Requires: octave-forge-io >= 2.2.7
-Requires: octave-forge-octclip >= 1.0.3
%description
-Simple Mapping and GIS .shp file functions.
+Simple Mapping and GIS .shp, .dxf and raster file functions.
This is part of Octave-Forge project.
++++++ mapping-1.2.1.tar.gz -> mapping-1.4.0.tar.gz ++++++
++++ 8583 lines of diff (skipped)