Accepting request 555647 from graphics
OBS-URL: https://build.opensuse.org/request/show/555647 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gpxsee?expand=0&rev=17
This commit is contained in:
commit
314a5c9421
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:de996e92c478c3eb7c88700c1115189e25b16c27563ff34b7dfa5e7543f65fbf
|
||||
size 864616
|
3
GPXSee-4.17.tar.gz
Normal file
3
GPXSee-4.17.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:527c6e1673a7746c1f3c990cdf28620ba34d67a9bb2b04079abfb1b4e76fbcb0
|
||||
size 864750
|
@ -1,3 +1,14 @@
|
||||
gpxsee (4.17) stable; urgency=low
|
||||
|
||||
* Added support for Lambert Azimuthal Equal Area projections.
|
||||
* Added support for map viewing without GPS log files loaded.
|
||||
* Added slider/marker color setting.
|
||||
* Fixed scene centering issue.
|
||||
* Fixed offline map scale computation issue.
|
||||
* Fixed some corner case map drawing issues.
|
||||
|
||||
-- Martin Tuma <tumic@cbox.cz> Sat, 09 Dec 2017 21:07:06 +0100
|
||||
|
||||
gpxsee (4.16) stable; urgency=low
|
||||
|
||||
* Fixed broken loading of KML files with folder elements outside
|
||||
|
@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Dec 9 20:56:35 CET 2017 - tumic@cbox.cz
|
||||
|
||||
- Update to version 4.17
|
||||
* Added support for Lambert Azimuthal Equal Area projections.
|
||||
* Added support for map viewing without GPS log files loaded.
|
||||
* Added slider/marker color setting.
|
||||
* Fixed scene centering issue.
|
||||
* Fixed offline map scale computation issue.
|
||||
* Fixed some corner case map drawing issues.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 18 00:06:27 CEST 2017 - tumic@cbox.cz
|
||||
|
||||
|
@ -1,9 +1,9 @@
|
||||
Format: 1.0
|
||||
Source: gpxsee
|
||||
Version: 4.16
|
||||
Version: 4.17
|
||||
Binary: gpxsee
|
||||
Maintainer: Martin Tuma <tumic@cbox.cz>
|
||||
Architecture: any
|
||||
Build-Depends: debhelper (>= 9), qtbase5-dev, qtbase5-dev-tools, qt5-qmake, qttools5-dev-tools, libqt5opengl5-dev
|
||||
Files:
|
||||
00000000000000000000000000000000 0 GPXSee-4.16.tar.gz
|
||||
00000000000000000000000000000000 0 GPXSee-4.17.tar.gz
|
||||
|
11
gpxsee.spec
11
gpxsee.spec
@ -19,7 +19,7 @@
|
||||
# See also http://en.opensuse.org/openSUSE:Specfile_guidelines
|
||||
|
||||
Name: gpxsee
|
||||
Version: 4.16
|
||||
Version: 4.17
|
||||
Release: 1
|
||||
Summary: GPS log files visualizing and analyzing tool
|
||||
License: GPL-3.0
|
||||
@ -62,16 +62,19 @@ IGC, NMEA and Garmin CSV files.
|
||||
%setup -q -n GPXSee-%{version}
|
||||
|
||||
%build
|
||||
%if 0%{?fedora_version} >= 24 || 0%{?suse_version}
|
||||
%if 0%{?fedora_version} >= 24
|
||||
lrelease-qt5 gpxsee.pro
|
||||
%{qmake_qt5} gpxsee.pro
|
||||
%else
|
||||
%if 0%{?suse_version}
|
||||
lrelease-qt5 gpxsee.pro
|
||||
qmake-qt5 gpxsee.pro
|
||||
%else
|
||||
lrelease-qt4 gpxsee.pro
|
||||
qmake-qt4 gpxsee.pro
|
||||
%endif
|
||||
%endif
|
||||
make %{?_smp_mflags}
|
||||
make clean
|
||||
|
||||
|
||||
%install
|
||||
install -d 755 %{buildroot}/%{_bindir}
|
||||
|
Loading…
Reference in New Issue
Block a user