From 5c41eed180706a7a5ada3481834fd556d3cbf02fc23e5a4eec95f158520f5c95 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20T=C5=AFma?= Date: Sun, 19 Aug 2018 08:54:29 +0000 Subject: [PATCH 1/2] Accepting request 630383 from home:tumic:GPXSee Version 5.17 OBS-URL: https://build.opensuse.org/request/show/630383 OBS-URL: https://build.opensuse.org/package/show/graphics/gpxsee?expand=0&rev=90 --- GPXSee-5.16.tar.gz | 3 --- GPXSee-5.17.tar.gz | 3 +++ PKGBUILD | 2 +- debian.changelog | 8 ++++++++ gpxsee.changes | 7 +++++-- gpxsee.dsc | 4 ++-- gpxsee.spec | 21 +++++++++++---------- 7 files changed, 30 insertions(+), 18 deletions(-) delete mode 100644 GPXSee-5.16.tar.gz create mode 100644 GPXSee-5.17.tar.gz diff --git a/GPXSee-5.16.tar.gz b/GPXSee-5.16.tar.gz deleted file mode 100644 index 01c66ed..0000000 --- a/GPXSee-5.16.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:07ec899b660f52931886d68acbc0a065b70564cdfffeb0ee7646a5c6150f0d0d -size 3158898 diff --git a/GPXSee-5.17.tar.gz b/GPXSee-5.17.tar.gz new file mode 100644 index 0000000..c5fe1d6 --- /dev/null +++ b/GPXSee-5.17.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f43d581c562db9f9b68c735742fe5a3c3e9e49e3e82b24400988c38e7832ac82 +size 3831253 diff --git a/PKGBUILD b/PKGBUILD index 9118293..599eb15 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,5 +1,5 @@ pkgname=gpxsee -pkgver=5.16 +pkgver=5.17 pkgrel=1 pkgdesc='GPS log files visualizing and analyzing tool' arch=('i686' 'x86_64') diff --git a/debian.changelog b/debian.changelog index 7ca8e4d..1f4b5c8 100644 --- a/debian.changelog +++ b/debian.changelog @@ -1,3 +1,11 @@ +gpxsee (5.17) stable; urgency=low + + * Added support for HiDPI/Retina displays & maps. + * Added support for SIGMA SPORT SLF files. + * Added support for Geocaching.com LOC files. + + -- Martin Tuma Sat, 18 Aug 2018 21:54:50 +0200 + gpxsee (5.16) stable; urgency=low * Added statistics report. diff --git a/gpxsee.changes b/gpxsee.changes index a0c4a41..f2df114 100644 --- a/gpxsee.changes +++ b/gpxsee.changes @@ -1,7 +1,10 @@ ------------------------------------------------------------------- -Wed Aug 8 13:06:37 UTC 2018 - jengelh@inai.de +Sat Aug 18 21:50:36 CEST 2018 - tumic@cbox.cz -- Fixup grammar of summary. +- Update to version 5.17 + * Added support for HiDPI/Retina displays & maps. + * Added support for SIGMA SPORT SLF files. + * Added support for Geocaching.com LOC files. ------------------------------------------------------------------- Wed Aug 8 00:38:35 CEST 2018 - tumic@cbox.cz diff --git a/gpxsee.dsc b/gpxsee.dsc index 6f97881..522415b 100644 --- a/gpxsee.dsc +++ b/gpxsee.dsc @@ -1,9 +1,9 @@ Format: 1.0 Source: gpxsee -Version: 5.16 +Version: 5.17 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.16.tar.gz + 00000000000000000000000000000000 0 GPXSee-5.17.tar.gz diff --git a/gpxsee.spec b/gpxsee.spec index 17568ba..86628a8 100644 --- a/gpxsee.spec +++ b/gpxsee.spec @@ -1,7 +1,7 @@ # # spec file for package gpxsee # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,10 +19,10 @@ # See also http://en.opensuse.org/openSUSE:Specfile_guidelines Name: gpxsee -Version: 5.16 -Release: 0 -Summary: GPS log file visualization and analysis tool -License: GPL-3.0-only +Version: 5.17 +Release: 1 +Summary: GPS log files visualizing and analyzing tool +License: GPL-3.0 Group: Productivity/Graphics/Viewers Url: http://www.gpxsee.org Source0: GPXSee-%{version}.tar.gz @@ -31,10 +31,10 @@ BuildRequires: gcc-c++ BuildRequires: make %if 0%{?fedora_version} %if 0%{?fedora_version} >= 24 -BuildRequires: qt5-linguist BuildRequires: qt5-qtbase -BuildRequires: qt5-qtbase-devel BuildRequires: qt5-qtbase-gui +BuildRequires: qt5-qtbase-devel +BuildRequires: qt5-linguist %else BuildRequires: libqt4-devel %endif @@ -42,16 +42,17 @@ BuildRequires: libqt4-devel %if 0%{?suse_version} BuildRequires: libQt5Core-devel BuildRequires: libQt5Gui-devel -BuildRequires: libQt5Network-devel -BuildRequires: libQt5OpenGL-devel -BuildRequires: libQt5PrintSupport-devel BuildRequires: libQt5Widgets-devel +BuildRequires: libQt5Network-devel +BuildRequires: libQt5PrintSupport-devel +BuildRequires: libQt5OpenGL-devel BuildRequires: libqt5-linguist %endif %if 0%{?rhel_version} || 0%{?centos_version} BuildRequires: libqt4-devel %endif + %description GPXSee is a Qt-based tool for visualizing and analyzing GPX, TCX, FIT, KML, IGC, NMEA, OziExplorer files and Garmin CSV files. From 85e4e2a3a32cea3e0208f70e5ae9b36b9f13b91700269d30da72f52b50996b03 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20T=C5=AFma?= Date: Tue, 21 Aug 2018 07:15:28 +0000 Subject: [PATCH 2/2] Accepting request 630707 from home:tumic:GPXSee Version 5.17 OBS-URL: https://build.opensuse.org/request/show/630707 OBS-URL: https://build.opensuse.org/package/show/graphics/gpxsee?expand=0&rev=91 --- gpxsee.changes | 5 +++++ gpxsee.spec | 6 +++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/gpxsee.changes b/gpxsee.changes index f2df114..df6fd23 100644 --- a/gpxsee.changes +++ b/gpxsee.changes @@ -6,6 +6,11 @@ Sat Aug 18 21:50:36 CEST 2018 - tumic@cbox.cz * Added support for SIGMA SPORT SLF files. * Added support for Geocaching.com LOC files. +------------------------------------------------------------------- +Wed Aug 8 13:06:37 UTC 2018 - jengelh@inai.de + +- Fixup grammar of summary. + ------------------------------------------------------------------- Wed Aug 8 00:38:35 CEST 2018 - tumic@cbox.cz diff --git a/gpxsee.spec b/gpxsee.spec index 86628a8..6a0540d 100644 --- a/gpxsee.spec +++ b/gpxsee.spec @@ -1,7 +1,7 @@ # # spec file for package gpxsee # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -21,8 +21,8 @@ Name: gpxsee Version: 5.17 Release: 1 -Summary: GPS log files visualizing and analyzing tool -License: GPL-3.0 +Summary: GPS log file visualization and analysis tool +License: GPL-3.0-only Group: Productivity/Graphics/Viewers Url: http://www.gpxsee.org Source0: GPXSee-%{version}.tar.gz