forked from pool/telegram-desktop
Accepting request 1005635 from server:messaging
OBS-URL: https://build.opensuse.org/request/show/1005635 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/telegram-desktop?expand=0&rev=80
This commit is contained in:
commit
1bcf8842d9
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:44659a7b2db3eff2e5c42e372dac14d1b03ffae19e005007ce580719615b59b1
|
||||
size 41059443
|
3
tdesktop-4.1.1-full.tar.gz
Normal file
3
tdesktop-4.1.1-full.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5574cb8ebfa4983157d347883e7ef3bd85a8d71f972b8458d41fab0d7f733f56
|
||||
size 41431505
|
@ -1,3 +1,19 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 20 15:44:53 UTC 2022 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
- 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 <i@xuzhao.net>
|
||||
|
||||
- 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 <i@xuzhao.net>
|
||||
|
||||
|
@ -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
|
||||
@ -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 \
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0f3ee1c93d421ff43d951ca0d72e844dcb912f53f129451520e21fdaa4c56363
|
||||
size 23694606
|
||||
oid sha256:5bbc665aba2f680aa405624e10a898cdf152b3aae0a12983cfaea1e819bf7854
|
||||
size 23789230
|
||||
|
Loading…
Reference in New Issue
Block a user