Accepting request 711223 from home:tumic:GPXSee

Version 7.9

OBS-URL: https://build.opensuse.org/request/show/711223
OBS-URL: https://build.opensuse.org/package/show/graphics/gpxsee?expand=0&rev=114
This commit is contained in:
Martin Tůma 2019-06-20 21:47:07 +00:00 committed by Git OBS Bridge
parent 9348ec08a9
commit 2182ce5d38
7 changed files with 47 additions and 17 deletions

View File

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

3
GPXSee-7.9.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:32a1c94949f7221cac7b4c5d0c9935f844cd3ccba763f3b0b991594fe374375b
size 4347609

View File

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

View File

@ -1,3 +1,10 @@
gpxsee (7.9) stable; urgency=low
* Removed the annoying map view re-zooming on window resize.
* Improved POI handling and text rendering in IMG maps.
-- Martin Tuma <tumic@cbox.cz> Sat, 15 Jun 2019 22:44:41 +0200
gpxsee (7.8) stable; urgency=low
* Added support for QuadTiles maps.

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Sat Jun 15 22:36:58 CEST 2019 - tumic@cbox.cz
- Update to version 7.9
* Removed the annoying map view re-zooming on window resize.
* Improved POI handling and text rendering in IMG maps.
-------------------------------------------------------------------
Thu May 30 00:19:37 CEST 2019 - tumic@cbox.cz

View File

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

View File

@ -19,7 +19,7 @@
# See also http://en.opensuse.org/openSUSE:Specfile_guidelines
Name: gpxsee
Version: 7.8
Version: 7.9
Release: 1
Summary: GPS log file visualization and analysis tool
License: GPL-3.0-only
@ -30,7 +30,6 @@ Source0: GPXSee-%{version}.tar.gz
BuildRequires: gcc-c++
BuildRequires: make
%if 0%{?fedora_version}
%if 0%{?fedora_version} >= 24
BuildRequires: qt5-qtbase
BuildRequires: qt5-qtbase-gui
BuildRequires: qt5-qtbase-devel
@ -38,9 +37,6 @@ 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
@ -54,11 +50,26 @@ BuildRequires: libqt5-linguist
Recommends: libQt5Sql5-sqlite
Recommends: libqt5-qtimageformats
Recommends: libqt5-qtpbfimageformat
%endif
%else
%if 0%{?rhel_version} || 0%{?centos_version}
BuildRequires: libqt4-devel
%else
# Mageia
BuildRequires: libqt5core-devel
BuildRequires: libqt5gui-devel
BuildRequires: libqt5concurrent-devel
BuildRequires: libqt5widgets-devel
BuildRequires: libqt5network-devel
BuildRequires: libqt5printsupport-devel
BuildRequires: libqt5opengl-devel
BuildRequires: libqt5sql-devel
BuildRequires: qttools5
Recommends: qtimageformats5
Recommends: libqt5-database-plugin-sqlite
Recommends: libqt5-qtpbfimageformat
%endif
%endif
%endif
%description
GPXSee is a Qt-based tool for visualizing and analyzing GPX, TCX, FIT, KML,
@ -69,16 +80,21 @@ JPEG files.
%setup -q -n GPXSee-%{version}
%build
%if 0%{?fedora_version} >= 24
lrelease-qt5 gpxsee.pro
%{qmake_qt5} gpxsee.pro
%else
%if 0%{?suse_version}
lrelease-qt5 gpxsee.pro
%{qmake5} gpxsee.pro
%else
%if 0%{?fedora_version}
lrelease-qt5 gpxsee.pro
%{qmake_qt5} gpxsee.pro
%else
%if 0%{?rhel_version} || 0%{?centos_version}
lrelease-qt4 gpxsee.pro
qmake-qt4 PREFIX=/usr gpxsee.pro
%else
lrelease gpxsee.pro
%{qmake_qt5} gpxsee.pro
%endif
%endif
%endif
make %{?_smp_mflags}