commit 7b25ee0b09f0271002ed16db937c9ae107e8b674
Author: Vitaly Zaitsev <vitaly(a)easycoding.org>
Date: Wed May 13 22:00:37 2020 +0200
Updated to version 2.1.5.
.gitignore | 1 +
sources | 2 +-
telegram-desktop.spec | 15 +++++----------
3 files changed, 7 insertions(+), 11 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 8af0f67..51bf166 100644
--- a/.gitignore
+++ b/.gitignore
@@ -138,3 +138,4 @@
/tdesktop-2.1.2-full.tar.gz
/tdesktop-2.1.3-full.tar.gz
/tdesktop-2.1.4-full.tar.gz
+/tdesktop-2.1.5-full.tar.gz
diff --git a/sources b/sources
index ed443ef..20a4878 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (tdesktop-2.1.4-full.tar.gz) =
5b27633cdcb4edb61af983c1e4867bac3d7d0864e100855ea3f00c1eb1037e6a9f43414c09211282b5b677603ddfaedbcf4cbf482502ca4e33152e417068c959
+SHA512 (tdesktop-2.1.5-full.tar.gz) =
393ee98d511a8bcf1343b3599fddf8782682bddc3e158e641c73990146cb717b04e69d6d171f2bc7011a5a5d775b0f00e883b54184944d8f114f149a8a879a39
diff --git a/telegram-desktop.spec b/telegram-desktop.spec
index 60822be..1e99e25 100644
--- a/telegram-desktop.spec
+++ b/telegram-desktop.spec
@@ -1,12 +1,7 @@
# Build conditionals (with - OFF, without - ON)...
%bcond_without rlottie
%bcond_without ipo
-
-%if 0%{?fedora} && 0%{?fedora} >= 32
-%bcond_without clang
-%else
%bcond_with clang
-%endif
# Telegram Desktop's constants...
%global appname tdesktop
@@ -25,7 +20,7 @@
%endif
Name: telegram-desktop
-Version: 2.1.4
+Version: 2.1.5
Release: 1%{?dist}
# Application and 3rd-party modules licensing:
@@ -118,7 +113,7 @@ business messaging needs.
mkdir -p %{_target_platform}
# Unbundling libraries...
-rm -rf
Telegram/ThirdParty/{Catch,GSL,QR,SPMediaKeyTap,expected,fcitx-qt5,hime,hunspell,libdbusmenu-qt,libqtxdg,libtgvoip,lxqt-qtplugin,lz4,materialdecoration,minizip,nimf,qt5ct,range-v3,variant,xxHash}
+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,variant,xxHash}
# Unbundling rlottie if build against packaged version...
%if %{with rlottie}
@@ -190,11 +185,11 @@ desktop-file-validate
%{buildroot}%{_datadir}/applications/%{launcher}.desktop
%{_metainfodir}/%{launcher}.appdata.xml
%changelog
+* Wed May 13 2020 Vitaly Zaitsev <vitaly(a)easycoding.org> - 2.1.5-1
+- Updated to version 2.1.5.
+
* Sat May 09 2020 Vitaly Zaitsev <vitaly(a)easycoding.org> - 2.1.4-1
- Updated to version 2.1.4.
* Fri May 08 2020 Vitaly Zaitsev <vitaly(a)easycoding.org> - 2.1.3-1
- Updated to version 2.1.3.
-
-* Tue May 05 2020 Vitaly Zaitsev <vitaly(a)easycoding.org> - 2.1.2-1
-- Updated to version 2.1.2.