From f1c4f850b333aa82a4b06ccf7f749dc4b6fd58f654634a4c20058f3b09c8d7a9 Mon Sep 17 00:00:00 2001 From: Fabian Vogt Date: Tue, 11 Dec 2018 16:55:13 +0000 Subject: [PATCH] KDE Frameworks 5.53.0 OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kxmlgui?expand=0&rev=180 --- kxmlgui-5.52.0.tar.xz | 3 --- kxmlgui-5.53.0.tar.xz | 3 +++ kxmlgui.changes | 21 +++++++++++++++++++++ kxmlgui.spec | 13 +++++++++++-- 4 files changed, 35 insertions(+), 5 deletions(-) delete mode 100644 kxmlgui-5.52.0.tar.xz create mode 100644 kxmlgui-5.53.0.tar.xz diff --git a/kxmlgui-5.52.0.tar.xz b/kxmlgui-5.52.0.tar.xz deleted file mode 100644 index a5b2fd5..0000000 --- a/kxmlgui-5.52.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e4624f4f8a630ee30093ea785f17833e7668915dd71d7058829049427001b631 -size 868824 diff --git a/kxmlgui-5.53.0.tar.xz b/kxmlgui-5.53.0.tar.xz new file mode 100644 index 0000000..6108d75 --- /dev/null +++ b/kxmlgui-5.53.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ea9d75bf6405dad3db0cb6f017030be139e3bc6e223ed235237e3cf09bd97a9 +size 869296 diff --git a/kxmlgui.changes b/kxmlgui.changes index 4be1b41..6aa3cd1 100644 --- a/kxmlgui.changes +++ b/kxmlgui.changes @@ -1,3 +1,24 @@ +------------------------------------------------------------------- +Mon Dec 10 10:37:44 UTC 2018 - wbauer@tmo.at + +- Use gcc7 on Leap 42.3 to fix build, compilation fails with the + default 4.8 + +------------------------------------------------------------------- +Sun Dec 09 19:43:45 UTC 2018 - lbeltrame@kde.org + +- Update to 5.53.0 + * New feature release + * For more details please see: + * https://www.kde.org/announcements/kde-frameworks-5.53.0.php +- Changes since 5.52.0: + * Use isEmpty() + * Qt 5.9 is now the required version + * Update the "About KDE" text + * Mark member pointer const to tell it will not be changed by design + * Use member-function-pointer-based signal/slot connection + * krulertest: remove deprecated defunct call + ------------------------------------------------------------------- Sun Nov 11 19:48:08 UTC 2018 - lbeltrame@kde.org diff --git a/kxmlgui.spec b/kxmlgui.spec index 3dc4371..6fc57fe 100644 --- a/kxmlgui.spec +++ b/kxmlgui.spec @@ -17,14 +17,14 @@ %define lname libKF5XmlGui5 -%define _tar_path 5.52 +%define _tar_path 5.53 # 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.52.0 +Version: 5.53.0 Release: 0 Summary: Framework for managing menu and toolbar actions License: LGPL-2.1-or-later AND GPL-2.0-or-later @@ -58,6 +58,10 @@ BuildRequires: cmake(Qt5Test) >= 5.6.0 BuildRequires: cmake(Qt5Widgets) >= 5.6.0 BuildRequires: cmake(Qt5Xml) >= 5.6.0 BuildRequires: pkgconfig(x11) +%if 0%{?suse_version} < 1330 +# It does not build with the default compiler (GCC 4.8) on Leap 42.x +BuildRequires: gcc7-c++ +%endif %description libkxmlgui provides a framework for managing menu and toolbar actions in an @@ -102,6 +106,11 @@ description for example for integrating actions from plugins. Development files. %setup -q %build + %if 0%{?suse_version} < 1330 + # It does not build with the default compiler (GCC 4.8) on Leap 42.x + export CC=gcc-7 + export CXX=g++-7 + %endif %cmake_kf5 -d build -- -DSYSCONF_INSTALL_DIR=%{_kf5_sysconfdir} %make_jobs