From 8ba8df2ea00d80a31da146ad1afc37c6d72454581d89652b108598caafb79652 Mon Sep 17 00:00:00 2001 From: Wolfgang Bauer Date: Mon, 12 Nov 2018 13:17:20 +0000 Subject: [PATCH] KDE Frameworks 5.52.0 OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kxmlgui?expand=0&rev=178 --- kxmlgui-5.51.0.tar.xz | 3 --- kxmlgui-5.52.0.tar.xz | 3 +++ kxmlgui.changes | 25 +++++++++++++++++++++++++ kxmlgui.spec | 5 +++-- 4 files changed, 31 insertions(+), 5 deletions(-) delete mode 100644 kxmlgui-5.51.0.tar.xz create mode 100644 kxmlgui-5.52.0.tar.xz diff --git a/kxmlgui-5.51.0.tar.xz b/kxmlgui-5.51.0.tar.xz deleted file mode 100644 index 2004369..0000000 --- a/kxmlgui-5.51.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:dcb68df3acbad5d91849af7ae81af31af6db189d0ff13261303a1bad16cf4232 -size 872732 diff --git a/kxmlgui-5.52.0.tar.xz b/kxmlgui-5.52.0.tar.xz new file mode 100644 index 0000000..a5b2fd5 --- /dev/null +++ b/kxmlgui-5.52.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4624f4f8a630ee30093ea785f17833e7668915dd71d7058829049427001b631 +size 868824 diff --git a/kxmlgui.changes b/kxmlgui.changes index 0b1d9b8..4be1b41 100644 --- a/kxmlgui.changes +++ b/kxmlgui.changes @@ -1,3 +1,28 @@ +------------------------------------------------------------------- +Sun Nov 11 19:48:08 UTC 2018 - lbeltrame@kde.org + +- Update to 5.52.0 + * New feature release + * For more details please see: + * https://www.kde.org/announcements/kde-frameworks-5.52.0.php +- Changes since 5.51.0: + * Remove unused variables + * Take 1..n KMainWindows in kRestoreMainWindows + * Remove "void" as function argument + * Have include guard match header file name + * Include own header first + * Use single char for concat with QByteArray, not a string + * Use more explicit constructors with internal classes + * Use QStringLiteral if a final QString is wanted + * Use value argument for QLatin1String type in internal API + * Use more const ref with arguments in internal API + * Add missing "emit" + * Do not return void values in void methods + * Use Q_OBJECT with all QObject subclasses (helps debugging introspection) + * KAboutApplicationDialog: fix typo in apidox + * Add categories file + * Remove unused variable + ------------------------------------------------------------------- Tue Oct 16 08:02:43 UTC 2018 - Luca Beltrame diff --git a/kxmlgui.spec b/kxmlgui.spec index bacde00..3dc4371 100644 --- a/kxmlgui.spec +++ b/kxmlgui.spec @@ -17,14 +17,14 @@ %define lname libKF5XmlGui5 -%define _tar_path 5.51 +%define _tar_path 5.52 # 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.51.0 +Version: 5.52.0 Release: 0 Summary: Framework for managing menu and toolbar actions License: LGPL-2.1-or-later AND GPL-2.0-or-later @@ -129,6 +129,7 @@ description for example for integrating actions from plugins. Development files. %{_kf5_configdir}/ui/ %{_kf5_libexecdir}/ksendbugmail %dir %{_kf5_sharedir}/kxmlgui5/ +%{_kf5_debugdir}/kxmlgui.categories %files devel %{_kf5_libdir}/libKF5XmlGui.so