Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package konsole for openSUSE:Factory checked in at 2021-07-04 22:09:53 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/konsole (Old) and /work/SRC/openSUSE:Factory/.konsole.new.2625 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "konsole" Sun Jul 4 22:09:53 2021 rev:141 rq:903316 version:21.04.2 Changes: -------- --- /work/SRC/openSUSE:Factory/konsole/konsole.changes 2021-06-12 20:06:57.272814150 +0200 +++ /work/SRC/openSUSE:Factory/.konsole.new.2625/konsole.changes 2021-07-04 22:09:54.333617647 +0200 @@ -1,0 +2,6 @@ +Wed Jun 30 18:07:27 UTC 2021 - Fabian Vogt <fab...@ritter-vogt.de> + +- Add patch to fix initial size after kxmlgui changes (kde#437791): + * 0001-Prevent-1px-sizehint-when-there-is-no-preconfigurati.patch + +------------------------------------------------------------------- New: ---- 0001-Prevent-1px-sizehint-when-there-is-no-preconfigurati.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ konsole.spec ++++++ --- /var/tmp/diff_new_pack.bzcKwT/_old 2021-07-04 22:09:55.005612449 +0200 +++ /var/tmp/diff_new_pack.bzcKwT/_new 2021-07-04 22:09:55.009612418 +0200 @@ -40,6 +40,8 @@ Source24: utilities-terminal-su-48.png Source25: utilities-terminal-su-64.png Source26: utilities-terminal-su-128.png +# PATCH-FIX-UPSTREAM +Patch1: 0001-Prevent-1px-sizehint-when-there-is-no-preconfigurati.patch BuildRequires: fdupes BuildRequires: kf5-filesystem BuildRequires: update-desktop-files ++++++ 0001-Prevent-1px-sizehint-when-there-is-no-preconfigurati.patch ++++++ >From b43548b22c4844db95c628a508199518bd3f4350 Mon Sep 17 00:00:00 2001 From: Tomaz Canabrava <tcanabr...@kde.org> Date: Wed, 30 Jun 2021 12:45:08 +0100 Subject: [PATCH] Prevent 1px sizehint when there is no preconfiguration BUG: 437791 --- src/MainWindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/MainWindow.cpp b/src/MainWindow.cpp index eddc2868..477e997e 100644 --- a/src/MainWindow.cpp +++ b/src/MainWindow.cpp @@ -129,7 +129,7 @@ MainWindow::MainWindow() : KAcceleratorManager::setNoAccel(menuBar()); // create menus - setupGUI(); + createGUI(); // remember the original menu accelerators for later use rememberMenuAccelerators(); -- 2.25.1