Accepting request 724547 from graphics
OBS-URL: https://build.opensuse.org/request/show/724547 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gpxsee?expand=0&rev=48
This commit is contained in:
commit
adb451ea71
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:6c1930d083a2e8bdeedbeaa7bf71029661be9b8f36bc54c7bc7b2e557363c329
|
|
||||||
size 4350663
|
|
3
GPXSee-7.12.tar.gz
Normal file
3
GPXSee-7.12.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:4241774afce3b7b19e669c03c46f8eec90d7f9e07e34af7c7c2cdcb0805af080
|
||||||
|
size 4688060
|
2
PKGBUILD
2
PKGBUILD
@ -1,5 +1,5 @@
|
|||||||
pkgname=gpxsee
|
pkgname=gpxsee
|
||||||
pkgver=7.11
|
pkgver=7.12
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc='GPS log files visualizing and analyzing tool'
|
pkgdesc='GPS log files visualizing and analyzing tool'
|
||||||
arch=('i686' 'x86_64')
|
arch=('i686' 'x86_64')
|
||||||
|
@ -1,3 +1,11 @@
|
|||||||
|
gpxsee (7.12) stable; urgency=low
|
||||||
|
|
||||||
|
* Added support for SeeYou CUP files.
|
||||||
|
* Added support for Geographic 2D projection in vector maps.
|
||||||
|
* Fixed lat/lon reference parsing in big endian EXIF entries.
|
||||||
|
|
||||||
|
-- Martin Tuma <tumic@cbox.cz> Sat, 17 Aug 2019 22:24:57 +0200
|
||||||
|
|
||||||
gpxsee (7.11) stable; urgency=low
|
gpxsee (7.11) stable; urgency=low
|
||||||
|
|
||||||
* Improved IMG maps loading performance and memory footprint.
|
* Improved IMG maps loading performance and memory footprint.
|
||||||
|
@ -11,4 +11,4 @@ Depends: ${shlibs:Depends}
|
|||||||
Recommends: libqt5sql5-sqlite, qt5-image-formats-plugins
|
Recommends: libqt5sql5-sqlite, qt5-image-formats-plugins
|
||||||
Description: GPS log files visualizing and analyzing tool
|
Description: GPS log files visualizing and analyzing tool
|
||||||
GPXSee is a Qt based tool for visualizing and analyzing GPX, TCX, FIT, KML, IGC, NMEA,
|
GPXSee is a Qt based tool for visualizing and analyzing GPX, TCX, FIT, KML, IGC, NMEA,
|
||||||
SLF, LOC, OziExplorer (PLT, RTE, WPT) and Garmin CSV files.
|
SLF, LOC, OziExplorer (PLT, RTE, WPT), CUP, Garmin CSV and geotagged JPEG files.
|
||||||
|
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Aug 17 22:20:31 CEST 2019 - tumic@cbox.cz
|
||||||
|
|
||||||
|
- Update to version 7.12
|
||||||
|
* Added support for SeeYou CUP files.
|
||||||
|
* Added support for Geographic 2D projection in vector maps.
|
||||||
|
* Fixed lat/lon reference parsing in big endian EXIF entries.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jul 18 21:31:34 CEST 2019 - tumic@cbox.cz
|
Thu Jul 18 21:31:34 CEST 2019 - tumic@cbox.cz
|
||||||
|
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
Format: 1.0
|
Format: 1.0
|
||||||
Source: gpxsee
|
Source: gpxsee
|
||||||
Version: 7.11
|
Version: 7.12
|
||||||
Binary: gpxsee
|
Binary: gpxsee
|
||||||
Maintainer: Martin Tuma <tumic@cbox.cz>
|
Maintainer: Martin Tuma <tumic@cbox.cz>
|
||||||
Architecture: any
|
Architecture: any
|
||||||
Build-Depends: debhelper (>= 9), qtbase5-dev, qtbase5-dev-tools, qt5-qmake, qttools5-dev-tools, libqt5opengl5-dev
|
Build-Depends: debhelper (>= 9), qtbase5-dev, qtbase5-dev-tools, qt5-qmake, qttools5-dev-tools, libqt5opengl5-dev
|
||||||
Files:
|
Files:
|
||||||
00000000000000000000000000000000 0 GPXSee-7.11.tar.gz
|
00000000000000000000000000000000 0 GPXSee-7.12.tar.gz
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
# See also http://en.opensuse.org/openSUSE:Specfile_guidelines
|
# See also http://en.opensuse.org/openSUSE:Specfile_guidelines
|
||||||
|
|
||||||
Name: gpxsee
|
Name: gpxsee
|
||||||
Version: 7.11
|
Version: 7.12
|
||||||
Release: 1
|
Release: 1
|
||||||
Summary: GPS log file visualization and analysis tool
|
Summary: GPS log file visualization and analysis tool
|
||||||
License: GPL-3.0-only
|
License: GPL-3.0-only
|
||||||
@ -73,7 +73,7 @@ Recommends: libqt5-qtpbfimageformat
|
|||||||
|
|
||||||
%description
|
%description
|
||||||
GPXSee is a Qt-based tool for visualizing and analyzing GPX, TCX, FIT, KML,
|
GPXSee is a Qt-based tool for visualizing and analyzing GPX, TCX, FIT, KML,
|
||||||
IGC, NMEA, SLF, LOC, OziExplorer (PLT, RTE, WPT), Garmin CSV and geotagged
|
IGC, CUP, NMEA, SLF, LOC, OziExplorer (PLT, RTE, WPT), Garmin CSV and geotagged
|
||||||
JPEG files.
|
JPEG files.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
|
Loading…
x
Reference in New Issue
Block a user