From 75a40f1abc3b5ce182455ea9bab21ae5f197d2412b20f7f5bf1f5748bb46790b Mon Sep 17 00:00:00 2001 From: Xu Zhao Date: Wed, 31 Aug 2022 12:37:05 +0000 Subject: [PATCH 1/2] Accepting request 999603 from home:nuklly:branches:server:messaging - Update to version 4.1.1 * Fix editing media captions with animated emoji. * Fix viewing animated emoji sets used in a message. * Fix premium sticker tooltip auto-show in channel comments. * Fix main window position and size restoring after relaunch. * Other bug fixes and minor improvements. OBS-URL: https://build.opensuse.org/request/show/999603 OBS-URL: https://build.opensuse.org/package/show/server:messaging/telegram-desktop?expand=0&rev=232 --- tdesktop-4.0.2-full.tar.gz | 3 --- tdesktop-4.1.1-full.tar.gz | 3 +++ telegram-desktop.changes | 10 ++++++++++ telegram-desktop.spec | 2 +- tg_owt-master.zip | 4 ++-- 5 files changed, 16 insertions(+), 6 deletions(-) delete mode 100644 tdesktop-4.0.2-full.tar.gz create mode 100644 tdesktop-4.1.1-full.tar.gz diff --git a/tdesktop-4.0.2-full.tar.gz b/tdesktop-4.0.2-full.tar.gz deleted file mode 100644 index 350959e..0000000 --- a/tdesktop-4.0.2-full.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:44659a7b2db3eff2e5c42e372dac14d1b03ffae19e005007ce580719615b59b1 -size 41059443 diff --git a/tdesktop-4.1.1-full.tar.gz b/tdesktop-4.1.1-full.tar.gz new file mode 100644 index 0000000..4cf706b --- /dev/null +++ b/tdesktop-4.1.1-full.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5574cb8ebfa4983157d347883e7ef3bd85a8d71f972b8458d41fab0d7f733f56 +size 41431505 diff --git a/telegram-desktop.changes b/telegram-desktop.changes index 634eeb5..1f444a7 100644 --- a/telegram-desktop.changes +++ b/telegram-desktop.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Sun Aug 28 04:50:11 UTC 2022 - Xu Zhao + +- Update to version 4.1.1 + * Fix editing media captions with animated emoji. + * Fix viewing animated emoji sets used in a message. + * Fix premium sticker tooltip auto-show in channel comments. + * Fix main window position and size restoring after relaunch. + * Other bug fixes and minor improvements. + ------------------------------------------------------------------- Sun Jun 26 14:21:10 UTC 2022 - Xu Zhao diff --git a/telegram-desktop.spec b/telegram-desktop.spec index 36b7216..181c3a0 100644 --- a/telegram-desktop.spec +++ b/telegram-desktop.spec @@ -36,7 +36,7 @@ %define qt_major_version 6 Name: telegram-desktop -Version: 4.0.2 +Version: 4.1.1 Release: 0 Summary: Messaging application with a focus on speed and security License: GPL-3.0-only diff --git a/tg_owt-master.zip b/tg_owt-master.zip index b2066a0..6adfa1f 100644 --- a/tg_owt-master.zip +++ b/tg_owt-master.zip @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:0f3ee1c93d421ff43d951ca0d72e844dcb912f53f129451520e21fdaa4c56363 -size 23694606 +oid sha256:5bbc665aba2f680aa405624e10a898cdf152b3aae0a12983cfaea1e819bf7854 +size 23789230 From 7846782df97866d06387865d9c11467dd866ac1bce1739ddce9416ef691fa298 Mon Sep 17 00:00:00 2001 From: Marcel Kuehlhorn Date: Fri, 23 Sep 2022 14:41:33 +0000 Subject: [PATCH 2/2] Accepting request 1005000 from home:dimstar:Factory That should fix the adi failure of this package; did not find why it builds in devel prj, but the reason for failing in adi seems rather clear OBS-URL: https://build.opensuse.org/request/show/1005000 OBS-URL: https://build.opensuse.org/package/show/server:messaging/telegram-desktop?expand=0&rev=233 --- telegram-desktop.changes | 6 ++++++ telegram-desktop.spec | 1 + 2 files changed, 7 insertions(+) diff --git a/telegram-desktop.changes b/telegram-desktop.changes index 1f444a7..313402f 100644 --- a/telegram-desktop.changes +++ b/telegram-desktop.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Sep 20 15:44:53 UTC 2022 - Dominique Leuenberger + +- Pass -DQT_VERSION_MAJOR=6 to cmake when building Qt6 flavor: make + build stable even if some Qt5 libs are benig found. + ------------------------------------------------------------------- Sun Aug 28 04:50:11 UTC 2022 - Xu Zhao diff --git a/telegram-desktop.spec b/telegram-desktop.spec index 181c3a0..e017d82 100644 --- a/telegram-desktop.spec +++ b/telegram-desktop.spec @@ -257,6 +257,7 @@ cd %{_builddir}/tdesktop-%{version}-full -DCMAKE_BUILD_TYPE=Release \ %if %{qt_major_version} == 6 -DDESKTOP_APP_QT6=ON \ + -DQT_VERSION_MAJOR=6 \ %else -DDESKTOP_APP_QT6=OFF \ -DDESKTOP_APP_DISABLE_WAYLAND_INTEGRATION=ON \