Accepting request 1177851 from graphics
OBS-URL: https://build.opensuse.org/request/show/1177851 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gpxsee?expand=0&rev=124
This commit is contained in:
commit
7325df7b84
@ -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
3
GPXSee-13.21.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:aff8d0ab876523cc157ded956362b60390a70d88436783f0cb006f41dbc9e091
|
||||
size 5624365
|
2
PKGBUILD
2
PKGBUILD
@ -1,5 +1,5 @@
|
||||
pkgname=gpxsee
|
||||
pkgver=13.20
|
||||
pkgver=13.21
|
||||
pkgrel=1
|
||||
pkgdesc='GPS log files visualizing and analyzing tool'
|
||||
arch=('i686' 'x86_64')
|
||||
|
@ -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
|
||||
|
||||
* Improved hillshading rendering.
|
||||
|
@ -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
|
||||
|
||||
|
@ -1,9 +1,9 @@
|
||||
Format: 1.0
|
||||
Source: gpxsee
|
||||
Version: 13.20-1
|
||||
Version: 13.21-1
|
||||
Binary: gpxsee
|
||||
Maintainer: Martin Tuma <tumic@cbox.cz>
|
||||
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
|
||||
Files:
|
||||
00000000000000000000000000000000 0 GPXSee-13.20.tar.gz
|
||||
00000000000000000000000000000000 0 GPXSee-13.21.tar.gz
|
||||
|
@ -19,7 +19,7 @@
|
||||
# See also http://en.opensuse.org/openSUSE:Specfile_guidelines
|
||||
|
||||
Name: gpxsee
|
||||
Version: 13.20
|
||||
Version: 13.21
|
||||
Release: 1
|
||||
Summary: GPS log file visualization and analysis tool
|
||||
License: GPL-3.0-only
|
||||
@ -34,7 +34,7 @@ BuildRequires: qt6-qtbase
|
||||
BuildRequires: qt6-qtbase-gui
|
||||
BuildRequires: qt6-qtbase-devel
|
||||
BuildRequires: qt6-qtbase-private-devel
|
||||
BuildRequires: qt6-qtlocation-devel
|
||||
BuildRequires: qt6-qtpositioning-devel
|
||||
BuildRequires: qt6-qtsvg-devel
|
||||
BuildRequires: qt6-qtserialport-devel
|
||||
BuildRequires: qt6-linguist
|
||||
|
Loading…
x
Reference in New Issue
Block a user