Accepting request 706418 from graphics
OBS-URL: https://build.opensuse.org/request/show/706418 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gpxsee?expand=0&rev=44
This commit is contained in:
commit
4f9ea249c8
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:50f35e4d898f37ca3e7019c26dbf39069de6e2eaea6ee54d551b03afc317fb2e
|
|
||||||
size 4328641
|
|
3
GPXSee-7.8.tar.gz
Normal file
3
GPXSee-7.8.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:3bb5a3a62fabd70ff88b499853bfe5ea334e13cb2f07b78806da503b875e36cd
|
||||||
|
size 4330785
|
2
PKGBUILD
2
PKGBUILD
@ -1,5 +1,5 @@
|
|||||||
pkgname=gpxsee
|
pkgname=gpxsee
|
||||||
pkgver=7.6
|
pkgver=7.8
|
||||||
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')
|
||||||
|
@ -1,3 +1,22 @@
|
|||||||
|
gpxsee (7.8) stable; urgency=low
|
||||||
|
|
||||||
|
* Added support for QuadTiles maps.
|
||||||
|
* Added (optional) km/mi path markers.
|
||||||
|
* Fixed broken IMG maps after print/PDF export.
|
||||||
|
* Fixed broken zoom fit on IMG maps.
|
||||||
|
* Fixed broken WMS scale denominators to zoom levels transition.
|
||||||
|
|
||||||
|
-- Martin Tuma <tumic@cbox.cz> Thu, 30 May 2019 00:28:22 +0200
|
||||||
|
|
||||||
|
gpxsee (7.7) stable; urgency=low
|
||||||
|
|
||||||
|
* Fixed build & display issues with Qt < 5.4.
|
||||||
|
* Added support for vector maps projection setting.
|
||||||
|
* Added support for user defined TYP files for Garmin IMG maps.
|
||||||
|
* Removed obsolete "Always show the map" setting.
|
||||||
|
|
||||||
|
-- Martin Tuma <tumic@cbox.cz> Sat, 18 May 2019 20:55:20 +0200
|
||||||
|
|
||||||
gpxsee (7.6) stable; urgency=low
|
gpxsee (7.6) stable; urgency=low
|
||||||
|
|
||||||
* Added support for Garmin IMG maps.
|
* Added support for Garmin IMG maps.
|
||||||
|
@ -13,7 +13,7 @@ build-stamp:
|
|||||||
|
|
||||||
# Add here commands to compile the package.
|
# Add here commands to compile the package.
|
||||||
lrelease gpxsee.pro
|
lrelease gpxsee.pro
|
||||||
qmake gpxsee.pro
|
qmake PREFIX=/usr gpxsee.pro
|
||||||
make
|
make
|
||||||
# --- end custom part for compiling
|
# --- end custom part for compiling
|
||||||
|
|
||||||
|
@ -1,3 +1,22 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu May 30 00:19:37 CEST 2019 - tumic@cbox.cz
|
||||||
|
|
||||||
|
- Update to version 7.8
|
||||||
|
* Added support for QuadTiles maps.
|
||||||
|
* Added (optional) km/mi path markers.
|
||||||
|
* Fixed broken IMG maps after print/PDF export.
|
||||||
|
* Fixed broken zoom fit on IMG maps.
|
||||||
|
* Fixed broken WMS scale denominators to zoom levels transition.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat May 18 20:50:07 CEST 2019 - tumic@cbox.cz
|
||||||
|
|
||||||
|
- Update to version 7.7
|
||||||
|
* Fixed build & display issues with Qt < 5.4.
|
||||||
|
* Added support for vector maps projection setting.
|
||||||
|
* Added support for user defined TYP files for Garmin IMG maps.
|
||||||
|
* Removed obsolete "Always show the map" setting.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun May 12 17:55:57 CEST 2019 - tumic@cbox.cz
|
Sun May 12 17:55:57 CEST 2019 - tumic@cbox.cz
|
||||||
|
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
Format: 1.0
|
Format: 1.0
|
||||||
Source: gpxsee
|
Source: gpxsee
|
||||||
Version: 7.6
|
Version: 7.8
|
||||||
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-dev-tools, qt5-qmake, qttools5-dev-tools, libqt5opengl5-dev
|
Build-Depends: debhelper (>= 9), qtbase5-dev, qtbase5-dev-tools, qt5-qmake, qttools5-dev-tools, libqt5opengl5-dev
|
||||||
Files:
|
Files:
|
||||||
00000000000000000000000000000000 0 GPXSee-7.6.tar.gz
|
00000000000000000000000000000000 0 GPXSee-7.8.tar.gz
|
||||||
|
@ -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: 7.6
|
Version: 7.8
|
||||||
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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user