SHA256
1
0
forked from pool/marble
Christophe Giboudeaux 2022-03-29 06:45:07 +00:00 committed by Git OBS Bridge
parent aa352f2920
commit d4443e6845
6 changed files with 50 additions and 22 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:442925b9024c0d7d470aa1523b0647c8fdce9ce69a0a2c6b29133d43596ad86c
size 53653508

View File

@ -1,16 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQIzBAABCgAdFiEE2BwMs463Je9mkcOFu0YzUNbvMe8FAmIdY2QACgkQu0YzUNbv
Me+Lig//Y08f27ZDz5+tGOWZpmhCHcAhxn4HgZYP9LQhWfEsc9uRp8ZConkV5oES
Buf7fK78cEuhrnuT9QWFoSpQiRNGRGGI9WSIDTfKoE58/itQuNMqwq1NQl2La1fa
3LParljoMKgDbWgWGgD2i0scbWy9vG5l/18v2nPJ8ze+qjiK/w48DWt6Dh3SdQL7
oJLfWBrpfulVKg8efRLOJ4sVTexk8ple4Yavn6uZ1pBxWZEZTyW/qkXxSkxOCuYv
8WDs90yUychaAxQOJPZfK2k16ZNitbZYtoZUN6KQusjHHtqNl7bpnbtzDG4+VE50
2nHgTiwgj0KzCaKL5RqSoPf8yU0Kkx3/mwSl8VxD8pzvsAZsnypKtpMXwqb8SWq4
935AlTVRJ+exq1Ry6Zd/Z+20C/YRVOkAavn/mfaNRPKB/X9sW3/HAeFwz7NbH0fZ
3Zl24pwo8B9sePQVpN9B/ZrkKdOcq4FhfajROWujZBNGMJ35WoL26SelFbNPOtfU
VPGVbKpj7vn3lCvAHZPuZvVooUQbkzLDRn2RLh6MJMiOE69KxC/6FiEcwwYKV1TT
MjATlXHU+2QSF7KtDt4g/a4AsYCo7WEtwfjTRp0H3aV9eiTcq7OXOpd2GxkWvRYl
QESBbQ7doPiwrMRWg5USkC3B5qSDkPZAWtWVutISeYhnKtJqXZk=
=Ssxr
-----END PGP SIGNATURE-----

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

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:92e8639476d99edfbd28300cb3038cde3eeb0f9316ad786ab5cdd17ce5975e81
size 53672360

View File

@ -0,0 +1,16 @@
-----BEGIN PGP SIGNATURE-----
iQIzBAABCgAdFiEEyiYsbIPeTS+yijMqOmpNuDnqptcFAmI0jgAACgkQOmpNuDnq
ptfOQRAAmqaiVBMbrMfJnq1Cs0YyBrIEMgJTyimqaHePpZ9EnUMNHhDVOjEDLHIc
zwHv+JmeWIx6IK1RG/3FBQ4CF1aag/irpn1qk3199jVkv0YQ5RQG0NAgph8oez3X
xjXF0gennNKr3gN1c2vfWOgGyUX49Qi/bqamt4k0HKLdjv01gZ00pd/1+yuIkcg/
pVQV38PRy3TOki+axchszA5xFdFB8UD2Z/snwTRGBSGv0hoTntxJZABunY6nUIGt
kmdPUkmj4A2ry0/8r9xxRmLKBCOnFiVPNM0esd8z3bMLcm9jzqp25it10D7unkzA
XVgcajTKQJJQGkyizTXEvB6RQj7AEdwGwirJKqHU47Dv3icvA5QOrj8zeNUSqlID
Qtj+VO9jnjN3PLlDqiUtqS1YrdTR8kRVfq/HG+lJUX9UYSV+rHexk+cZqafRy6oa
Szq4Kt7Js5ywZDVPvVhrNj404lUsNMSf35CeXT86B+ZPSd96Jrw4b24qL62HGqWU
jbw0Dkoo4RuaXnl/1901Fmaq26VwclpypfPWhsLVPqeXW9c/8k9ew6bwsFRj6QZR
BUNS6QZ51pvvHhsJjwEcDTXF06X9i3KE/U8Xp8Hf86D2m+Hi1Yn0uThj9gXzLoGV
p6zqKT7K5U7HL+UrF/WPqj6jFWGcRr+GGbDDMdiCkRchoLQSt/o=
=krs/
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,31 @@
-------------------------------------------------------------------
Wed Mar 23 08:15:05 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr>
- Update to 22.03.80
* New feature release
- Changes since 21.12.3:
* Adding means to Marble QtQuick to determine the license.
* Fix blacklist and whitelist to also work for plugins that are not prefixed with "lib".
* Eliminate a "type qualifiers ignored on function return type" warning
* Eliminate "this statement may fall through" warnings
* Port deprecated QObject::trUtf8() -> tr()
* Eliminate a buffer size warning in EclSolar::getEclYearInfo()
* Port deprecated qVariantFromValue() -> QVariant::fromValue()
* Port deprecated QPixmap::grabWidget() -> QWidget::grab()
* Port deprecated QFileInfo::created() -> metadataChangeTime()
* Port deprecated QTime::elapsed() -> QElapsedTimer
* Port deprecated QStyleOptionViewItemV2 -> QStyleOptionViewItem
* Port deprecated QSet::fromList() -> QSet(begin,end)
* Port deprecated QSet::toList() -> values()
* Port deprecated QFlags(nullptr) -> QFlags()
* Port deprecated QFontMetrics::width() -> horizontalAdvance()
* Use KActionCollection::setDefaultShortcut() for marble-kde
* WMS: Allow redirection on the initial GetCapabilities request
* Use the real MIME type "application/gpx+xml" instead of an alias
* Add icon for the geo: URI handler
* Don't run Marble in a terminal when handling geo: URIs
* apps/marble-kde: Use heap memory allocation for MainWindow (kde#443144)
-------------------------------------------------------------------
Tue Mar 1 09:58:09 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr>

View File

@ -22,16 +22,16 @@
%{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')}
%bcond_without released
Name: marble
Version: 21.12.3
Version: 22.03.80
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: https://apps.kde.org/marble
Source: https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz
Source: https://download.kde.org/unstable/release-service/%{version}/src/%{name}-%{version}.tar.xz
%if %{with released}
Source1: https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
Source1: https://download.kde.org/unstable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
Source2: applications.keyring
%endif
BuildRequires: extra-cmake-modules