Accepting request 661644 from home:tumic:GPXSee
Version 7.0 OBS-URL: https://build.opensuse.org/request/show/661644 OBS-URL: https://build.opensuse.org/package/show/graphics/gpxsee?expand=0&rev=100
This commit is contained in:
parent
ed95227cc4
commit
3e1d095505
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:0650ac670b8beeba14e05c7b04dc60d4aa9f610dd6d4dd0a5507632a07602990
|
|
||||||
size 3861093
|
|
3
GPXSee-7.0.tar.gz
Normal file
3
GPXSee-7.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:6df9cb128f022b2f0be39387d00bf69c08e7d1b758e991d346c73831aa23ff9f
|
||||||
|
size 3868832
|
2
PKGBUILD
2
PKGBUILD
@ -1,5 +1,5 @@
|
|||||||
pkgname=gpxsee
|
pkgname=gpxsee
|
||||||
pkgver=6.3
|
pkgver=7.0
|
||||||
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,12 @@
|
|||||||
|
gpxsee (7.0) stable; urgency=low
|
||||||
|
|
||||||
|
* Added support for PBF vector maps (requires QtPbfImagePlugin).
|
||||||
|
* Changed user data/config paths locations.
|
||||||
|
* Added Turkish localization.
|
||||||
|
* Minor bug fixes (WMTS, graphs)
|
||||||
|
|
||||||
|
-- Martin Tuma <tumic@cbox.cz> Sat, 08 Dec 2018 12:29:37 +0100
|
||||||
|
|
||||||
gpxsee (6.3) stable; urgency=low
|
gpxsee (6.3) stable; urgency=low
|
||||||
|
|
||||||
* Fixed broken OSM maps non-default bounds handling.
|
* Fixed broken OSM maps non-default bounds handling.
|
||||||
|
@ -1,3 +1,12 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Dec 8 12:15:28 CET 2018 - tumic@cbox.cz
|
||||||
|
|
||||||
|
- Update to version 7.0
|
||||||
|
* Added support for PBF vector maps (requires QtPbfImagePlugin).
|
||||||
|
* Changed user data/config paths locations.
|
||||||
|
* Added Turkish localization.
|
||||||
|
* Minor bug fixes (WMTS, graphs)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Oct 13 21:23:27 CEST 2018 - tumic@cbox.cz
|
Sat Oct 13 21:23:27 CEST 2018 - tumic@cbox.cz
|
||||||
|
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
Format: 1.0
|
Format: 1.0
|
||||||
Source: gpxsee
|
Source: gpxsee
|
||||||
Version: 6.3
|
Version: 7.0
|
||||||
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-6.3.tar.gz
|
00000000000000000000000000000000 0 GPXSee-7.0.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: 6.3
|
Version: 7.0
|
||||||
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
|
||||||
@ -36,12 +36,14 @@ BuildRequires: qt5-qtbase-gui
|
|||||||
BuildRequires: qt5-qtbase-devel
|
BuildRequires: qt5-qtbase-devel
|
||||||
BuildRequires: qt5-linguist
|
BuildRequires: qt5-linguist
|
||||||
Recommends: qt5-qtimageformats
|
Recommends: qt5-qtimageformats
|
||||||
|
Recommends: qt5-qtpbfimageformat
|
||||||
%else
|
%else
|
||||||
BuildRequires: libqt4-devel
|
BuildRequires: libqt4-devel
|
||||||
%endif
|
%endif
|
||||||
%endif
|
%endif
|
||||||
%if 0%{?suse_version}
|
%if 0%{?suse_version}
|
||||||
BuildRequires: libQt5Core-devel
|
BuildRequires: libQt5Core-devel
|
||||||
|
BuildRequires: libQt5Concurrent-devel
|
||||||
BuildRequires: libQt5Gui-devel
|
BuildRequires: libQt5Gui-devel
|
||||||
BuildRequires: libQt5Widgets-devel
|
BuildRequires: libQt5Widgets-devel
|
||||||
BuildRequires: libQt5Network-devel
|
BuildRequires: libQt5Network-devel
|
||||||
@ -51,6 +53,7 @@ BuildRequires: libQt5Sql-devel
|
|||||||
BuildRequires: libqt5-linguist
|
BuildRequires: libqt5-linguist
|
||||||
Recommends: libQt5Sql5-sqlite
|
Recommends: libQt5Sql5-sqlite
|
||||||
Recommends: libqt5-qtimageformats
|
Recommends: libqt5-qtimageformats
|
||||||
|
Recommends: libqt5-qtpbfimageformat
|
||||||
%endif
|
%endif
|
||||||
%if 0%{?rhel_version} || 0%{?centos_version}
|
%if 0%{?rhel_version} || 0%{?centos_version}
|
||||||
BuildRequires: libqt4-devel
|
BuildRequires: libqt4-devel
|
||||||
@ -71,7 +74,7 @@ lrelease-qt5 gpxsee.pro
|
|||||||
%else
|
%else
|
||||||
%if 0%{?suse_version}
|
%if 0%{?suse_version}
|
||||||
lrelease-qt5 gpxsee.pro
|
lrelease-qt5 gpxsee.pro
|
||||||
qmake-qt5 gpxsee.pro
|
%{qmake5} gpxsee.pro
|
||||||
%else
|
%else
|
||||||
lrelease-qt4 gpxsee.pro
|
lrelease-qt4 gpxsee.pro
|
||||||
qmake-qt4 gpxsee.pro
|
qmake-qt4 gpxsee.pro
|
||||||
|
Loading…
Reference in New Issue
Block a user