Accepting request 640445 from home:tumic:GPXSee
Version 6.1 OBS-URL: https://build.opensuse.org/request/show/640445 OBS-URL: https://build.opensuse.org/package/show/graphics/gpxsee?expand=0&rev=95
This commit is contained in:
parent
6cf75c6060
commit
2b31b29f84
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:095f48a941309f6163d032ad7ddb3b267b87732b4a33c1b368befb5881ecedd3
|
||||
size 3846195
|
3
GPXSee-6.1.tar.gz
Normal file
3
GPXSee-6.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:bd023c970cc4d9072b50f87022e1e14a42ce4bdc96719a410bd54ec3b7368843
|
||||
size 3858510
|
2
PKGBUILD
2
PKGBUILD
@ -1,5 +1,5 @@
|
||||
pkgname=gpxsee
|
||||
pkgver=5.18
|
||||
pkgver=6.1
|
||||
pkgrel=1
|
||||
pkgdesc='GPS log files visualizing and analyzing tool'
|
||||
arch=('i686' 'x86_64')
|
||||
|
@ -1,3 +1,21 @@
|
||||
gpxsee (6.1) stable; urgency=low
|
||||
|
||||
* Fixed broken tiles rendering on OSM/TMS map borders (broken in
|
||||
5.18).
|
||||
* Fixed "enable HTTP2" configuration handling.
|
||||
* Added Norwegian localization.
|
||||
|
||||
-- Martin Tuma <tumic@cbox.cz> Sun, 07 Oct 2018 18:27:07 +0200
|
||||
|
||||
gpxsee (6.0) stable; urgency=low
|
||||
|
||||
* Added MBTiles maps support.
|
||||
* Added TMS maps support.
|
||||
* Added support for local file URLs (OSM, TMS, WMTS maps).
|
||||
* Minor bugfixes (localization, WMTS, date-line crossing).
|
||||
|
||||
-- Martin Tuma <tumic@cbox.cz> Sun, 23 Sep 2018 12:58:13 +0200
|
||||
|
||||
gpxsee (5.18) stable; urgency=low
|
||||
|
||||
* Made the HiDPI display mode (of non-HiDPI maps) configurable.
|
||||
|
@ -8,6 +8,7 @@ Homepage: http://www.gpxsee.org
|
||||
Package: gpxsee
|
||||
Architecture: any
|
||||
Depends: ${shlibs:Depends}
|
||||
Recommends: libqt5sql5-sqlite, qt5-image-formats-plugins
|
||||
Description: GPS log files visualizing and analyzing tool
|
||||
GPXSee is a Qt based tool for visualizing and analyzing GPX, TCX, FIT, KML, IGC, NMEA
|
||||
and Garmin CSV files.
|
||||
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.
|
||||
|
@ -1,3 +1,21 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Oct 7 18:20:41 CEST 2018 - tumic@cbox.cz
|
||||
|
||||
- Update to version 6.1
|
||||
* Fixed broken tiles rendering on OSM/TMS map borders (broken in
|
||||
5.18).
|
||||
* Fixed "enable HTTP2" configuration handling.
|
||||
* Added Norwegian localization.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Sep 23 12:47:50 CEST 2018 - tumic@cbox.cz
|
||||
|
||||
- Update to version 6.0
|
||||
* Added MBTiles maps support.
|
||||
* Added TMS maps support.
|
||||
* Added support for local file URLs (OSM, TMS, WMTS maps).
|
||||
* Minor bugfixes (localization, WMTS, date-line crossing).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Sep 15 16:42:41 CEST 2018 - tumic@cbox.cz
|
||||
|
||||
|
@ -1,9 +1,9 @@
|
||||
Format: 1.0
|
||||
Source: gpxsee
|
||||
Version: 5.18
|
||||
Version: 6.1
|
||||
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.18.tar.gz
|
||||
00000000000000000000000000000000 0 GPXSee-6.1.tar.gz
|
||||
|
@ -19,7 +19,7 @@
|
||||
# See also http://en.opensuse.org/openSUSE:Specfile_guidelines
|
||||
|
||||
Name: gpxsee
|
||||
Version: 5.18
|
||||
Version: 6.1
|
||||
Release: 1
|
||||
Summary: GPS log file visualization and analysis tool
|
||||
License: GPL-3.0-only
|
||||
@ -35,6 +35,7 @@ BuildRequires: qt5-qtbase
|
||||
BuildRequires: qt5-qtbase-gui
|
||||
BuildRequires: qt5-qtbase-devel
|
||||
BuildRequires: qt5-linguist
|
||||
Recommends: qt5-qtimageformats
|
||||
%else
|
||||
BuildRequires: libqt4-devel
|
||||
%endif
|
||||
@ -46,7 +47,10 @@ BuildRequires: libQt5Widgets-devel
|
||||
BuildRequires: libQt5Network-devel
|
||||
BuildRequires: libQt5PrintSupport-devel
|
||||
BuildRequires: libQt5OpenGL-devel
|
||||
BuildRequires: libQt5Sql-devel
|
||||
BuildRequires: libqt5-linguist
|
||||
Recommends: libQt5Sql5-sqlite
|
||||
Recommends: libqt5-qtimageformats
|
||||
%endif
|
||||
%if 0%{?rhel_version} || 0%{?centos_version}
|
||||
BuildRequires: libqt4-devel
|
||||
@ -55,7 +59,7 @@ BuildRequires: libqt4-devel
|
||||
|
||||
%description
|
||||
GPXSee is a Qt-based tool for visualizing and analyzing GPX, TCX, FIT, KML,
|
||||
IGC, NMEA, OziExplorer files and Garmin CSV files.
|
||||
IGC, NMEA, SLF, LOC, OziExplorer (PLT, RTE, WPT) and Garmin CSV files.
|
||||
|
||||
%prep
|
||||
%setup -q -n GPXSee-%{version}
|
||||
|
Loading…
Reference in New Issue
Block a user