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.08.0.tar.xz b/marble-18.08.0.tar.xz new file mode 100644 index 0000000..7e92bb4 --- /dev/null +++ b/marble-18.08.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e73764dd87fff112699b03653a93c92e4c87aba0305cf64280af00c9c6d8cfa +size 52419392 diff --git a/marble.changes b/marble.changes index 86501c3..4bd52d1 100644 --- a/marble.changes +++ b/marble.changes @@ -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 diff --git a/marble.spec b/marble.spec index 7d8bfca..6878405 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.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+