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:
Martin Tůma 2018-12-27 10:42:19 +00:00 committed by Git OBS Bridge
parent ed95227cc4
commit 3e1d095505
7 changed files with 29 additions and 8 deletions

View File

@ -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
View File

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

View File

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

View File

@ -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
* Fixed broken OSM maps non-default bounds handling.

View File

@ -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

View File

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

View File

@ -19,7 +19,7 @@
# See also http://en.opensuse.org/openSUSE:Specfile_guidelines
Name: gpxsee
Version: 6.3
Version: 7.0
Release: 1
Summary: GPS log file visualization and analysis tool
License: GPL-3.0-only
@ -36,12 +36,14 @@ BuildRequires: qt5-qtbase-gui
BuildRequires: qt5-qtbase-devel
BuildRequires: qt5-linguist
Recommends: qt5-qtimageformats
Recommends: qt5-qtpbfimageformat
%else
BuildRequires: libqt4-devel
%endif
%endif
%if 0%{?suse_version}
BuildRequires: libQt5Core-devel
BuildRequires: libQt5Concurrent-devel
BuildRequires: libQt5Gui-devel
BuildRequires: libQt5Widgets-devel
BuildRequires: libQt5Network-devel
@ -51,6 +53,7 @@ BuildRequires: libQt5Sql-devel
BuildRequires: libqt5-linguist
Recommends: libQt5Sql5-sqlite
Recommends: libqt5-qtimageformats
Recommends: libqt5-qtpbfimageformat
%endif
%if 0%{?rhel_version} || 0%{?centos_version}
BuildRequires: libqt4-devel
@ -71,7 +74,7 @@ lrelease-qt5 gpxsee.pro
%else
%if 0%{?suse_version}
lrelease-qt5 gpxsee.pro
qmake-qt5 gpxsee.pro
%{qmake5} gpxsee.pro
%else
lrelease-qt4 gpxsee.pro
qmake-qt4 gpxsee.pro