Accepting request 670871 from home:tumic:GPXSee
Version 7.2 OBS-URL: https://build.opensuse.org/request/show/670871 OBS-URL: https://build.opensuse.org/package/show/graphics/gpxsee?expand=0&rev=102
This commit is contained in:
parent
3e1d095505
commit
5e97fca02a
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6df9cb128f022b2f0be39387d00bf69c08e7d1b758e991d346c73831aa23ff9f
|
||||
size 3868832
|
3
GPXSee-7.2.tar.gz
Normal file
3
GPXSee-7.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b26350f9ab7890c322c04951d3ae528c66d5cfea07cbb3f0688d83ec82ff6098
|
||||
size 4281800
|
4
PKGBUILD
4
PKGBUILD
@ -1,5 +1,5 @@
|
||||
pkgname=gpxsee
|
||||
pkgver=7.0
|
||||
pkgver=7.2
|
||||
pkgrel=1
|
||||
pkgdesc='GPS log files visualizing and analyzing tool'
|
||||
arch=('i686' 'x86_64')
|
||||
@ -30,7 +30,7 @@ package() {
|
||||
install -d 755 ${pkgdir}/usr/share/${pkgname}/csv
|
||||
install -d 755 ${pkgdir}/usr/share/${pkgname}/translations
|
||||
|
||||
install -m 755 GPXSee ${pkgdir}/usr/bin/${pkgname}
|
||||
install -m 755 gpxsee ${pkgdir}/usr/bin/${pkgname}
|
||||
install -m 644 pkg/maps/* ${pkgdir}/usr/share/${pkgname}/maps
|
||||
install -m 644 pkg/csv/* ${pkgdir}/usr/share/${pkgname}/csv
|
||||
install -m 644 lang/*.qm ${pkgdir}/usr/share/${pkgname}/translations
|
||||
|
@ -1,3 +1,21 @@
|
||||
gpxsee (7.2) stable; urgency=low
|
||||
|
||||
* Added support for DEM data (SRTM HGT files).
|
||||
* Improved look&feel in dark styles.
|
||||
* Added support for polar stereographic projections + Antarctica
|
||||
map.
|
||||
* Added support for GeoJSON files.
|
||||
* Added Spanish localization.
|
||||
|
||||
-- Martin Tuma <tumic@cbox.cz> Mon, 28 Jan 2019 21:53:35 +0100
|
||||
|
||||
gpxsee (7.1) stable; urgency=low
|
||||
|
||||
* Fixed build with Qt5 <= 5.4
|
||||
* Minor bug fixes & updates (TCX, localization)
|
||||
|
||||
-- Martin Tuma <tumic@cbox.cz> Tue, 01 Jan 2019 23:43:09 +0100
|
||||
|
||||
gpxsee (7.0) stable; urgency=low
|
||||
|
||||
* Added support for PBF vector maps (requires QtPbfImagePlugin).
|
||||
|
@ -44,7 +44,7 @@ install: build
|
||||
mkdir -p /usr/src/packages/BUILD/debian/gpxsee/usr/share/mime/packages
|
||||
mkdir -p /usr/src/packages/BUILD/debian/gpxsee/usr/share/gpxsee
|
||||
mkdir -p /usr/src/packages/BUILD/debian/gpxsee/usr/share/gpxsee/translations
|
||||
cp GPXSee /usr/src/packages/BUILD/debian/gpxsee/usr/bin/gpxsee
|
||||
cp gpxsee /usr/src/packages/BUILD/debian/gpxsee/usr/bin/gpxsee
|
||||
cp -r pkg/maps /usr/src/packages/BUILD/debian/gpxsee/usr/share/gpxsee
|
||||
cp -r pkg/csv /usr/src/packages/BUILD/debian/gpxsee/usr/share/gpxsee
|
||||
cp lang/*.qm /usr/src/packages/BUILD/debian/gpxsee/usr/share/gpxsee/translations
|
||||
|
@ -1,3 +1,21 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 28 21:40:21 CET 2019 - tumic@cbox.cz
|
||||
|
||||
- Update to version 7.2
|
||||
* Added support for DEM data (SRTM HGT files).
|
||||
* Improved look&feel in dark styles.
|
||||
* Added support for polar stereographic projections + Antarctica
|
||||
map.
|
||||
* Added support for GeoJSON files.
|
||||
* Added Spanish localization.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 1 23:33:40 CET 2019 - tumic@cbox.cz
|
||||
|
||||
- Update to version 7.1
|
||||
* Fixed build with Qt5 <= 5.4
|
||||
* Minor bug fixes & updates (TCX, localization)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Dec 8 12:15:28 CET 2018 - tumic@cbox.cz
|
||||
|
||||
|
@ -1,9 +1,9 @@
|
||||
Format: 1.0
|
||||
Source: gpxsee
|
||||
Version: 7.0
|
||||
Version: 7.2
|
||||
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.0.tar.gz
|
||||
00000000000000000000000000000000 0 GPXSee-7.2.tar.gz
|
||||
|
@ -19,7 +19,7 @@
|
||||
# See also http://en.opensuse.org/openSUSE:Specfile_guidelines
|
||||
|
||||
Name: gpxsee
|
||||
Version: 7.0
|
||||
Version: 7.2
|
||||
Release: 1
|
||||
Summary: GPS log file visualization and analysis tool
|
||||
License: GPL-3.0-only
|
||||
@ -91,7 +91,7 @@ install -d 755 %{buildroot}/%{_datadir}/%{name}
|
||||
install -d 755 %{buildroot}/%{_datadir}/%{name}/maps
|
||||
install -d 755 %{buildroot}/%{_datadir}/%{name}/csv
|
||||
install -d 755 %{buildroot}/%{_datadir}/%{name}/translations
|
||||
install -m 755 GPXSee %{buildroot}/%{_bindir}/%{name}
|
||||
install -m 755 gpxsee %{buildroot}/%{_bindir}/%{name}
|
||||
install -m 644 pkg/maps/* %{buildroot}/%{_datadir}/%{name}/maps
|
||||
install -m 644 pkg/csv/* %{buildroot}/%{_datadir}/%{name}/csv
|
||||
install -m 644 lang/*.qm %{buildroot}/%{_datadir}/%{name}/translations
|
||||
|
Loading…
Reference in New Issue
Block a user