Accepting request 630708 from graphics
OBS-URL: https://build.opensuse.org/request/show/630708 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gpxsee?expand=0&rev=34
This commit is contained in:
commit
1cacaf811c
@ -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
3
GPXSee-5.17.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:f43d581c562db9f9b68c735742fe5a3c3e9e49e3e82b24400988c38e7832ac82
|
||||||
|
size 3831253
|
2
PKGBUILD
2
PKGBUILD
@ -1,5 +1,5 @@
|
|||||||
pkgname=gpxsee
|
pkgname=gpxsee
|
||||||
pkgver=5.16
|
pkgver=5.17
|
||||||
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 (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
|
gpxsee (5.16) stable; urgency=low
|
||||||
|
|
||||||
* Added statistics report.
|
* Added statistics report.
|
||||||
|
@ -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
|
Wed Aug 8 13:06:37 UTC 2018 - jengelh@inai.de
|
||||||
|
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
Format: 1.0
|
Format: 1.0
|
||||||
Source: gpxsee
|
Source: gpxsee
|
||||||
Version: 5.16
|
Version: 5.17
|
||||||
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-5.16.tar.gz
|
00000000000000000000000000000000 0 GPXSee-5.17.tar.gz
|
||||||
|
15
gpxsee.spec
15
gpxsee.spec
@ -19,8 +19,8 @@
|
|||||||
# See also http://en.opensuse.org/openSUSE:Specfile_guidelines
|
# See also http://en.opensuse.org/openSUSE:Specfile_guidelines
|
||||||
|
|
||||||
Name: gpxsee
|
Name: gpxsee
|
||||||
Version: 5.16
|
Version: 5.17
|
||||||
Release: 0
|
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
|
||||||
Group: Productivity/Graphics/Viewers
|
Group: Productivity/Graphics/Viewers
|
||||||
@ -31,10 +31,10 @@ BuildRequires: gcc-c++
|
|||||||
BuildRequires: make
|
BuildRequires: make
|
||||||
%if 0%{?fedora_version}
|
%if 0%{?fedora_version}
|
||||||
%if 0%{?fedora_version} >= 24
|
%if 0%{?fedora_version} >= 24
|
||||||
BuildRequires: qt5-linguist
|
|
||||||
BuildRequires: qt5-qtbase
|
BuildRequires: qt5-qtbase
|
||||||
BuildRequires: qt5-qtbase-devel
|
|
||||||
BuildRequires: qt5-qtbase-gui
|
BuildRequires: qt5-qtbase-gui
|
||||||
|
BuildRequires: qt5-qtbase-devel
|
||||||
|
BuildRequires: qt5-linguist
|
||||||
%else
|
%else
|
||||||
BuildRequires: libqt4-devel
|
BuildRequires: libqt4-devel
|
||||||
%endif
|
%endif
|
||||||
@ -42,16 +42,17 @@ BuildRequires: libqt4-devel
|
|||||||
%if 0%{?suse_version}
|
%if 0%{?suse_version}
|
||||||
BuildRequires: libQt5Core-devel
|
BuildRequires: libQt5Core-devel
|
||||||
BuildRequires: libQt5Gui-devel
|
BuildRequires: libQt5Gui-devel
|
||||||
BuildRequires: libQt5Network-devel
|
|
||||||
BuildRequires: libQt5OpenGL-devel
|
|
||||||
BuildRequires: libQt5PrintSupport-devel
|
|
||||||
BuildRequires: libQt5Widgets-devel
|
BuildRequires: libQt5Widgets-devel
|
||||||
|
BuildRequires: libQt5Network-devel
|
||||||
|
BuildRequires: libQt5PrintSupport-devel
|
||||||
|
BuildRequires: libQt5OpenGL-devel
|
||||||
BuildRequires: libqt5-linguist
|
BuildRequires: libqt5-linguist
|
||||||
%endif
|
%endif
|
||||||
%if 0%{?rhel_version} || 0%{?centos_version}
|
%if 0%{?rhel_version} || 0%{?centos_version}
|
||||||
BuildRequires: libqt4-devel
|
BuildRequires: libqt4-devel
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
|
||||||
%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, OziExplorer files and Garmin CSV files.
|
IGC, NMEA, OziExplorer files and Garmin CSV files.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user