Accepting request 416608 from home:tumic:GPXSee

Version 2.17

OBS-URL: https://build.opensuse.org/request/show/416608
OBS-URL: https://build.opensuse.org/package/show/graphics/gpxsee?expand=0&rev=4
This commit is contained in:
Martin Tůma 2016-08-02 23:05:23 +00:00 committed by Git OBS Bridge
parent 3a210b063e
commit bbacfd5b15
6 changed files with 37 additions and 12 deletions

View File

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

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

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

View File

@ -1,3 +1,10 @@
gpxsee (2.17) stable; urgency=low
* Added waypoint/track info tooltips.
* Improved POI handling.
-- Martin Tuma <tumic@cbox.cz> Wed, 03 Aug 2016 00:39:12 +0200
gpxsee (2.16) stable; urgency=high
* Fixed infinite download loop on HTTP redirects (and broken images).

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Wed Aug 3 00:39:28 CEST 2016 - tumic@cbox.cz
- Update to version 2.17
* Added waypoint/track info tooltips.
* Improved POI handling.
-------------------------------------------------------------------
Thu Jun 16 21:29:46 CEST 2016 - tumic@cbox.cz

View File

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

View File

@ -19,7 +19,7 @@
# See also http://en.opensuse.org/openSUSE:Specfile_guidelines
Name: gpxsee
Version: 2.16
Version: 2.17
Release: 1
Summary: GPX visualizing and analyzing tool
License: GPL-3.0
@ -30,9 +30,17 @@ Source1: gpxsee.desktop
BuildRequires: gcc-c++
BuildRequires: make
%if 0%{?fedora} || 0%{?rhel_version} || 0%{?centos_version}
BuildRequires: libqt4-devel
%if 0%{?fedora_version}
%if 0%{?fedora_version} >= 24
BuildRequires: qt5-qtbase
BuildRequires: qt5-qtbase-gui
BuildRequires: qt5-qtbase-devel
BuildRequires: qt5-linguist
%else
BuildRequires: libqt4-devel
%endif
%endif
%if 0%{?suse_version}
BuildRequires: libQt5Core-devel
BuildRequires: libQt5Gui-devel
BuildRequires: libQt5Widgets-devel
@ -40,6 +48,9 @@ BuildRequires: libQt5Network-devel
BuildRequires: libQt5PrintSupport-devel
BuildRequires: libqt5-linguist
%endif
%if 0%{?rhel_version} || 0%{?centos_version}
BuildRequires: libqt4-devel
%endif
%description
@ -49,12 +60,12 @@ GPXSee is a Qt based tool for visualizing and analyzing GPX files.
%setup -q -n GPXSee-%{version}
%build
%if 0%{?fedora} || 0%{?rhel_version} || 0%{?centos_version}
lrelease-qt4 gpxsee.pro
qmake-qt4 gpxsee.pro
%else
%if 0%{?fedora_version} >= 24 || 0%{?suse_version}
lrelease-qt5 gpxsee.pro
qmake-qt5 gpxsee.pro
%else
lrelease-qt4 gpxsee.pro
qmake-qt4 gpxsee.pro
%endif
make %{?_smp_mflags}
make clean