Dominique Leuenberger 2018-08-22 12:19:54 +00:00 committed by Git OBS Bridge
commit 1cacaf811c
7 changed files with 30 additions and 13 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:07ec899b660f52931886d68acbc0a065b70564cdfffeb0ee7646a5c6150f0d0d
size 3158898

3
GPXSee-5.17.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f43d581c562db9f9b68c735742fe5a3c3e9e49e3e82b24400988c38e7832ac82
size 3831253

View File

@ -1,5 +1,5 @@
pkgname=gpxsee
pkgver=5.16
pkgver=5.17
pkgrel=1
pkgdesc='GPS log files visualizing and analyzing tool'
arch=('i686' 'x86_64')

View File

@ -1,3 +1,11 @@
gpxsee (5.17) stable; urgency=low
* Added support for HiDPI/Retina displays & maps.
* Added support for SIGMA SPORT SLF files.
* Added support for Geocaching.com LOC files.
-- Martin Tuma <tumic@cbox.cz> Sat, 18 Aug 2018 21:54:50 +0200
gpxsee (5.16) stable; urgency=low
* Added statistics report.

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Sat Aug 18 21:50:36 CEST 2018 - tumic@cbox.cz
- Update to version 5.17
* Added support for HiDPI/Retina displays & maps.
* Added support for SIGMA SPORT SLF files.
* Added support for Geocaching.com LOC files.
-------------------------------------------------------------------
Wed Aug 8 13:06:37 UTC 2018 - jengelh@inai.de

View File

@ -1,9 +1,9 @@
Format: 1.0
Source: gpxsee
Version: 5.16
Version: 5.17
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.16.tar.gz
00000000000000000000000000000000 0 GPXSee-5.17.tar.gz

View File

@ -19,8 +19,8 @@
# See also http://en.opensuse.org/openSUSE:Specfile_guidelines
Name: gpxsee
Version: 5.16
Release: 0
Version: 5.17
Release: 1
Summary: GPS log file visualization and analysis tool
License: GPL-3.0-only
Group: Productivity/Graphics/Viewers
@ -31,10 +31,10 @@ BuildRequires: gcc-c++
BuildRequires: make
%if 0%{?fedora_version}
%if 0%{?fedora_version} >= 24
BuildRequires: qt5-linguist
BuildRequires: qt5-qtbase
BuildRequires: qt5-qtbase-devel
BuildRequires: qt5-qtbase-gui
BuildRequires: qt5-qtbase-devel
BuildRequires: qt5-linguist
%else
BuildRequires: libqt4-devel
%endif
@ -42,16 +42,17 @@ BuildRequires: libqt4-devel
%if 0%{?suse_version}
BuildRequires: libQt5Core-devel
BuildRequires: libQt5Gui-devel
BuildRequires: libQt5Network-devel
BuildRequires: libQt5OpenGL-devel
BuildRequires: libQt5PrintSupport-devel
BuildRequires: libQt5Widgets-devel
BuildRequires: libQt5Network-devel
BuildRequires: libQt5PrintSupport-devel
BuildRequires: libQt5OpenGL-devel
BuildRequires: libqt5-linguist
%endif
%if 0%{?rhel_version} || 0%{?centos_version}
BuildRequires: libqt4-devel
%endif
%description
GPXSee is a Qt-based tool for visualizing and analyzing GPX, TCX, FIT, KML,
IGC, NMEA, OziExplorer files and Garmin CSV files.