Accepting request 859187 from graphics
OBS-URL: https://build.opensuse.org/request/show/859187 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gpxsee?expand=0&rev=64
This commit is contained in:
commit
ca61a32da5
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:cc402a851dd7d255e05dfeac2032b4b79f3c9a100f0a047d7a36b0cf3b908ffb
|
|
||||||
size 7700995
|
|
3
GPXSee-8.0.tar.gz
Normal file
3
GPXSee-8.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:eee67b5b15c0c48877a5004a2f0bc6ac430e4ee83144632da24ad427cc013d87
|
||||||
|
size 7714836
|
2
PKGBUILD
2
PKGBUILD
@ -1,5 +1,5 @@
|
|||||||
pkgname=gpxsee
|
pkgname=gpxsee
|
||||||
pkgver=7.38
|
pkgver=8.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')
|
||||||
|
@ -1,3 +1,10 @@
|
|||||||
|
gpxsee (8.0) stable; urgency=low
|
||||||
|
|
||||||
|
* Added support for KMZ maps.
|
||||||
|
* Added Qt6 support, dropped Qt4 support.
|
||||||
|
|
||||||
|
-- Martin Tuma <tumic@cbox.cz> Mon, 28 Dec 2020 23:37:55 +0100
|
||||||
|
|
||||||
gpxsee (7.38) stable; urgency=low
|
gpxsee (7.38) stable; urgency=low
|
||||||
|
|
||||||
* Maps can now be opened like data files (program parameter,
|
* Maps can now be opened like data files (program parameter,
|
||||||
|
@ -2,7 +2,7 @@ Source: gpxsee
|
|||||||
Section: Graphics
|
Section: Graphics
|
||||||
Priority: optional
|
Priority: optional
|
||||||
Maintainer: Martin Tuma <tumic@cbox.cz>
|
Maintainer: Martin Tuma <tumic@cbox.cz>
|
||||||
Build-Depends: debhelper (>= 9), qtbase5-dev, qtbase5-dev-tools, qt5-qmake, qttools5-dev-tools, libqt5opengl5-dev
|
Build-Depends: debhelper (>= 9), qtbase5-dev, qtbase5-private-dev, qtbase5-dev-tools, qt5-qmake, qttools5-dev-tools, libqt5opengl5-dev
|
||||||
Homepage: http://www.gpxsee.org
|
Homepage: http://www.gpxsee.org
|
||||||
|
|
||||||
Package: gpxsee
|
Package: gpxsee
|
||||||
|
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Dec 28 23:33:36 CET 2020 - tumic@cbox.cz
|
||||||
|
|
||||||
|
- Update to version 8.0
|
||||||
|
* Added support for KMZ maps.
|
||||||
|
* Added Qt6 support, dropped Qt4 support.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Dec 15 23:29:47 CET 2020 - tumic@cbox.cz
|
Tue Dec 15 23:29:47 CET 2020 - tumic@cbox.cz
|
||||||
|
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
Format: 1.0
|
Format: 1.0
|
||||||
Source: gpxsee
|
Source: gpxsee
|
||||||
Version: 7.38-1
|
Version: 8.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-dev-tools, qt5-qmake, qttools5-dev-tools, libqt5opengl5-dev
|
Build-Depends: debhelper (>= 9), qtbase5-dev, qtbase5-private-dev, qtbase5-dev-tools, qt5-qmake, qttools5-dev-tools, libqt5opengl5-dev
|
||||||
Files:
|
Files:
|
||||||
00000000000000000000000000000000 0 GPXSee-7.38.tar.gz
|
00000000000000000000000000000000 0 GPXSee-8.0.tar.gz
|
||||||
|
13
gpxsee.spec
13
gpxsee.spec
@ -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: 7.38
|
Version: 8.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
|
||||||
@ -36,6 +36,7 @@ BuildRequires: gdb-headless
|
|||||||
BuildRequires: qt5-qtbase
|
BuildRequires: qt5-qtbase
|
||||||
BuildRequires: qt5-qtbase-gui
|
BuildRequires: qt5-qtbase-gui
|
||||||
BuildRequires: qt5-qtbase-devel
|
BuildRequires: qt5-qtbase-devel
|
||||||
|
BuildRequires: qt5-qtbase-private-devel
|
||||||
BuildRequires: qt5-linguist
|
BuildRequires: qt5-linguist
|
||||||
Recommends: qt5-qtimageformats
|
Recommends: qt5-qtimageformats
|
||||||
Recommends: qt5-qtpbfimageformat
|
Recommends: qt5-qtpbfimageformat
|
||||||
@ -44,6 +45,7 @@ Recommends: qt5-qtpbfimageformat
|
|||||||
BuildRequires: libQt5Core-devel
|
BuildRequires: libQt5Core-devel
|
||||||
BuildRequires: libQt5Concurrent-devel
|
BuildRequires: libQt5Concurrent-devel
|
||||||
BuildRequires: libQt5Gui-devel
|
BuildRequires: libQt5Gui-devel
|
||||||
|
BuildRequires: libQt5Gui-private-headers-devel
|
||||||
BuildRequires: libQt5Widgets-devel
|
BuildRequires: libQt5Widgets-devel
|
||||||
BuildRequires: libQt5Network-devel
|
BuildRequires: libQt5Network-devel
|
||||||
BuildRequires: libQt5PrintSupport-devel
|
BuildRequires: libQt5PrintSupport-devel
|
||||||
@ -54,9 +56,6 @@ Recommends: libQt5Sql5-sqlite
|
|||||||
Recommends: libqt5-qtimageformats
|
Recommends: libqt5-qtimageformats
|
||||||
Recommends: libqt5-qtpbfimageformat
|
Recommends: libqt5-qtpbfimageformat
|
||||||
%else
|
%else
|
||||||
%if (0%{?rhel_version} && 0%{?rhel_version} < 800) || (0%{?centos_version} && 0%{?centos_version} < 800)
|
|
||||||
BuildRequires: libqt4-devel
|
|
||||||
%else
|
|
||||||
# Mageia
|
# Mageia
|
||||||
BuildRequires: libqt5core-devel
|
BuildRequires: libqt5core-devel
|
||||||
BuildRequires: libqt5gui-devel
|
BuildRequires: libqt5gui-devel
|
||||||
@ -72,7 +71,6 @@ Recommends: libqt5-database-plugin-sqlite
|
|||||||
Recommends: libqt5-qtpbfimageformat
|
Recommends: libqt5-qtpbfimageformat
|
||||||
%endif
|
%endif
|
||||||
%endif
|
%endif
|
||||||
%endif
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
GPXSee is a Qt-based tool for visualizing and analyzing GPX, TCX, FIT, KML,
|
GPXSee is a Qt-based tool for visualizing and analyzing GPX, TCX, FIT, KML,
|
||||||
@ -91,15 +89,10 @@ lrelease-qt5 gpxsee.pro
|
|||||||
lrelease-qt5 gpxsee.pro
|
lrelease-qt5 gpxsee.pro
|
||||||
%{qmake_qt5} gpxsee.pro
|
%{qmake_qt5} gpxsee.pro
|
||||||
%else
|
%else
|
||||||
%if (0%{?rhel_version} && 0%{?rhel_version} < 800) || (0%{?centos_version} && 0%{?centos_version} < 800)
|
|
||||||
lrelease-qt4 gpxsee.pro
|
|
||||||
qmake-qt4 PREFIX=/usr gpxsee.pro
|
|
||||||
%else
|
|
||||||
lrelease gpxsee.pro
|
lrelease gpxsee.pro
|
||||||
%{qmake_qt5} gpxsee.pro
|
%{qmake_qt5} gpxsee.pro
|
||||||
%endif
|
%endif
|
||||||
%endif
|
%endif
|
||||||
%endif
|
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
|
Loading…
x
Reference in New Issue
Block a user