Accepting request 597694 from home:tumic:GPXSee
Update to version 5.8 OBS-URL: https://build.opensuse.org/request/show/597694 OBS-URL: https://build.opensuse.org/package/show/graphics/gpxsee?expand=0&rev=72
This commit is contained in:
committed by
Git OBS Bridge
parent
c17a8dba50
commit
563c8e1f2b
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:f49207d94ff1764407ba1571fee0b542402f0965099a110481db0e3c406ed5e7
|
|
||||||
size 942771
|
|
3
GPXSee-5.8.tar.gz
Normal file
3
GPXSee-5.8.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:3ebf8b7b1975d62d2c6f234e3b6a9012cb733e0637d3121a6f83fc9936778022
|
||||||
|
size 3008455
|
4
PKGBUILD
4
PKGBUILD
@@ -1,7 +1,7 @@
|
|||||||
pkgname=gpxsee
|
pkgname=gpxsee
|
||||||
pkgver=5.6
|
pkgver=5.8
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc='GPX viewer and analyzer'
|
pkgdesc='GPS log files visualizing and analyzing tool'
|
||||||
arch=('i686' 'x86_64')
|
arch=('i686' 'x86_64')
|
||||||
url="http://www.gpxsee.org/"
|
url="http://www.gpxsee.org/"
|
||||||
license=('GPL3')
|
license=('GPL3')
|
||||||
|
@@ -1,3 +1,17 @@
|
|||||||
|
gpxsee (5.8) stable; urgency=low
|
||||||
|
|
||||||
|
* Fixed the irritating map zoom changes on OSM maps switching and
|
||||||
|
the 1px map center offset bug.
|
||||||
|
* Added Polish translation.
|
||||||
|
|
||||||
|
-- Martin Tuma <tumic@cbox.cz> Wed, 18 Apr 2018 01:56:50 +0200
|
||||||
|
|
||||||
|
gpxsee (5.7) stable; urgency=low
|
||||||
|
|
||||||
|
* Added OziExplorer data files (plt, rte, wpt) support.
|
||||||
|
|
||||||
|
-- Martin Tuma <tumic@cbox.cz> Tue, 17 Apr 2018 00:51:24 +0200
|
||||||
|
|
||||||
gpxsee (5.6) stable; urgency=low
|
gpxsee (5.6) stable; urgency=low
|
||||||
|
|
||||||
* Added WMS support.
|
* Added WMS support.
|
||||||
|
@@ -1,3 +1,17 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Apr 18 01:51:29 CEST 2018 - tumic@cbox.cz
|
||||||
|
|
||||||
|
- Update to version 5.8
|
||||||
|
* Fixed the irritating map zoom changes on OSM maps switching and
|
||||||
|
the 1px map center offset bug.
|
||||||
|
* Added Polish translation.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Apr 17 00:49:45 CEST 2018 - tumic@cbox.cz
|
||||||
|
|
||||||
|
- Update to version 5.7
|
||||||
|
* Added OziExplorer data files (plt, rte, wpt) support.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Apr 8 21:12:19 CEST 2018 - tumic@cbox.cz
|
Sun Apr 8 21:12:19 CEST 2018 - tumic@cbox.cz
|
||||||
|
|
||||||
|
@@ -1,9 +1,9 @@
|
|||||||
Format: 1.0
|
Format: 1.0
|
||||||
Source: gpxsee
|
Source: gpxsee
|
||||||
Version: 5.6
|
Version: 5.8
|
||||||
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-5.6.tar.gz
|
00000000000000000000000000000000 0 GPXSee-5.8.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: 5.6
|
Version: 5.8
|
||||||
Release: 1
|
Release: 1
|
||||||
Summary: GPS log files visualizing and analyzing tool
|
Summary: GPS log files visualizing and analyzing tool
|
||||||
License: GPL-3.0
|
License: GPL-3.0
|
||||||
@@ -55,7 +55,7 @@ BuildRequires: libqt4-devel
|
|||||||
|
|
||||||
%description
|
%description
|
||||||
GPXSee is a Qt-based tool for visualizing and analyzing GPX, TCX, FIT, KML,
|
GPXSee is a Qt-based tool for visualizing and analyzing GPX, TCX, FIT, KML,
|
||||||
IGC, NMEA and Garmin CSV files.
|
IGC, NMEA, OziExplorer files and Garmin CSV files.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n GPXSee-%{version}
|
%setup -q -n GPXSee-%{version}
|
||||||
|
Reference in New Issue
Block a user