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:
committed by
Git OBS Bridge
parent
3a210b063e
commit
bbacfd5b15
@@ -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
3
GPXSee-2.17.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:3a5841524408aea04db7b70864f4892b824e1bec1e66db0d42de78647e31b2da
|
||||||
|
size 216124
|
@@ -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
|
gpxsee (2.16) stable; urgency=high
|
||||||
|
|
||||||
* Fixed infinite download loop on HTTP redirects (and broken images).
|
* Fixed infinite download loop on HTTP redirects (and broken images).
|
||||||
|
@@ -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
|
Thu Jun 16 21:29:46 CEST 2016 - tumic@cbox.cz
|
||||||
|
|
||||||
|
@@ -1,9 +1,9 @@
|
|||||||
Format: 1.0
|
Format: 1.0
|
||||||
Source: gpxsee
|
Source: gpxsee
|
||||||
Version: 2.16
|
Version: 2.17
|
||||||
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
|
Build-Depends: debhelper (>= 9), qtbase5-dev, qtbase5-dev-tools, qt5-qmake, qttools5-dev-tools
|
||||||
Files:
|
Files:
|
||||||
00000000000000000000000000000000 0 GPXSee-2.16.tar.gz
|
00000000000000000000000000000000 0 GPXSee-2.17.tar.gz
|
||||||
|
25
gpxsee.spec
25
gpxsee.spec
@@ -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: 2.16
|
Version: 2.17
|
||||||
Release: 1
|
Release: 1
|
||||||
Summary: GPX visualizing and analyzing tool
|
Summary: GPX visualizing and analyzing tool
|
||||||
License: GPL-3.0
|
License: GPL-3.0
|
||||||
@@ -30,9 +30,17 @@ Source1: gpxsee.desktop
|
|||||||
|
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
BuildRequires: make
|
BuildRequires: make
|
||||||
%if 0%{?fedora} || 0%{?rhel_version} || 0%{?centos_version}
|
%if 0%{?fedora_version}
|
||||||
BuildRequires: libqt4-devel
|
%if 0%{?fedora_version} >= 24
|
||||||
|
BuildRequires: qt5-qtbase
|
||||||
|
BuildRequires: qt5-qtbase-gui
|
||||||
|
BuildRequires: qt5-qtbase-devel
|
||||||
|
BuildRequires: qt5-linguist
|
||||||
%else
|
%else
|
||||||
|
BuildRequires: libqt4-devel
|
||||||
|
%endif
|
||||||
|
%endif
|
||||||
|
%if 0%{?suse_version}
|
||||||
BuildRequires: libQt5Core-devel
|
BuildRequires: libQt5Core-devel
|
||||||
BuildRequires: libQt5Gui-devel
|
BuildRequires: libQt5Gui-devel
|
||||||
BuildRequires: libQt5Widgets-devel
|
BuildRequires: libQt5Widgets-devel
|
||||||
@@ -40,6 +48,9 @@ BuildRequires: libQt5Network-devel
|
|||||||
BuildRequires: libQt5PrintSupport-devel
|
BuildRequires: libQt5PrintSupport-devel
|
||||||
BuildRequires: libqt5-linguist
|
BuildRequires: libqt5-linguist
|
||||||
%endif
|
%endif
|
||||||
|
%if 0%{?rhel_version} || 0%{?centos_version}
|
||||||
|
BuildRequires: libqt4-devel
|
||||||
|
%endif
|
||||||
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@@ -49,12 +60,12 @@ GPXSee is a Qt based tool for visualizing and analyzing GPX files.
|
|||||||
%setup -q -n GPXSee-%{version}
|
%setup -q -n GPXSee-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%if 0%{?fedora} || 0%{?rhel_version} || 0%{?centos_version}
|
%if 0%{?fedora_version} >= 24 || 0%{?suse_version}
|
||||||
lrelease-qt4 gpxsee.pro
|
|
||||||
qmake-qt4 gpxsee.pro
|
|
||||||
%else
|
|
||||||
lrelease-qt5 gpxsee.pro
|
lrelease-qt5 gpxsee.pro
|
||||||
qmake-qt5 gpxsee.pro
|
qmake-qt5 gpxsee.pro
|
||||||
|
%else
|
||||||
|
lrelease-qt4 gpxsee.pro
|
||||||
|
qmake-qt4 gpxsee.pro
|
||||||
%endif
|
%endif
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
make clean
|
make clean
|
||||||
|
Reference in New Issue
Block a user