diff --git a/0000-gtk2-default.patch b/0000-gtk2-default.patch index 90303ab..451f350 100644 --- a/0000-gtk2-default.patch +++ b/0000-gtk2-default.patch @@ -1,15 +1,15 @@ ---- a/Telegram/SourceFiles/platform/linux/linux_libs.cpp.orig 2020-02-06 11:24:06.271620992 +0100 -+++ b/Telegram/SourceFiles/platform/linux/linux_libs.cpp 2020-02-06 11:27:36.265427510 +0100 -@@ -222,10 +222,10 @@ void start() { - bool isWayland = QGuiApplication::platformName().startsWith(qsl("wayland"), Qt::CaseInsensitive); +--- tdesktop-2.1.8-full/Telegram/SourceFiles/platform/linux/linux_libs.cpp.orig 2020-06-03 18:18:48.829895452 +0000 ++++ tdesktop-2.1.8-full/Telegram/SourceFiles/platform/linux/linux_libs.cpp 2020-06-03 18:21:15.248705051 +0000 +@@ -271,10 +271,10 @@ void start() { QLibrary lib_gtk; + lib_gtk.setLoadHints(QLibrary::DeepBindHint); - if (loadLibrary(lib_gtk, "gtk-3", 0)) { + if (loadLibrary(lib_gtk, "gtk-x11-2.0", 0)) { gtkLoaded = setupGtkBase(lib_gtk); } -- if (!gtkLoaded && !isWayland && loadLibrary(lib_gtk, "gtk-x11-2.0", 0)) { -+ if (!gtkLoaded && !isWayland && loadLibrary(lib_gtk, "gtk-3", 0)) { +- if (!gtkLoaded && loadLibrary(lib_gtk, "gtk-x11-2.0", 0)) { ++ if (!gtkLoaded && loadLibrary(lib_gtk, "gtk-3", 0)) { gtkLoaded = setupGtkBase(lib_gtk); } diff --git a/tdesktop-2.1.7-full.tar.gz b/tdesktop-2.1.7-full.tar.gz deleted file mode 100644 index 466ba9d..0000000 --- a/tdesktop-2.1.7-full.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c944b07f1a7d600a32cea9e4ce45b4954fe0d18176a7491c2f1e98f3425cca62 -size 36509059 diff --git a/tdesktop-2.1.8-full.tar.gz b/tdesktop-2.1.8-full.tar.gz new file mode 100644 index 0000000..866fbf4 --- /dev/null +++ b/tdesktop-2.1.8-full.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45641a8fe493df3b430d04ebdacfa6fce8de7721e14a315c8dd1e064566aa4d2 +size 36547777 diff --git a/telegram-desktop.changes b/telegram-desktop.changes index 6e2e2bf..f3fad77 100644 --- a/telegram-desktop.changes +++ b/telegram-desktop.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Wed Jun 3 18:41:46 UTC 2020 - Marcel Kuehlhorn + +- Update to 2.1.8 + * Add support for full group message history export. + * Allow export of a single chat message history in JSON format. +- Rebased 0000-gtk2-default.patch + ------------------------------------------------------------------- Sun May 24 15:48:54 UTC 2020 - Marcel Kuehlhorn diff --git a/telegram-desktop.spec b/telegram-desktop.spec index 3108bb7..6acbafb 100644 --- a/telegram-desktop.spec +++ b/telegram-desktop.spec @@ -31,7 +31,7 @@ %define __builder ninja Name: telegram-desktop -Version: 2.1.7 +Version: 2.1.8 Release: 0 Summary: Messaging application with a focus on speed and security License: GPL-3.0-only