2023-02-19 17:19:11 +00:00
committed by Git OBS Bridge
7 changed files with 42 additions and 12 deletions

View File

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

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

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

View File

@@ -1,11 +1,11 @@
pkgname=gpxsee
pkgver=11.12
pkgver=12.1
pkgrel=1
pkgdesc='GPS log files visualizing and analyzing tool'
arch=('i686' 'x86_64')
url="http://www.gpxsee.org/"
license=('GPL3')
depends=('qt5-base' 'qt5-imageformats' 'qt5-svg' 'qt5-location' 'qt5-svg')
depends=('qt5-base' 'qt5-imageformats' 'qt5-svg' 'qt5-location' 'qt5-svg' 'qt5-serialport')
makedepends=('qt5-tools')
provides=("${pkgname}=${pkgver}")
source=("GPXSee-${pkgver}.tar.gz")

View File

@@ -1,3 +1,18 @@
gpxsee (12.1) stable; urgency=medium
* Fixed areas rendering.
* Fixed GeoJSON parser.
* Fixed NMEA parser.
-- Martin Tuma <tumic@cbox.cz> Sat, 18 Feb 2023 14:19:41 +0100
gpxsee (12.0) stable; urgency=low
* Android "desktop" integration.
* Minor fixes.
-- Martin Tuma <tumic@cbox.cz> Fri, 10 Feb 2023 00:48:49 +0100
gpxsee (11.12) stable; urgency=medium
* Fixed broken parsing of KML tracks with empty coordinates.

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
Sat Feb 18 14:11:19 CET 2023 - tumic@cbox.cz
- Update to version 12.1
* Fixed areas rendering.
* Fixed GeoJSON parser.
* Fixed NMEA parser.
-------------------------------------------------------------------
Fri Feb 10 00:46:51 CET 2023 - tumic@cbox.cz
- Update to version 12.0
* Android "desktop" integration.
* Minor fixes.
-------------------------------------------------------------------
Thu Jan 26 23:43:07 CET 2023 - tumic@cbox.cz

View File

@@ -1,9 +1,9 @@
Format: 1.0
Source: gpxsee
Version: 11.12-1
Version: 12.1-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
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-11.12.tar.gz
00000000000000000000000000000000 0 GPXSee-12.1.tar.gz

View File

@@ -19,7 +19,7 @@
# See also http://en.opensuse.org/openSUSE:Specfile_guidelines
Name: gpxsee
Version: 11.12
Version: 12.1
Release: 1
Summary: GPS log file visualization and analysis tool
License: GPL-3.0-only
@@ -39,9 +39,9 @@ BuildRequires: qt5-qtbase-devel
BuildRequires: qt5-qtbase-private-devel
BuildRequires: qt5-qtlocation-devel
BuildRequires: qt5-qtsvg-devel
BuildRequires: qt5-qtserialport-devel
BuildRequires: qt5-linguist
Recommends: qt5-qtimageformats
Recommends: qt5-qtserialport
Recommends: qt5-qtpbfimageformat
%else
%if 0%{?suse_version}
@@ -55,10 +55,10 @@ BuildRequires: libQt5PrintSupport-devel
BuildRequires: libQt5OpenGL-devel
BuildRequires: libQt5Sql-devel
BuildRequires: libQt5Svg-devel
BuildRequires: libQt5SerialPort-devel
BuildRequires: libqt5-qtlocation-devel
BuildRequires: libqt5-linguist
Recommends: libQt5Sql5-sqlite
Recommends: libQt5SerialPort5
Recommends: libqt5-qtimageformats
Recommends: libqt5-qtpbfimageformat
%else
@@ -73,9 +73,9 @@ BuildRequires: libqt5opengl-devel
BuildRequires: libqt5sql-devel
BuildRequires: libqt5svg-devel
BuildRequires: libqt5location-devel
BuildRequires: libqt5serialport-devel
BuildRequires: qttools5
Recommends: qtimageformats5
Recommends: libqt5-qtserialport
Recommends: libqt5-database-plugin-sqlite
Recommends: libqt5-qtpbfimageformat
%endif