Accepting request 1083448 from home:tumic:GPXSee

Version 13.0

OBS-URL: https://build.opensuse.org/request/show/1083448
OBS-URL: https://build.opensuse.org/package/show/graphics/gpxsee?expand=0&rev=219
This commit is contained in:
Martin Tůma 2023-04-28 07:25:57 +00:00 committed by Git OBS Bridge
parent 3a96a84f91
commit 0be7dbc994
8 changed files with 26 additions and 10 deletions

View File

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

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

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

View File

@ -1,5 +1,5 @@
pkgname=gpxsee pkgname=gpxsee
pkgver=12.4 pkgver=13.0
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.0) stable; urgency=low
* Reworked coordinate reference systems (CRS) handling.
* Improved Mapsforge maps rendering performance.
* Minor fixes.
-- Martin Tuma <tumic@cbox.cz> Thu, 27 Apr 2023 23:56:43 +0200
gpxsee (12.4) stable; urgency=medium gpxsee (12.4) stable; urgency=medium
* Fixed/improved Mapsforge maps rendering. * Fixed/improved Mapsforge maps rendering.

View File

@ -48,7 +48,7 @@ install: build
mkdir -p /usr/src/packages/BUILD/debian/gpxsee/usr/share/gpxsee/symbols mkdir -p /usr/src/packages/BUILD/debian/gpxsee/usr/share/gpxsee/symbols
cp gpxsee /usr/src/packages/BUILD/debian/gpxsee/usr/bin/gpxsee cp gpxsee /usr/src/packages/BUILD/debian/gpxsee/usr/bin/gpxsee
cp -r data/maps /usr/src/packages/BUILD/debian/gpxsee/usr/share/gpxsee cp -r data/maps /usr/src/packages/BUILD/debian/gpxsee/usr/share/gpxsee
cp -r data/csv /usr/src/packages/BUILD/debian/gpxsee/usr/share/gpxsee cp -r data/CRS /usr/src/packages/BUILD/debian/gpxsee/usr/share/gpxsee
cp lang/*.qm /usr/src/packages/BUILD/debian/gpxsee/usr/share/gpxsee/translations cp lang/*.qm /usr/src/packages/BUILD/debian/gpxsee/usr/share/gpxsee/translations
cp icons/symbols/*.png /usr/src/packages/BUILD/debian/gpxsee/usr/share/gpxsee/symbols cp icons/symbols/*.png /usr/src/packages/BUILD/debian/gpxsee/usr/share/gpxsee/symbols
cp -r icons/app/hicolor/* /usr/src/packages/BUILD/debian/gpxsee/usr/share/icons/hicolor cp -r icons/app/hicolor/* /usr/src/packages/BUILD/debian/gpxsee/usr/share/icons/hicolor

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Thu Apr 27 23:56:20 CEST 2023 - tumic@cbox.cz
- Update to version 13.0
* Reworked coordinate reference systems (CRS) handling.
* Improved Mapsforge maps rendering performance.
* Minor fixes.
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Apr 10 18:43:06 CEST 2023 - tumic@cbox.cz Mon Apr 10 18:43:06 CEST 2023 - tumic@cbox.cz

View File

@ -1,9 +1,9 @@
Format: 1.0 Format: 1.0
Source: gpxsee Source: gpxsee
Version: 12.4-1 Version: 13.0-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-12.4.tar.gz 00000000000000000000000000000000 0 GPXSee-13.0.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: 12.4 Version: 13.0
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
@ -112,12 +112,12 @@ install -d 755 %{buildroot}/%{_datadir}/mime/packages
install -d 755 %{buildroot}/%{_datadir}/metainfo install -d 755 %{buildroot}/%{_datadir}/metainfo
install -d 755 %{buildroot}/%{_datadir}/%{name} install -d 755 %{buildroot}/%{_datadir}/%{name}
install -d 755 %{buildroot}/%{_datadir}/%{name}/maps install -d 755 %{buildroot}/%{_datadir}/%{name}/maps
install -d 755 %{buildroot}/%{_datadir}/%{name}/csv install -d 755 %{buildroot}/%{_datadir}/%{name}/CRS
install -d 755 %{buildroot}/%{_datadir}/%{name}/translations install -d 755 %{buildroot}/%{_datadir}/%{name}/translations
install -d 755 %{buildroot}/%{_datadir}/%{name}/symbols install -d 755 %{buildroot}/%{_datadir}/%{name}/symbols
install -m 755 gpxsee %{buildroot}/%{_bindir}/%{name} install -m 755 gpxsee %{buildroot}/%{_bindir}/%{name}
install -m 644 data/maps/* %{buildroot}/%{_datadir}/%{name}/maps install -m 644 data/maps/* %{buildroot}/%{_datadir}/%{name}/maps
install -m 644 data/csv/* %{buildroot}/%{_datadir}/%{name}/csv install -m 644 data/CRS/* %{buildroot}/%{_datadir}/%{name}/CRS
install -m 644 lang/*.qm %{buildroot}/%{_datadir}/%{name}/translations install -m 644 lang/*.qm %{buildroot}/%{_datadir}/%{name}/translations
install -m 644 icons/symbols/*.png %{buildroot}/%{_datadir}/%{name}/symbols install -m 644 icons/symbols/*.png %{buildroot}/%{_datadir}/%{name}/symbols
cp -r icons/app/hicolor/* %{buildroot}/%{_datadir}/icons/hicolor cp -r icons/app/hicolor/* %{buildroot}/%{_datadir}/icons/hicolor