1
0

Accepting request 1041346 from home:manfred-h:server:messaging

- Update to 4.4.1:
  * Bug fixes and other minor improvements.
- Refresh 0005-qt6-fixes.patch

OBS-URL: https://build.opensuse.org/request/show/1041346
OBS-URL: https://build.opensuse.org/package/show/server:messaging/telegram-desktop?expand=0&rev=240
This commit is contained in:
Marcel Kuehlhorn 2022-12-08 09:39:08 +00:00 committed by Git OBS Bridge
parent ff2408c278
commit c3e1946a31
5 changed files with 11 additions and 18 deletions

View File

@ -17,17 +17,3 @@
e->setAccepted(
QApplicationPrivate::translateRawTouchEvent(this, event));
#endif
--- 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() {
});
QEventLoop loop;
+#if QT_VERSION < QT_VERSION_CHECK(6, 3, 0)
+ loop.exec();
+#else
loop.exec(QEventLoop::ApplicationExec);
+#endif
app->quit();
}, true);

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e838679978cd32b6eaff2cc372649a053d52e9e878346bf13c253971ed1adad5
size 50076740

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:76981e32541c42b3212427e9abb4db2a6f55a14eaba31b3d7ad7d3d5ed8008b1
size 50077498

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Thu Dec 8 08:44:55 UTC 2022 - Manfred Hollstein <manfred.h@gmx.net>
- Update to 4.4.1:
* Bug fixes and other minor improvements.
- Refresh 0005-qt6-fixes.patch
-------------------------------------------------------------------
Wed Dec 7 19:54:15 UTC 2022 - Manfred Hollstein <manfred.h@gmx.net>

View File

@ -36,7 +36,7 @@
%define qt_major_version 6
Name: telegram-desktop
Version: 4.4.0
Version: 4.4.1
Release: 0
Summary: Messaging application with a focus on speed and security
License: GPL-3.0-only