diff --git a/GPXSee-5.18.tar.gz b/GPXSee-5.18.tar.gz deleted file mode 100644 index 51338db..0000000 --- a/GPXSee-5.18.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:095f48a941309f6163d032ad7ddb3b267b87732b4a33c1b368befb5881ecedd3 -size 3846195 diff --git a/GPXSee-6.2.tar.gz b/GPXSee-6.2.tar.gz new file mode 100644 index 0000000..12c8d3a --- /dev/null +++ b/GPXSee-6.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:888378daa49254fabd37eb6b5a054ebe18b8fd1f12a553aa1b840cdc78b61a3b +size 3858513 diff --git a/PKGBUILD b/PKGBUILD index a9acf61..97bc186 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,5 +1,5 @@ pkgname=gpxsee -pkgver=5.18 +pkgver=6.2 pkgrel=1 pkgdesc='GPS log files visualizing and analyzing tool' arch=('i686' 'x86_64') diff --git a/debian.changelog b/debian.changelog index 1b036ae..09cffd7 100644 --- a/debian.changelog +++ b/debian.changelog @@ -1,3 +1,27 @@ +gpxsee (6.2) stable; urgency=low + + * Fixed Norwegian localization language code. + + -- Martin Tuma Sun, 07 Oct 2018 22:54:50 +0200 + +gpxsee (6.1) stable; urgency=low + + * Fixed broken tiles rendering on OSM/TMS map borders (broken in + 5.18). + * Fixed "enable HTTP2" configuration handling. + * Added Norwegian localization. + + -- Martin Tuma Sun, 07 Oct 2018 18:27:07 +0200 + +gpxsee (6.0) stable; urgency=low + + * Added MBTiles maps support. + * Added TMS maps support. + * Added support for local file URLs (OSM, TMS, WMTS maps). + * Minor bugfixes (localization, WMTS, date-line crossing). + + -- Martin Tuma Sun, 23 Sep 2018 12:58:13 +0200 + gpxsee (5.18) stable; urgency=low * Made the HiDPI display mode (of non-HiDPI maps) configurable. diff --git a/debian.control b/debian.control index d8ca120..2a9aa24 100644 --- a/debian.control +++ b/debian.control @@ -8,6 +8,7 @@ Homepage: http://www.gpxsee.org Package: gpxsee Architecture: any Depends: ${shlibs:Depends} +Recommends: libqt5sql5-sqlite, qt5-image-formats-plugins Description: GPS log files visualizing and analyzing tool - GPXSee is a Qt based tool for visualizing and analyzing GPX, TCX, FIT, KML, IGC, NMEA - and Garmin CSV files. + GPXSee is a Qt based tool for visualizing and analyzing GPX, TCX, FIT, KML, IGC, NMEA, + SLF, LOC, OziExplorer (PLT, RTE, WPT) and Garmin CSV files. diff --git a/gpxsee.changes b/gpxsee.changes index 925b229..2778cd2 100644 --- a/gpxsee.changes +++ b/gpxsee.changes @@ -1,3 +1,27 @@ +------------------------------------------------------------------- +Sun Oct 7 22:52:34 CEST 2018 - tumic@cbox.cz + +- Update to version 6.2 + * Fixed Norwegian localization language code. + +------------------------------------------------------------------- +Sun Oct 7 18:20:41 CEST 2018 - tumic@cbox.cz + +- Update to version 6.1 + * Fixed broken tiles rendering on OSM/TMS map borders (broken in + 5.18). + * Fixed "enable HTTP2" configuration handling. + * Added Norwegian localization. + +------------------------------------------------------------------- +Sun Sep 23 12:47:50 CEST 2018 - tumic@cbox.cz + +- Update to version 6.0 + * Added MBTiles maps support. + * Added TMS maps support. + * Added support for local file URLs (OSM, TMS, WMTS maps). + * Minor bugfixes (localization, WMTS, date-line crossing). + ------------------------------------------------------------------- Sat Sep 15 16:42:41 CEST 2018 - tumic@cbox.cz diff --git a/gpxsee.dsc b/gpxsee.dsc index f137d7f..062191f 100644 --- a/gpxsee.dsc +++ b/gpxsee.dsc @@ -1,9 +1,9 @@ Format: 1.0 Source: gpxsee -Version: 5.18 +Version: 6.2 Binary: gpxsee Maintainer: Martin Tuma Architecture: any Build-Depends: debhelper (>= 9), qtbase5-dev, qtbase5-dev-tools, qt5-qmake, qttools5-dev-tools, libqt5opengl5-dev Files: - 00000000000000000000000000000000 0 GPXSee-5.18.tar.gz + 00000000000000000000000000000000 0 GPXSee-6.2.tar.gz diff --git a/gpxsee.spec b/gpxsee.spec index 8cd4515..9f33229 100644 --- a/gpxsee.spec +++ b/gpxsee.spec @@ -19,7 +19,7 @@ # See also http://en.opensuse.org/openSUSE:Specfile_guidelines Name: gpxsee -Version: 5.18 +Version: 6.2 Release: 1 Summary: GPS log file visualization and analysis tool License: GPL-3.0-only @@ -35,6 +35,7 @@ BuildRequires: qt5-qtbase BuildRequires: qt5-qtbase-gui BuildRequires: qt5-qtbase-devel BuildRequires: qt5-linguist +Recommends: qt5-qtimageformats %else BuildRequires: libqt4-devel %endif @@ -46,7 +47,10 @@ BuildRequires: libQt5Widgets-devel BuildRequires: libQt5Network-devel BuildRequires: libQt5PrintSupport-devel BuildRequires: libQt5OpenGL-devel +BuildRequires: libQt5Sql-devel BuildRequires: libqt5-linguist +Recommends: libQt5Sql5-sqlite +Recommends: libqt5-qtimageformats %endif %if 0%{?rhel_version} || 0%{?centos_version} BuildRequires: libqt4-devel @@ -55,7 +59,7 @@ BuildRequires: libqt4-devel %description GPXSee is a Qt-based tool for visualizing and analyzing GPX, TCX, FIT, KML, -IGC, NMEA, OziExplorer files and Garmin CSV files. +IGC, NMEA, SLF, LOC, OziExplorer (PLT, RTE, WPT) and Garmin CSV files. %prep %setup -q -n GPXSee-%{version}