Ana Guerrero 2024-06-03 15:40:53 +00:00 committed by Git OBS Bridge
commit 7325df7b84
7 changed files with 24 additions and 8 deletions

View File

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

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

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

View File

@ -1,5 +1,5 @@
pkgname=gpxsee pkgname=gpxsee
pkgver=13.20 pkgver=13.21
pkgrel=1 pkgrel=1
pkgdesc='GPS log files visualizing and analyzing tool' pkgdesc='GPS log files visualizing and analyzing tool'
arch=('i686' 'x86_64') arch=('i686' 'x86_64')

View File

@ -1,3 +1,11 @@
gpxsee (13.21) stable; urgency=low
* Added hillshading settings.
* Fixed render issues with Qt 6.7.
* Fixed issues with dates not respecting the system format.
-- Martin Tuma <tumic@cbox.cz> Wed, 29 May 2024 21:28:02 +0200
gpxsee (13.20) stable; urgency=low gpxsee (13.20) stable; urgency=low
* Improved hillshading rendering. * Improved hillshading rendering.

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Wed May 29 21:19:29 CEST 2024 - tumic@cbox.cz
- Update to version 13.21
* Added hillshading settings.
* Fixed render issues with Qt 6.7.
* Fixed issues with dates not respecting the system format.
------------------------------------------------------------------- -------------------------------------------------------------------
Wed May 22 22:43:05 CEST 2024 - tumic@cbox.cz Wed May 22 22:43:05 CEST 2024 - tumic@cbox.cz

View File

@ -1,9 +1,9 @@
Format: 1.0 Format: 1.0
Source: gpxsee Source: gpxsee
Version: 13.20-1 Version: 13.21-1
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-private-dev, qtbase5-dev-tools, qt5-qmake, qttools5-dev-tools, libqt5opengl5-dev, qtpositioning5-dev, libqt5svg5-dev, libqt5serialport5-dev Build-Depends: debhelper (>= 9), qtbase5-dev, qtbase5-private-dev, qtbase5-dev-tools, qt5-qmake, qttools5-dev-tools, libqt5opengl5-dev, qtpositioning5-dev, libqt5svg5-dev, libqt5serialport5-dev
Files: Files:
00000000000000000000000000000000 0 GPXSee-13.20.tar.gz 00000000000000000000000000000000 0 GPXSee-13.21.tar.gz

View File

@ -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: 13.20 Version: 13.21
Release: 1 Release: 1
Summary: GPS log file visualization and analysis tool Summary: GPS log file visualization and analysis tool
License: GPL-3.0-only License: GPL-3.0-only
@ -34,7 +34,7 @@ BuildRequires: qt6-qtbase
BuildRequires: qt6-qtbase-gui BuildRequires: qt6-qtbase-gui
BuildRequires: qt6-qtbase-devel BuildRequires: qt6-qtbase-devel
BuildRequires: qt6-qtbase-private-devel BuildRequires: qt6-qtbase-private-devel
BuildRequires: qt6-qtlocation-devel BuildRequires: qt6-qtpositioning-devel
BuildRequires: qt6-qtsvg-devel BuildRequires: qt6-qtsvg-devel
BuildRequires: qt6-qtserialport-devel BuildRequires: qt6-qtserialport-devel
BuildRequires: qt6-linguist BuildRequires: qt6-linguist