Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package kxmlgui for openSUSE:Factory checked in at 2021-05-10 15:36:06 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kxmlgui (Old) and /work/SRC/openSUSE:Factory/.kxmlgui.new.2988 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kxmlgui" Mon May 10 15:36:06 2021 rev:93 rq:891828 version:5.82.0 Changes: -------- --- /work/SRC/openSUSE:Factory/kxmlgui/kxmlgui.changes 2021-04-12 12:37:02.673346946 +0200 +++ /work/SRC/openSUSE:Factory/.kxmlgui.new.2988/kxmlgui.changes 2021-05-10 15:38:03.253882560 +0200 @@ -1,0 +2,23 @@ +Sun May 9 11:25:41 UTC 2021 - Fabian Vogt <[email protected]> + +- Add patch to fix initial window size of konsole: + * 0001-Revert-Fix-initial-window-size-calculations.patch + +------------------------------------------------------------------- +Sat May 1 16:41:19 UTC 2021 - Christophe Giboudeaux <[email protected]> + +- Update to 5.82.0 + * New feature release + * For more details please see: + * https://kde.org/announcements/frameworks/5/5.82.0 +- Changes since 5.81.0: + * Fix initial window size calculations + * Fix mem leak found by asan + * Don't forward declaration when we already include files + * Remove unused include + * kxmlgui_unittest: Do not fail if LC_ALL ENV variable is set + * Fix autotest build without D-Bus on Android + * Add .git-blame-ignore-revs file + * Don't build with KGlobalAccel on Windows, Mac, and Android + +------------------------------------------------------------------- Old: ---- kxmlgui-5.81.0.tar.xz kxmlgui-5.81.0.tar.xz.sig New: ---- 0001-Revert-Fix-initial-window-size-calculations.patch kxmlgui-5.82.0.tar.xz kxmlgui-5.82.0.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kxmlgui.spec ++++++ --- /var/tmp/diff_new_pack.rkIe0l/_old 2021-05-10 15:38:03.789880440 +0200 +++ /var/tmp/diff_new_pack.rkIe0l/_new 2021-05-10 15:38:03.789880440 +0200 @@ -17,14 +17,14 @@ %define lname libKF5XmlGui5 -%define _tar_path 5.81 +%define _tar_path 5.82 # 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.81.0 +Version: 5.82.0 Release: 0 Summary: Framework for managing menu and toolbar actions License: LGPL-2.1-or-later AND GPL-2.0-or-later @@ -36,6 +36,8 @@ Source2: frameworks.keyring %endif Source99: baselibs.conf +# PATCH-FIX-OPENSUSE (until fixed properly) +Patch1: 0001-Revert-Fix-initial-window-size-calculations.patch BuildRequires: extra-cmake-modules >= %{_kf5_bugfix_version} BuildRequires: fdupes BuildRequires: kf5-filesystem @@ -53,14 +55,14 @@ # Now requires private headers BuildRequires: libqt5-qtbase-private-headers-devel BuildRequires: pkgconfig -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: cmake(Qt5Core) >= 5.15.0 +BuildRequires: cmake(Qt5DBus) >= 5.15.0 +BuildRequires: cmake(Qt5Network) >= 5.15.0 +BuildRequires: cmake(Qt5PrintSupport) >= 5.15.0 +BuildRequires: cmake(Qt5Test) >= 5.15.0 +BuildRequires: cmake(Qt5UiPlugin) >= 5.15.0 +BuildRequires: cmake(Qt5Widgets) >= 5.15.0 +BuildRequires: cmake(Qt5Xml) >= 5.15.0 BuildRequires: pkgconfig(x11) %description @@ -90,9 +92,9 @@ Requires: extra-cmake-modules Requires: cmake(KF5Config) >= %{_kf5_bugfix_version} Requires: cmake(KF5ConfigWidgets) >= %{_kf5_bugfix_version} -Requires: cmake(Qt5DBus) >= 5.14.0 -Requires: cmake(Qt5Widgets) >= 5.14.0 -Requires: cmake(Qt5Xml) >= 5.14.0 +Requires: cmake(Qt5DBus) >= 5.15.0 +Requires: cmake(Qt5Widgets) >= 5.15.0 +Requires: cmake(Qt5Xml) >= 5.15.0 %description devel libkxmlgui provides a framework for managing menu and toolbar actions in an @@ -103,17 +105,17 @@ %lang_package -n %{lname} %prep -%setup -q +%autosetup -p1 %build - %cmake_kf5 -d build -- -DSYSCONF_INSTALL_DIR=%{_kf5_sysconfdir} - %cmake_build +%cmake_kf5 -d build -- -DSYSCONF_INSTALL_DIR=%{_kf5_sysconfdir} +%cmake_build %install - %kf5_makeinstall -C build - %fdupes %{buildroot} +%kf5_makeinstall -C build +%fdupes %{buildroot} - mkdir -p %{buildroot}%{_kf5_sharedir}/kxmlgui5/ +mkdir -p %{buildroot}%{_kf5_sharedir}/kxmlgui5/ %if %{with lang} %find_lang %{name}5 ++++++ 0001-Revert-Fix-initial-window-size-calculations.patch ++++++ >From 47982fe4ea9e54aa70f19520f697f780429d4fa7 Mon Sep 17 00:00:00 2001 From: Fabian Vogt <[email protected]> Date: Sun, 9 May 2021 13:23:57 +0200 Subject: [PATCH] Revert "Fix initial window size calculations" This reverts commit f147fcf22318acf3b953600a028ea026fd7c345b. It breaks konsole: https://invent.kde.org/frameworks/kxmlgui/-/merge_requests/53#note_237142 --- src/kmainwindow.cpp | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/kmainwindow.cpp b/src/kmainwindow.cpp index 8721de5b..f12141a0 100644 --- a/src/kmainwindow.cpp +++ b/src/kmainwindow.cpp @@ -696,12 +696,6 @@ void KMainWindow::applyMainWindowSettings(const KConfigGroup &cg) if (!d->sizeApplied && (!window() || window() == this)) { winId(); // ensure there's a window created - // Set the window's size from the existing widget geometry to respect the - // implicit size when there is no saved geometry in the config file for - // KWindowConfig::restoreWindowSize() to restore - // TODO: remove once QTBUG-40584 is fixed; see below - windowHandle()->setWidth(width()); - windowHandle()->setHeight(height()); KWindowConfig::restoreWindowSize(windowHandle(), cg); // NOTICE: QWindow::setGeometry() does NOT impact the backing QWidget geometry even if the platform // window was created -> QTBUG-40584. We therefore copy the size here. -- 2.25.1 ++++++ kxmlgui-5.81.0.tar.xz -> kxmlgui-5.82.0.tar.xz ++++++ ++++ 61812 lines of diff (skipped)
