SHA256
1
0
forked from pool/marble

Accepting request 630286 from KDE:Applications

Update to 18.08.0

OBS-URL: https://build.opensuse.org/request/show/630286
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/marble?expand=0&rev=105
This commit is contained in:
Dominique Leuenberger 2018-08-24 15:09:46 +00:00 committed by Git OBS Bridge
commit d5fec21140
4 changed files with 48 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7f527470da787b54b85c92e52aedd00ef8b53c082b8f61fbf6e1e1fa3d164fdf
size 52432816

3
marble-18.08.0.tar.xz Normal file
View File

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

View File

@ -1,3 +1,46 @@
-------------------------------------------------------------------
Thu Aug 16 22:07:53 UTC 2018 - christophe@krop.fr
- Update to 18.08.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-18.08.0.php
- Changes since 18.07.80:
* None
-------------------------------------------------------------------
Thu Jul 26 13:01:04 UTC 2018 - lbeltrame@kde.org
- Update to 18.07.80
* New feature release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-18.07.80.php
- Changes since 18.04.3:
* avoid runtime error about unknown signal when compiled without WebKit
* No version number for the libs on Android
* fix accidental use of comma operator
* modernize-use-using
* Let Magrathea become a myth
* modernize-use-equals-delete
* Add even more override specifiers
* stop InertialEarthRotation when a new coordinate is set or keyboard interaction
* Signal is rejected not reject
* Worldmap Plasma wallpaper: fix potential binding loop for config label width
* modernize code to use nullptr (clang-tidy)
* x in tan(x) must be radian, not degree
* must be 180 (two times right angle)
* remove unused toString() methods
* const'ify, use geodata_cast<>
* avoid detour through QString when hashing
* reuse GeoDataCoordinates::interpolate()
* reuse GeoDataCoordinates::interpolate()
* no need for using GeoDataLineString when calculating distance between just two points
* reuse RouteSegment::projected()
* no need for #including MarbleMath.h here
* get rid of (heap allocated) coef vector
* GeoDataLatLonBox::{north(),south(),east(),west()} are already normalized
* use GeoDataLatLonBox, just like in GeoGraphicsScene::items()
-------------------------------------------------------------------
Fri Jul 13 04:50:18 UTC 2018 - lbeltrame@kde.org

View File

@ -21,11 +21,11 @@
%define _so -28
%define _so_astro 1
Name: marble
Version: 18.04.3
Version: 18.08.0
Release: 0
%define kf5_version 5.26.0
# Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)
%{!?_kapp_version: %global _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')}
%{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')}
Summary: Generic map viewer
# License note: the tools directory contains GPL-3 tools, but they are neither built nor installed by the package
License: LGPL-2.1+