Accepting request 913887 from home:tumic:GPXSee
Version 9.5 OBS-URL: https://build.opensuse.org/request/show/913887 OBS-URL: https://build.opensuse.org/package/show/graphics/gpxsee?expand=0&rev=173
This commit is contained in:
parent
5cedea64b9
commit
87732d33f4
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:75f58e900e4ca7cc01e23e4e14823e1ad6e69aadf5f517e36b1cf9296eefecf6
|
||||
size 4439590
|
3
GPXSee-9.5.tar.gz
Normal file
3
GPXSee-9.5.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:557f48c314a9ad536e7a05c808a39f47d5945df929e973dcd95fb48913622090
|
||||
size 4708913
|
2
PKGBUILD
2
PKGBUILD
@ -1,5 +1,5 @@
|
||||
pkgname=gpxsee
|
||||
pkgver=9.4
|
||||
pkgver=9.5
|
||||
pkgrel=1
|
||||
pkgdesc='GPS log files visualizing and analyzing tool'
|
||||
arch=('i686' 'x86_64')
|
||||
|
@ -1,3 +1,10 @@
|
||||
gpxsee (9.5) stable; urgency=low
|
||||
|
||||
* Added support for ONmove (Decathlon) watch log files.
|
||||
* Fixed/improved IMG labels handling.
|
||||
|
||||
-- Martin Tuma <tumic@cbox.cz> Sun, 22 Aug 2021 17:56:58 +0200
|
||||
|
||||
gpxsee (9.4) stable; urgency=low
|
||||
|
||||
* Rotate JPEG thumbnails according to EXIF data.
|
||||
|
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Aug 22 17:53:18 CEST 2021 - tumic@cbox.cz
|
||||
|
||||
- Update to version 9.5
|
||||
* Added support for ONmove (Decathlon) watch log files.
|
||||
* Fixed/improved IMG labels handling.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Aug 8 14:33:15 CEST 2021 - tumic@cbox.cz
|
||||
|
||||
|
@ -1,9 +1,9 @@
|
||||
Format: 1.0
|
||||
Source: gpxsee
|
||||
Version: 9.4-1
|
||||
Version: 9.5-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.4.tar.gz
|
||||
00000000000000000000000000000000 0 GPXSee-9.5.tar.gz
|
||||
|
@ -19,7 +19,7 @@
|
||||
# See also http://en.opensuse.org/openSUSE:Specfile_guidelines
|
||||
|
||||
Name: gpxsee
|
||||
Version: 9.4
|
||||
Version: 9.5
|
||||
Release: 1
|
||||
Summary: GPS log file visualization and analysis tool
|
||||
License: GPL-3.0-only
|
||||
@ -78,7 +78,7 @@ Recommends: libqt5-qtpbfimageformat
|
||||
%description
|
||||
GPXSee is a Qt-based tool for visualizing and analyzing GPX, TCX, FIT, KML,
|
||||
IGC, CUP, NMEA, SLF, SML, LOC, OziExplorer (PLT, RTE, WPT), Garmin GPI&CSV,
|
||||
TomTom OV2&ITN and geotagged JPEG files.
|
||||
TomTom OV2&ITN, ONmove OMD/GHP and geotagged JPEG files.
|
||||
|
||||
%prep
|
||||
%setup -q -n GPXSee-%{version}
|
||||
|
Loading…
Reference in New Issue
Block a user