From ff2408c2782b5faccfbf0eadf2f680353660cc637bd784a8a45f4a296ea65dda Mon Sep 17 00:00:00 2001 From: Marcel Kuehlhorn Date: Wed, 7 Dec 2022 20:04:40 +0000 Subject: [PATCH] Accepting request 1041215 from home:manfred-h:server:messaging - Refresh 0005-qt6-fixes.patch OBS-URL: https://build.opensuse.org/request/show/1041215 OBS-URL: https://build.opensuse.org/package/show/server:messaging/telegram-desktop?expand=0&rev=239 --- 0005-qt6-fixes.patch | 8 ++++---- telegram-desktop.changes | 5 +++++ 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/0005-qt6-fixes.patch b/0005-qt6-fixes.patch index 5d39997..295b5c2 100644 --- a/0005-qt6-fixes.patch +++ b/0005-qt6-fixes.patch @@ -17,11 +17,11 @@ e->setAccepted( QApplicationPrivate::translateRawTouchEvent(this, event)); #endif ---- Telegram/SourceFiles/platform/linux/specific_linux.cpp.orig 2022-11-25 11:21:45.000000000 +0000 -+++ Telegram/SourceFiles/platform/linux/specific_linux.cpp 2022-12-05 08:37:53.441428781 +0000 -@@ -291,7 +291,11 @@ void LaunchGApplication() { +--- Telegram/SourceFiles/platform/linux/specific_linux.cpp.orig 2022-12-06 19:40:56.000000000 +0000 ++++ Telegram/SourceFiles/platform/linux/specific_linux.cpp 2022-12-07 19:51:45.000506006 +0000 +@@ -297,7 +297,11 @@ void LaunchGApplication() { + }); - app->signal_startup().connect([=] { QEventLoop loop; +#if QT_VERSION < QT_VERSION_CHECK(6, 3, 0) + loop.exec(); diff --git a/telegram-desktop.changes b/telegram-desktop.changes index af24dfd..04aa907 100644 --- a/telegram-desktop.changes +++ b/telegram-desktop.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Dec 7 19:54:15 UTC 2022 - Manfred Hollstein + +- Refresh 0005-qt6-fixes.patch + ------------------------------------------------------------------- Wed Dec 7 08:00:59 UTC 2022 - Paolo Stivanin