KDE Frameworks 5.78.0

OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kxmlgui?expand=0&rev=237
This commit is contained in:
Wolfgang Bauer 2021-01-09 12:18:58 +00:00 committed by Git OBS Bridge
parent 064784be73
commit 0f91ff46f6
6 changed files with 43 additions and 29 deletions

View File

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

View File

@ -1,11 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl/Ln9UACgkQWNDuZIpI
s7u1cwgAnQdJTrPlxDfgH0VN206GzJlZLubUPQGz49avB554WRq47Ae6tDi/eOv0
35tZXee6yy5RfJ6Y5wcsLmdNbrWApGY6lARxUxNBiRdXLqRPzlWGBFNEcYSKFNXt
qUBbUcx6nnirdcyu0udTOXlcBTDyDqMUTZit5G31mHUogEjLl0IIARP3dg0JSq8p
sg9Tdkx5Oy6n/By9/JIgkhWXBqR75G19O2toHsl2E2md1lWt8oCCn20cma0kZG1l
zyGG0N43S/XbSsWmkvUV5IeE6ZWzwqo535z5dTDDHlvwTf1P+aTSqV0tzkMuLD2Q
tbI2JR372xmF7T3bHpusIJhikHBvyw==
=qoeW
-----END PGP SIGNATURE-----

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

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

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

@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl/wengACgkQWNDuZIpI
s7uahwf9HfAEzdG6wyaUR7e/GjmtLM5ZEl3y0wUaFnOoZmow3eXmxfG9bNEhk1Cq
aRQ92YUopiMIdm/gImGwjTCBbuAWVNlTVIfSRnVn8FYLm5q1XOBh79XYuHQdfIQ0
a56IoHS8o3Ka23z0fR39YlupV1UDPuGGt8ZSYE1FjTFFcYvI2T4oC8pI5QLf9b1d
DBS5rHtFXB4WEWLzThePFb3rXdTCp3G8J0SRJsamVbHsGreROMUXmkmUqMXwOW/U
W7gVC259AIHFuQmjIl6XWqjD5rjN4Fjwoc8AUpbLjt9ZkVfXB39PSwnd1gi3KK8r
Ge9O6aKlucctM3IBAc8ZpP6VF5dZUQ==
=qN65
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,18 @@
-------------------------------------------------------------------
Wed Jan 6 10:48:06 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>
- Update to 5.78.0
* New feature release
* For more details please see:
* https://kde.org/announcements/kde-frameworks-5.78.0
- Changes since 5.77.0:
* KXmlGui: when upgrading a local .rc file, keep new app toolbars
* Fix key recording by setWindow before capture starts. (kde#430388)
* Remove ifdefs, we require Qt 5.14 now
* operator+/- is disabled for QFlags in qt6
* Remove unused KWindowSystem dependency
* Clear KXMLGUIClient in memory xml doc after saving shortcuts to disk
-------------------------------------------------------------------
Mon Dec 7 17:14:50 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>

View File

@ -1,7 +1,7 @@
#
# spec file for package kxmlgui
#
# Copyright (c) 2020 SUSE LLC
# Copyright (c) 2021 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -17,14 +17,14 @@
%define lname libKF5XmlGui5
%define _tar_path 5.77
%define _tar_path 5.78
# 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.77.0
Version: 5.78.0
Release: 0
Summary: Framework for managing menu and toolbar actions
License: LGPL-2.1-or-later AND GPL-2.0-or-later
@ -50,18 +50,17 @@ BuildRequires: cmake(KF5IconThemes) >= %{_kf5_bugfix_version}
BuildRequires: cmake(KF5ItemViews) >= %{_kf5_bugfix_version}
BuildRequires: cmake(KF5TextWidgets) >= %{_kf5_bugfix_version}
BuildRequires: cmake(KF5WidgetsAddons) >= %{_kf5_bugfix_version}
BuildRequires: cmake(KF5WindowSystem) >= %{_kf5_bugfix_version}
# Now requires private headers
BuildRequires: libqt5-qtbase-private-headers-devel
BuildRequires: pkgconfig
BuildRequires: cmake(Qt5Core) >= 5.13.0
BuildRequires: cmake(Qt5DBus) >= 5.13.0
BuildRequires: cmake(Qt5Network) >= 5.13.0
BuildRequires: cmake(Qt5PrintSupport) >= 5.13.0
BuildRequires: cmake(Qt5Test) >= 5.13.0
BuildRequires: cmake(Qt5UiPlugin) >= 5.13.0
BuildRequires: cmake(Qt5Widgets) >= 5.13.0
BuildRequires: cmake(Qt5Xml) >= 5.13.0
BuildRequires: cmake(Qt5Core) >= 5.14.0
BuildRequires: cmake(Qt5DBus) >= 5.14.0
BuildRequires: cmake(Qt5Network) >= 5.14.0
BuildRequires: cmake(Qt5PrintSupport) >= 5.14.0
BuildRequires: cmake(Qt5Test) >= 5.14.0
BuildRequires: cmake(Qt5UiPlugin) >= 5.14.0
BuildRequires: cmake(Qt5Widgets) >= 5.14.0
BuildRequires: cmake(Qt5Xml) >= 5.14.0
BuildRequires: pkgconfig(x11)
%description
@ -91,9 +90,9 @@ Requires: %{lname} = %{version}
Requires: extra-cmake-modules
Requires: cmake(KF5Config) >= %{_kf5_bugfix_version}
Requires: cmake(KF5ConfigWidgets) >= %{_kf5_bugfix_version}
Requires: cmake(Qt5DBus) >= 5.13.0
Requires: cmake(Qt5Widgets) >= 5.13.0
Requires: cmake(Qt5Xml) >= 5.13.0
Requires: cmake(Qt5DBus) >= 5.14.0
Requires: cmake(Qt5Widgets) >= 5.14.0
Requires: cmake(Qt5Xml) >= 5.14.0
%description devel
libkxmlgui provides a framework for managing menu and toolbar actions in an