From 8b754748d4fd5b30cfd5cb1f003e7e16caf0674ba04028896ff305f0dcf83568 Mon Sep 17 00:00:00 2001 From: Wolfgang Bauer Date: Sat, 28 Jul 2018 13:49:41 +0000 Subject: [PATCH] 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 --- marble-18.04.3.tar.xz | 3 --- marble-18.07.80.tar.xz | 3 +++ marble.changes | 33 +++++++++++++++++++++++++++++++++ marble.spec | 4 ++-- 4 files changed, 38 insertions(+), 5 deletions(-) delete mode 100644 marble-18.04.3.tar.xz create mode 100644 marble-18.07.80.tar.xz diff --git a/marble-18.04.3.tar.xz b/marble-18.04.3.tar.xz deleted file mode 100644 index d16bd7c..0000000 --- a/marble-18.04.3.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7f527470da787b54b85c92e52aedd00ef8b53c082b8f61fbf6e1e1fa3d164fdf -size 52432816 diff --git a/marble-18.07.80.tar.xz b/marble-18.07.80.tar.xz new file mode 100644 index 0000000..de70f4d --- /dev/null +++ b/marble-18.07.80.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:826acd324500675dee18efd56bfafb73b790b4080a98cfe0d887e5095a3b873b +size 52437152 diff --git a/marble.changes b/marble.changes index 86501c3..74c8408 100644 --- a/marble.changes +++ b/marble.changes @@ -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 diff --git a/marble.spec b/marble.spec index 7d8bfca..b574d1b 100644 --- a/marble.spec +++ b/marble.spec @@ -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+