commit f4c71bf5daebd4fb9b056b5b0091f71073674988
Author: Vitaly Zaitsev <vitaly(a)easycoding.org>
Date: Sat Oct 24 15:03:21 2020 +0200
Updated to version 2.4.4.
.gitignore | 2 ++
sources | 4 ++--
telegram-desktop.spec | 18 +++++++-----------
3 files changed, 11 insertions(+), 13 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index cfb743f..cecec05 100644
--- a/.gitignore
+++ b/.gitignore
@@ -152,3 +152,5 @@
/tdesktop-2.4.1-full.tar.gz
/tdesktop-2.4.2-full.tar.gz
/tdesktop-2.4.3-full.tar.gz
+/owt-c73a471.tar.gz
+/tdesktop-2.4.4-full.tar.gz
diff --git a/sources b/sources
index d5a42f6..9ae8583 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-SHA512 (owt-7a9d4bd.tar.gz) =
5748985904ee4ab5da6bbfa9e962542e566c799dd5ea40e938d7cba0d34c690b1c52cf9629368623c735b98e24053ab429903e06399d902328a1e69f20579ad0
-SHA512 (tdesktop-2.4.3-full.tar.gz) =
066a04ee4ba0c28ea8c6f7b4badcbc814cfc131508ca08a34b6365a8c79106a579efffb4e9dd1a7856cad39505dc864cc8e8e417b8a4e06e8fd0d15752d44ac2
+SHA512 (owt-c73a471.tar.gz) =
b022e77bc3ebce0a42bd40f781b5ff2b8222f44c9ebacb8f6d5581fe04fa7bbb6faf29ee9a090da3aee322bc581feeab375b2ab6dd9aab084627327b191c1d7a
+SHA512 (tdesktop-2.4.4-full.tar.gz) =
db212cc9aef7de21e4e4fa30fdabb88224cda5ab164935de118cab507af730f5773602f8cd7acd83a53daa5bf35fe28fdb18fb192c01e2e484069a9ac69c7c57
diff --git a/telegram-desktop.spec b/telegram-desktop.spec
index bd8d0f7..51d927a 100644
--- a/telegram-desktop.spec
+++ b/telegram-desktop.spec
@@ -1,5 +1,5 @@
%undefine __cmake_in_source_build
-%define _lto_cflags %{nil}
+%global _lto_cflags %{nil}
# Build conditionals (with - OFF, without - ON)...
%bcond_with rlottie
@@ -19,7 +19,7 @@
%global launcher telegramdesktop
# Git revision of WebRTC...
-%global commit1 7a9d4bd6d9a147d15e3c8fa818a716c31f65606a
+%global commit1 c73a4718cbff7048373a63db32068482e5fd11ef
%global shortcommit1 %(c=%{commit1}; echo ${c:0:7})
# Applying workaround to RHBZ#1559007...
@@ -39,7 +39,7 @@
%endif
Name: telegram-desktop
-Version: 2.4.3
+Version: 2.4.4
Release: 1%{?dist}
# Application and 3rd-party modules licensing:
@@ -76,10 +76,6 @@ BuildRequires: rlottie-devel
Provides: bundled(rlottie) = 0~git
%endif
-# Telegram Desktop require patched version of lxqt-qtplugin.
-# Pull Request pending:
https://github.com/lxqt/lxqt-qtplugin/pull/52
-Provides: bundled(lxqt-qtplugin) = 0.14.0~git
-
# Compilers and tools...
BuildRequires: desktop-file-utils
BuildRequires: libappstream-glib
@@ -167,7 +163,7 @@ mv tg_owt-%{commit1} tg_owt
%endif
# Unbundling libraries...
-rm -rf
Telegram/ThirdParty/{Catch,GSL,QR,SPMediaKeyTap,expected,fcitx-qt5,fcitx5-qt,hime,hunspell,libdbusmenu-qt,libqtxdg,libtgvoip,lxqt-qtplugin,lz4,materialdecoration,minizip,nimf,qt5ct,range-v3,xxHash}
+rm -rf
Telegram/ThirdParty/{Catch,GSL,QR,SPMediaKeyTap,expected,fcitx-qt5,fcitx5-qt,hime,hunspell,libdbusmenu-qt,libtgvoip,lz4,materialdecoration,minizip,nimf,qt5ct,range-v3,xxHash}
# Unbundling rlottie if build against packaged version...
%if %{with rlottie}
@@ -263,11 +259,11 @@ desktop-file-validate
%{buildroot}%{_datadir}/applications/%{launcher}.desktop
%{_metainfodir}/%{launcher}.appdata.xml
%changelog
+* Sat Oct 24 2020 Vitaly Zaitsev <vitaly(a)easycoding.org> - 2.4.4-1
+- Updated to version 2.4.4.
+
* Wed Oct 07 2020 Vitaly Zaitsev <vitaly(a)easycoding.org> - 2.4.3-1
- Updated to version 2.4.3.
* Fri Oct 02 2020 Vitaly Zaitsev <vitaly(a)easycoding.org> - 2.4.2-1
- Updated to version 2.4.2.
-
-* Fri Oct 02 2020 Vitaly Zaitsev <vitaly(a)easycoding.org> - 2.4.1-1
-- Updated to version 2.4.1.