Accepting request 703000 from home:tumic:GPXSee
Version 7.6 OBS-URL: https://build.opensuse.org/request/show/703000 OBS-URL: https://build.opensuse.org/package/show/graphics/gpxsee?expand=0&rev=110
This commit is contained in:
parent
f45a834e87
commit
4ac628f2a0
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1475baaf47bf36b48749a99c23452cb5e5822b08d60d84859c5b2963671c9e6c
|
||||
size 4302319
|
3
GPXSee-7.6.tar.gz
Normal file
3
GPXSee-7.6.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:50f35e4d898f37ca3e7019c26dbf39069de6e2eaea6ee54d551b03afc317fb2e
|
||||
size 4328641
|
2
PKGBUILD
2
PKGBUILD
@ -1,5 +1,5 @@
|
||||
pkgname=gpxsee
|
||||
pkgver=7.5
|
||||
pkgver=7.6
|
||||
pkgrel=1
|
||||
pkgdesc='GPS log files visualizing and analyzing tool'
|
||||
arch=('i686' 'x86_64')
|
||||
|
@ -1,3 +1,12 @@
|
||||
gpxsee (7.6) stable; urgency=low
|
||||
|
||||
* Added support for Garmin IMG maps.
|
||||
* Fixed coordinates info display issues.
|
||||
* Fixed rendering of large areas using OpenGL.
|
||||
* Fixed broken speed type switch.
|
||||
|
||||
-- Martin Tuma <tumic@cbox.cz> Sun, 12 May 2019 17:59:24 +0200
|
||||
|
||||
gpxsee (7.5) stable; urgency=low
|
||||
|
||||
* Added support for geotagged JPEG images.
|
||||
|
@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun May 12 17:55:57 CEST 2019 - tumic@cbox.cz
|
||||
|
||||
- Update to version 7.6
|
||||
* Added support for Garmin IMG maps.
|
||||
* Fixed coordinates info display issues.
|
||||
* Fixed rendering of large areas using OpenGL.
|
||||
* Fixed broken speed type switch.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Mar 16 19:38:53 CET 2019 - tumic@cbox.cz
|
||||
|
||||
|
@ -1,9 +1,9 @@
|
||||
Format: 1.0
|
||||
Source: gpxsee
|
||||
Version: 7.5
|
||||
Version: 7.6
|
||||
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-7.5.tar.gz
|
||||
00000000000000000000000000000000 0 GPXSee-7.6.tar.gz
|
||||
|
@ -19,7 +19,7 @@
|
||||
# See also http://en.opensuse.org/openSUSE:Specfile_guidelines
|
||||
|
||||
Name: gpxsee
|
||||
Version: 7.5
|
||||
Version: 7.6
|
||||
Release: 1
|
||||
Summary: GPS log file visualization and analysis tool
|
||||
License: GPL-3.0-only
|
||||
@ -78,7 +78,7 @@ lrelease-qt5 gpxsee.pro
|
||||
%{qmake5} gpxsee.pro
|
||||
%else
|
||||
lrelease-qt4 gpxsee.pro
|
||||
qmake-qt4 gpxsee.pro
|
||||
qmake-qt4 PREFIX=/usr gpxsee.pro
|
||||
%endif
|
||||
%endif
|
||||
make %{?_smp_mflags}
|
||||
|
Loading…
Reference in New Issue
Block a user