SHA256
1
0
forked from pool/marble

KDE Applications 18.08.0 beta (third time's the charm)

OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/marble?expand=0&rev=161
This commit is contained in:
Wolfgang Bauer 2018-07-28 13:49:41 +00:00 committed by Git OBS Bridge
parent 6667351e3a
commit 8b754748d4
4 changed files with 38 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.07.80.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:826acd324500675dee18efd56bfafb73b790b4080a98cfe0d887e5095a3b873b
size 52437152

View File

@ -1,3 +1,36 @@
-------------------------------------------------------------------
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.07.80
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+