diff --git a/0005-qt6-fixes.patch b/0005-qt6-fixes.patch index 295b5c2..8b6e325 100644 --- a/0005-qt6-fixes.patch +++ b/0005-qt6-fixes.patch @@ -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); - diff --git a/tdesktop-4.4.0-full.tar.gz b/tdesktop-4.4.0-full.tar.gz deleted file mode 100644 index 466ccbe..0000000 --- a/tdesktop-4.4.0-full.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e838679978cd32b6eaff2cc372649a053d52e9e878346bf13c253971ed1adad5 -size 50076740 diff --git a/tdesktop-4.4.1-full.tar.gz b/tdesktop-4.4.1-full.tar.gz new file mode 100644 index 0000000..180cfad --- /dev/null +++ b/tdesktop-4.4.1-full.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76981e32541c42b3212427e9abb4db2a6f55a14eaba31b3d7ad7d3d5ed8008b1 +size 50077498 diff --git a/telegram-desktop.changes b/telegram-desktop.changes index 04aa907..025abe6 100644 --- a/telegram-desktop.changes +++ b/telegram-desktop.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Thu Dec 8 08:44:55 UTC 2022 - Manfred Hollstein + +- 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 diff --git a/telegram-desktop.spec b/telegram-desktop.spec index 6e1bec3..f390517 100644 --- a/telegram-desktop.spec +++ b/telegram-desktop.spec @@ -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