Dominique Leuenberger 2018-01-09 13:54:28 +00:00 committed by Git OBS Bridge
commit fd8e68f0b8
6 changed files with 35 additions and 6 deletions

View File

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

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

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

View File

@ -1,3 +1,17 @@
gpxsee (4.19) stable; urgency=high
* Fixed missing cached content cleanup causing huge draw areas
(causing system memory exhaustion) issue.
-- Martin Tuma <tumic@cbox.cz> Mon, 08 Jan 2018 02:37:46 +0100
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.

View File

@ -1,3 +1,17 @@
-------------------------------------------------------------------
Mon Jan 8 02:35:38 CET 2018 - tumic@cbox.cz
- Update to version 4.19
* Fixed missing cached content cleanup causing huge draw areas
(causing system memory exhaustion) issue.
-------------------------------------------------------------------
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

View File

@ -1,9 +1,9 @@
Format: 1.0
Source: gpxsee
Version: 4.17
Version: 4.19
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.19.tar.gz

View File

@ -19,7 +19,7 @@
# See also http://en.opensuse.org/openSUSE:Specfile_guidelines
Name: gpxsee
Version: 4.17
Version: 4.19
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}