diff --git a/applications.keyring b/applications.keyring new file mode 100644 index 0000000..57c966e Binary files /dev/null and b/applications.keyring differ diff --git a/marble-19.04.3.tar.xz b/marble-19.04.3.tar.xz deleted file mode 100644 index 5a93eb9..0000000 --- a/marble-19.04.3.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b2451d338bf433d5a0211c954f48fb5c6c80fecbb8fa69d604276fecb45fe826 -size 52188608 diff --git a/marble-19.08.0.tar.xz b/marble-19.08.0.tar.xz new file mode 100644 index 0000000..4963538 --- /dev/null +++ b/marble-19.08.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1c951a1357c94a61b38f0ae8a1235d194150cd351dbf25d2db3508b22b44cc1 +size 52299796 diff --git a/marble-19.08.0.tar.xz.sig b/marble-19.08.0.tar.xz.sig new file mode 100644 index 0000000..3a1a99f --- /dev/null +++ b/marble-19.08.0.tar.xz.sig @@ -0,0 +1,11 @@ +-----BEGIN PGP SIGNATURE----- + +iQEzBAABCgAdFiEE8jJ15L8Qr8HfaRSm29LOiT4tHIcFAl1MxpUACgkQ29LOiT4t +HIcQAAf/QS/+66WI5ijmroftecFnQJSQwiXE+7FkWB+TGnYcytER8VBYsq4OPiOW +qbO/yZmkdzpVOT6QoQeppXv+TsGrkKcZTNDnWn4MCzJpkl747IplFctvFEafdpff +ggK5sTPinkZ/VYXTB1MOMBFDIm385qJMolQXC12IMb8h2BCycxrLbBcxcuFtn1HE +yWslJoTNpvMX8xlMML68zGaOvV2UI84vIP7A+ONyjyz/tgP7WbDZyvl5w4uKvR9Z +phBwomdbZaaW6xo0PzrtNGT3cQwkEzAivp5A+RPiaq16g1cDTkOLpTX5/9hH0aOc +8EMZ6foM62YSTqlnnxMxYMv5T7DDZQ== +=B2sX +-----END PGP SIGNATURE----- diff --git a/marble.changes b/marble.changes index 2e75bdb..ee5c8be 100644 --- a/marble.changes +++ b/marble.changes @@ -1,3 +1,40 @@ +------------------------------------------------------------------- +Fri Aug 9 08:32:20 UTC 2019 - Christophe Giboudeaux + +- Update to 19.08.0 + * New feature release + * For more details please see: + * https://www.kde.org/announcements/announce-applications-19.08.0.php +- No code change since 19.07.90 + +------------------------------------------------------------------- +Tue Aug 06 16:50:51 UTC 2019 - lbeltrame@kde.org + +- Update to 19.07.90 + * New bugfix release + * For more details please see: + * https://www.kde.org/announcements/announce-applications-19.08-rc.php +- Changes since 19.07.80: + * No code changes since 19.07.80 + +------------------------------------------------------------------- +Tue Jul 23 11:59:07 UTC 2019 - lbeltrame@kde.org + +- Update to 19.07.80 + * New feature release + * For more details please see: + * https://www.kde.org/announcements/announce-applications-19.08-beta.php +- Changes since 19.04.3: + * i18n: fix extraction of legend strings with double quotes + * update screenshot + * It's time to use cmake 3.5 + * Simplify normalized linear interpolation between two GeoDataCoordinates + * Introduce GeoDataCoordinates::rotateAround() overload + * Prefer geodata_cast<> to dynamic_cast<> + * Flatten nested if-statements + * Eliminate normGlobalHeight for more mathematical beauty + * Fix add_test command + ------------------------------------------------------------------- Sat Jul 13 07:26:38 UTC 2019 - lbeltrame@kde.org diff --git a/marble.spec b/marble.spec index 4732480..704799f 100644 --- a/marble.spec +++ b/marble.spec @@ -23,14 +23,18 @@ %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')} %bcond_without lang Name: marble -Version: 19.04.3 +Version: 19.08.0 Release: 0 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-or-later Group: Amusements/Teaching/Other -URL: http://edu.kde.org -Source0: marble-%{version}.tar.xz +URL: https://edu.kde.org +Source: https://download.kde.org/stable/applications/%{version}/src/%{name}-%{version}.tar.xz +%if %{with lang} +Source1: https://download.kde.org/stable/applications/%{version}/src/%{name}-%{version}.tar.xz.sig +Source2: applications.keyring +%endif BuildRequires: extra-cmake-modules BuildRequires: fdupes BuildRequires: gpsd-devel