Accepting request 630383 from home:tumic:GPXSee
Version 5.17 OBS-URL: https://build.opensuse.org/request/show/630383 OBS-URL: https://build.opensuse.org/package/show/graphics/gpxsee?expand=0&rev=90
This commit is contained in:
parent
b136759a4d
commit
5c41eed180
@ -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
|
||||
pkgver=5.16
|
||||
pkgver=5.17
|
||||
pkgrel=1
|
||||
pkgdesc='GPS log files visualizing and analyzing tool'
|
||||
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
|
||||
|
||||
* Added statistics report.
|
||||
|
@ -1,7 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 8 13:06:37 UTC 2018 - jengelh@inai.de
|
||||
Sat Aug 18 21:50:36 CEST 2018 - tumic@cbox.cz
|
||||
|
||||
- Fixup grammar of summary.
|
||||
- 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 00:38:35 CEST 2018 - tumic@cbox.cz
|
||||
|
@ -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
|
||||
|
21
gpxsee.spec
21
gpxsee.spec
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package gpxsee
|
||||
#
|
||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -19,10 +19,10 @@
|
||||
# See also http://en.opensuse.org/openSUSE:Specfile_guidelines
|
||||
|
||||
Name: gpxsee
|
||||
Version: 5.16
|
||||
Release: 0
|
||||
Summary: GPS log file visualization and analysis tool
|
||||
License: GPL-3.0-only
|
||||
Version: 5.17
|
||||
Release: 1
|
||||
Summary: GPS log files visualizing and analyzing tool
|
||||
License: GPL-3.0
|
||||
Group: Productivity/Graphics/Viewers
|
||||
Url: http://www.gpxsee.org
|
||||
Source0: GPXSee-%{version}.tar.gz
|
||||
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user