SHA256
1
0
forked from pool/kxmlgui

KDE Frameworks 5.83.0

OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kxmlgui?expand=0&rev=248
This commit is contained in:
Wolfgang Bauer 2021-06-13 07:06:09 +00:00 committed by Git OBS Bridge
parent 57b3c2b62f
commit 47d42d6401
6 changed files with 32 additions and 17 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:91046f2dffaa6426f766285559bb47e898950b2414fbe610d92b30e3aefb2d11
size 863880

View File

@ -1,11 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmCNag4ACgkQWNDuZIpI
s7urAAf/ab6Xk73Ze8vJdb9zAYrkrnCStB1di2gVM8AbIUDdGZZvk+DKQ0niFnZl
X42N9wHHjqMdXLAf03Avg4J+Euc+r9RnJtMgyn+xU976qklHHwyyXRpIcybpwdDJ
ENrK0Zb3vh19+hlej8Y8vgtph5StPK4kAgkUIvOn+xs+JtlwhMla3wKlD8cjPxpj
VfLMtvpuCiHAChZU5wX3c7eddppJfP4Pg4Td+afEoSdtsq2wNa3uxWL9Vbb+PLQK
FZHNrjBqgBdVcUtPacnje8ZVX/Syc9eaS+VZc2rJAp1kBaCFnxgU1HTrLtSMTotr
yJk1MHaPcdEDIrrrSHyEvmT0IfWyDg==
=YBzh
-----END PGP SIGNATURE-----

3
kxmlgui-5.83.0.tar.xz Normal file
View File

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

11
kxmlgui-5.83.0.tar.xz.sig Normal file
View File

@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmC7Vv4ACgkQWNDuZIpI
s7sUDAgAhKO3pf+M9YzCqz9wRDuviJ1+yj5TUHIubYlPgJS3lbBzukXEEVfuXjh0
g9XqLmDjx3LHBK7koTHMZ3HWUMAOUgRIt53+PaZukb8blaziK/b6luQ+x7wdKB9A
2xGqxQPeMk6IL35Dso/FWdQrXpSobyIa3O8i8d8mXNyr4BfhqKlmJ3vgUvhlW/Tu
SKZd192+sfcFBh1WKFTllxxhSPSS9U+lrPwK9ZKmqBBrX40+iKU05ZI9C2sYk5pu
Y3RAWNEIDmOeGCSHynSQsCvccxQCK7nHn7JOz9k9+lIiBPVBTNAwvMDplYV3C9cQ
AvcjRX1hZ202bIBe6ptJ+Wusvhb5VQ==
=8bST
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,19 @@
-------------------------------------------------------------------
Sat Jun 5 11:59:19 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>
- Update to 5.83.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.83.0
- Changes since 5.82.0:
* Add KCommandBar to KXMLGui-using apps by default
* Remove the Attica requirement by using the store's new links
* Bump required CMake version to 3.16
* Use new version-controlled enumerator deprecation warning macros
* Ensure instances of derived Private classes are properly destructed
* Don't translate urls (kde#436052)
* Call ki18n_install() unconditionally
-------------------------------------------------------------------
Sun May 9 11:25:41 UTC 2021 - Fabian Vogt <fabian@ritter-vogt.de>

View File

@ -17,14 +17,14 @@
%define lname libKF5XmlGui5
%define _tar_path 5.82
%define _tar_path 5.83
# Full KF5 version (e.g. 5.33.0)
%{!?_kf5_version: %global _kf5_version %{version}}
# Last major and minor KF5 version (e.g. 5.33)
%{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | awk -F. '{print $1"."$2}')}
%bcond_without lang
Name: kxmlgui
Version: 5.82.0
Version: 5.83.0
Release: 0
Summary: Framework for managing menu and toolbar actions
License: LGPL-2.1-or-later AND GPL-2.0-or-later
@ -41,7 +41,6 @@ Patch1: 0001-Revert-Fix-initial-window-size-calculations.patch
BuildRequires: extra-cmake-modules >= %{_kf5_bugfix_version}
BuildRequires: fdupes
BuildRequires: kf5-filesystem
BuildRequires: cmake(KF5Attica) >= %{_kf5_bugfix_version}
BuildRequires: cmake(KF5Config) >= %{_kf5_bugfix_version}
BuildRequires: cmake(KF5ConfigWidgets) >= %{_kf5_bugfix_version}
BuildRequires: cmake(KF5CoreAddons) >= %{_kf5_bugfix_version}