Accepting request 897010 from home:tumic:GPXSee
Version 9.1 OBS-URL: https://build.opensuse.org/request/show/897010 OBS-URL: https://build.opensuse.org/package/show/graphics/gpxsee?expand=0&rev=168
This commit is contained in:
parent
afc284412b
commit
f2e2b574a9
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:021ef80418783352216e5733a2e2cd56cfc46ceff88c24a477735d7e2c8d5cb9
|
||||
size 8538085
|
3
GPXSee-9.1.tar.gz
Normal file
3
GPXSee-9.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e872361fe0cb9edea88c90f826e7637360afefd71b12f5a89a92c68dfaa3fa00
|
||||
size 4295570
|
2
PKGBUILD
2
PKGBUILD
@ -1,5 +1,5 @@
|
||||
pkgname=gpxsee
|
||||
pkgver=9.0
|
||||
pkgver=9.1
|
||||
pkgrel=1
|
||||
pkgdesc='GPS log files visualizing and analyzing tool'
|
||||
arch=('i686' 'x86_64')
|
||||
|
@ -1,3 +1,12 @@
|
||||
gpxsee (9.1) stable; urgency=low
|
||||
|
||||
* Added support for TomTom OV2 and ITN files.
|
||||
* Various waypoint properties enhancements.
|
||||
* Mapsforge maps rendering fixes/improvements.
|
||||
* Some more minor fixes.
|
||||
|
||||
-- Martin Tuma <tumic@cbox.cz> Sat, 29 May 2021 10:43:54 +0200
|
||||
|
||||
gpxsee (9.0) stable; urgency=low
|
||||
|
||||
* Added support for Mapsforge maps.
|
||||
|
@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat May 29 10:32:56 CEST 2021 - tumic@cbox.cz
|
||||
|
||||
- Update to version 9.1
|
||||
* Added support for TomTom OV2 and ITN files.
|
||||
* Various waypoint properties enhancements.
|
||||
* Mapsforge maps rendering fixes/improvements.
|
||||
* Some more minor fixes.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 20 00:46:33 CEST 2021 - tumic@cbox.cz
|
||||
|
||||
|
@ -1,9 +1,9 @@
|
||||
Format: 1.0
|
||||
Source: gpxsee
|
||||
Version: 9.0-1
|
||||
Version: 9.1-1
|
||||
Binary: gpxsee
|
||||
Maintainer: Martin Tuma <tumic@cbox.cz>
|
||||
Architecture: any
|
||||
Build-Depends: debhelper (>= 9), qtbase5-dev, qtbase5-private-dev, qtbase5-dev-tools, qt5-qmake, qttools5-dev-tools, libqt5opengl5-dev
|
||||
Files:
|
||||
00000000000000000000000000000000 0 GPXSee-9.0.tar.gz
|
||||
00000000000000000000000000000000 0 GPXSee-9.1.tar.gz
|
||||
|
@ -19,7 +19,7 @@
|
||||
# See also http://en.opensuse.org/openSUSE:Specfile_guidelines
|
||||
|
||||
Name: gpxsee
|
||||
Version: 9.0
|
||||
Version: 9.1
|
||||
Release: 1
|
||||
Summary: GPS log file visualization and analysis tool
|
||||
License: GPL-3.0-only
|
||||
@ -77,8 +77,8 @@ Recommends: libqt5-qtpbfimageformat
|
||||
|
||||
%description
|
||||
GPXSee is a Qt-based tool for visualizing and analyzing GPX, TCX, FIT, KML,
|
||||
IGC, CUP, NMEA, SLF, LOC, OziExplorer (PLT, RTE, WPT), Garmin CSV and geotagged
|
||||
JPEG files.
|
||||
IGC, CUP, NMEA, SLF, SML, LOC, OziExplorer (PLT, RTE, WPT), Garmin GPI&CSV,
|
||||
TomTom OV2&ITN and geotagged JPEG files.
|
||||
|
||||
%prep
|
||||
%setup -q -n GPXSee-%{version}
|
||||
|
Loading…
Reference in New Issue
Block a user