Accepting request 618736 from home:tumic:GPXSee
Version 5.14 OBS-URL: https://build.opensuse.org/request/show/618736 OBS-URL: https://build.opensuse.org/package/show/graphics/gpxsee?expand=0&rev=82
This commit is contained in:
parent
4489519acb
commit
e758b41a75
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d1fce4cd096efea2b90864c67cf67a9126e82203bc7997200c462bd8d85468e2
|
||||
size 3058493
|
3
GPXSee-5.14.tar.gz
Normal file
3
GPXSee-5.14.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:964bd7bc2a2498a8ab5e4a615e9d565f357c40d28c76651e7537311cab0e6170
|
||||
size 3155455
|
2
PKGBUILD
2
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')
|
||||
|
@ -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 <tumic@cbox.cz> Sat, 23 Jun 2018 16:17:21 +0200
|
||||
|
||||
gpxsee (5.13) stable; urgency=low
|
||||
|
||||
* Fixed broken automatic loading of OziExplorer maps (introduced
|
||||
|
@ -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
|
||||
|
||||
|
@ -1,9 +1,9 @@
|
||||
Format: 1.0
|
||||
Source: gpxsee
|
||||
Version: 5.13
|
||||
Version: 5.14
|
||||
Binary: gpxsee
|
||||
Maintainer: Martin Tuma <tumic@cbox.cz>
|
||||
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
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user