Accepting request 562244 from home:tumic:GPXSee
- Update to version 4.18 - Fixed build on Thumbleweed OBS-URL: https://build.opensuse.org/request/show/562244 OBS-URL: https://build.opensuse.org/package/show/graphics/gpxsee?expand=0&rev=57
This commit is contained in:
parent
b7f22bbe50
commit
c5a26766a9
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:527c6e1673a7746c1f3c990cdf28620ba34d67a9bb2b04079abfb1b4e76fbcb0
|
||||
size 864750
|
3
GPXSee-4.18.tar.gz
Normal file
3
GPXSee-4.18.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4678d5f7b248913fa1fc329a1b60469bd610c59df55338027292ba0ee3338aaf
|
||||
size 864779
|
@ -1,3 +1,10 @@
|
||||
gpxsee (4.18) stable; urgency=low
|
||||
|
||||
* Fixed broaken A records parsing in IGC files.
|
||||
* Added support for negative altitudes in IGC files.
|
||||
|
||||
-- Martin Tuma <tumic@cbox.cz> Sat, 06 Jan 2018 22:55:49 +0100
|
||||
|
||||
gpxsee (4.17) stable; urgency=low
|
||||
|
||||
* Added support for Lambert Azimuthal Equal Area projections.
|
||||
|
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 6 22:48:36 CET 2018 - tumic@cbox.cz
|
||||
|
||||
- Update to version 4.18
|
||||
* Fixed broaken A records parsing in IGC files.
|
||||
* Added support for negative altitudes in IGC files.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Dec 9 20:56:35 CET 2017 - tumic@cbox.cz
|
||||
|
||||
|
@ -1,9 +1,9 @@
|
||||
Format: 1.0
|
||||
Source: gpxsee
|
||||
Version: 4.17
|
||||
Version: 4.18
|
||||
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-4.17.tar.gz
|
||||
00000000000000000000000000000000 0 GPXSee-4.18.tar.gz
|
||||
|
@ -19,7 +19,7 @@
|
||||
# See also http://en.opensuse.org/openSUSE:Specfile_guidelines
|
||||
|
||||
Name: gpxsee
|
||||
Version: 4.17
|
||||
Version: 4.18
|
||||
Release: 1
|
||||
Summary: GPS log files visualizing and analyzing tool
|
||||
License: GPL-3.0
|
||||
@ -47,6 +47,7 @@ BuildRequires: libQt5Gui-devel
|
||||
BuildRequires: libQt5Widgets-devel
|
||||
BuildRequires: libQt5Network-devel
|
||||
BuildRequires: libQt5PrintSupport-devel
|
||||
BuildRequires: libQt5OpenGL-devel
|
||||
BuildRequires: libqt5-linguist
|
||||
%endif
|
||||
%if 0%{?rhel_version} || 0%{?centos_version}
|
||||
|
Loading…
Reference in New Issue
Block a user