commit a81c732a5251c3ef54a8ca750415a888cee8fb42
Author: Vitaly Zaitsev <vitaly(a)easycoding.org>
Date: Sat Jan 1 13:10:00 2022 +0100
Updated to version 3.4.2.
.gitignore | 1 +
sources | 2 +-
telegram-desktop.spec | 9 +++++++--
3 files changed, 9 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 3d6d8a7..863f26b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -168,3 +168,4 @@
/tdesktop-3.2.5-full.tar.gz
/tdesktop-3.3.0-full.tar.gz
/tdesktop-3.4.0-full.tar.gz
+/tdesktop-3.4.2-full.tar.gz
diff --git a/sources b/sources
index bea7f72..9e9a2df 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (tdesktop-3.4.0-full.tar.gz) =
3ad3beb8a63bae98eb85127fdc1cce55baba0f9b0475904e54d4dc3a7679fbbb93e737b98c22c0737ed16204abff0eedd770be0f522de6c9cf8901574cade2c4
+SHA512 (tdesktop-3.4.2-full.tar.gz) =
00cec3bcabea78bed516940d9b048c02227c816a6455714ef1f6ecf97418e86ecf0a534e5f72c3d48377299602b06000804ec5d8cd3a640441192da249f0266e
diff --git a/telegram-desktop.spec b/telegram-desktop.spec
index e3e95fd..538e25a 100644
--- a/telegram-desktop.spec
+++ b/telegram-desktop.spec
@@ -6,7 +6,7 @@
%global system_libtgvoip 0
%global system_rlottie 0
%global use_clang 0
-%global use_qt5 1
+%global use_qt5 0
# Telegram Desktop's constants...
%global appname tdesktop
@@ -25,7 +25,7 @@
%endif
Name: telegram-desktop
-Version: 3.4.0
+Version: 3.4.2
Release: 1%{?dist}
# Application and 3rd-party modules licensing:
@@ -138,6 +138,7 @@ BuildRequires: qt5-qtbase-static
BuildRequires: cmake(PlasmaWaylandProtocols)
BuildRequires: cmake(Qt6Concurrent)
BuildRequires: cmake(Qt6WaylandClient)
+BuildRequires: pkgconfig(wayland-protocols)
BuildRequires: qt6-qtbase-static
Provides: bundled(kf5-kwayland) = 5.89.0
%endif
@@ -262,6 +263,10 @@ desktop-file-validate
%{buildroot}%{_datadir}/applications/%{launcher}.desktop
%{_metainfodir}/%{launcher}.metainfo.xml
%changelog
+* Sat Jan 01 2022 Vitaly Zaitsev <vitaly(a)easycoding.org> - 3.4.2-1
+- Updated to version 3.4.2.
+- Build against Qt 6 as recommended by the upstream.
+
* Thu Dec 30 2021 Vitaly Zaitsev <vitaly(a)easycoding.org> - 3.4.0-1
- Updated to version 3.4.0.
Show replies by date