diff --git a/GPXSee-5.13.tar.gz b/GPXSee-5.13.tar.gz deleted file mode 100644 index a371e04..0000000 --- a/GPXSee-5.13.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d1fce4cd096efea2b90864c67cf67a9126e82203bc7997200c462bd8d85468e2 -size 3058493 diff --git a/GPXSee-5.14.tar.gz b/GPXSee-5.14.tar.gz new file mode 100644 index 0000000..7b2e957 --- /dev/null +++ b/GPXSee-5.14.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:964bd7bc2a2498a8ab5e4a615e9d565f357c40d28c76651e7537311cab0e6170 +size 3155455 diff --git a/PKGBUILD b/PKGBUILD index d4a99a1..6047482 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,5 +1,5 @@ pkgname=gpxsee -pkgver=5.13 +pkgver=5.14 pkgrel=1 pkgdesc='GPS log files visualizing and analyzing tool' arch=('i686' 'x86_64') diff --git a/debian.changelog b/debian.changelog index 6b4deff..eb47c5e 100644 --- a/debian.changelog +++ b/debian.changelog @@ -1,3 +1,14 @@ +gpxsee (5.14) stable; urgency=low + + * Improved outlier detection (now based on acceleration rather + than speed) + * Fixed broken distance computation when outlier detection was + enabled. + * Added speed data source setting. + * Several minor bugfixes. + + -- Martin Tuma Sat, 23 Jun 2018 16:17:21 +0200 + gpxsee (5.13) stable; urgency=low * Fixed broken automatic loading of OziExplorer maps (introduced diff --git a/gpxsee.changes b/gpxsee.changes index 286e1c5..680e326 100644 --- a/gpxsee.changes +++ b/gpxsee.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Sat Jun 23 16:16:12 CEST 2018 - tumic@cbox.cz + +- Update to version 5.14 + * Improved outlier detection (now based on acceleration rather + than speed) + * Fixed broken distance computation when outlier detection was + enabled. + * Added speed data source setting. + * Several minor bugfixes. + ------------------------------------------------------------------- Tue May 29 22:09:25 CEST 2018 - tumic@cbox.cz diff --git a/gpxsee.dsc b/gpxsee.dsc index 9bc45c5..8726bd1 100644 --- a/gpxsee.dsc +++ b/gpxsee.dsc @@ -1,9 +1,9 @@ Format: 1.0 Source: gpxsee -Version: 5.13 +Version: 5.14 Binary: gpxsee Maintainer: Martin Tuma Architecture: any Build-Depends: debhelper (>= 9), qtbase5-dev, qtbase5-dev-tools, qt5-qmake, qttools5-dev-tools, libqt5opengl5-dev Files: - 00000000000000000000000000000000 0 GPXSee-5.13.tar.gz + 00000000000000000000000000000000 0 GPXSee-5.14.tar.gz diff --git a/gpxsee.spec b/gpxsee.spec index 5962c0e..b656cde 100644 --- a/gpxsee.spec +++ b/gpxsee.spec @@ -19,11 +19,11 @@ # See also http://en.opensuse.org/openSUSE:Specfile_guidelines Name: gpxsee -Version: 5.13 +Version: 5.14 Release: 1 Summary: GPS log files visualizing and analyzing tool License: GPL-3.0 -Group: Productivity/Graphics/Visualization +Group: Productivity/Graphics/Viewers Url: http://www.gpxsee.org Source0: GPXSee-%{version}.tar.gz