commit 43d81660fdd7c9d76b58ea3d7a2cf594fd2ceae2
Author: Vitaly Zaitsev <vitaly(a)easycoding.org>
Date: Fri May 1 22:24:41 2020 +0200
Updated to version 2.1.1.
.gitignore | 1 +
sources | 2 +-
telegram-desktop.spec | 27 ++++++---------------------
3 files changed, 8 insertions(+), 22 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 94d761f..f84a1c8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -134,3 +134,4 @@
/tdesktop-2.0.0-full.tar.gz
/tdesktop-2.0.1-full.tar.gz
/tdesktop-2.1.0-full.tar.gz
+/tdesktop-2.1.1-full.tar.gz
diff --git a/sources b/sources
index 81277b5..8ac7e33 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (tdesktop-2.1.0-full.tar.gz) =
46f5453c64d1dbd4cf8adde73fcc48e6b6f795972ab0f6516cb55112f47d5af990a049da356bedb81e6d3f7103c14a7be45369ff9a5a1812c07a1bfcda70646d
+SHA512 (tdesktop-2.1.1-full.tar.gz) =
aa542c029ead2d1b6c398ecca949b86fae8f37094ceb462ace4628f8e53882faf35b3c2e4fe03dd2e4e17b07412896f7b05d6748b13c99a3bac117b7449d69a8
diff --git a/telegram-desktop.spec b/telegram-desktop.spec
index a285c0b..0fd6bf7 100644
--- a/telegram-desktop.spec
+++ b/telegram-desktop.spec
@@ -1,6 +1,5 @@
# Build conditionals (with - OFF, without - ON)...
%bcond_with gtk3
-%bcond_with gsl
%bcond_without rlottie
%bcond_without spellcheck
%bcond_without fonts
@@ -38,7 +37,7 @@
%endif
Name: telegram-desktop
-Version: 2.1.0
+Version: 2.1.1
Release: 1%{?dist}
# Application and 3rd-party modules licensing:
@@ -66,12 +65,6 @@ BuildRequires: rlottie-devel
Provides: bundled(rlottie) = 0~git
%endif
-%if %{with gsl}
-BuildRequires: guidelines-support-library-devel
-%else
-Provides: bundled(guidelines-support-library) = 2.0.0
-%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
@@ -147,16 +140,12 @@ business messaging needs.
mkdir -p %{_target_platform}
# Unbundling libraries...
-rm -rf
Telegram/ThirdParty/{Catch,QR,SPMediaKeyTap,expected,hunspell,libdbusmenu-qt,libtgvoip,lz4,minizip,variant,xxHash}
+rm -rf
Telegram/ThirdParty/{Catch,GSL,QR,SPMediaKeyTap,expected,hunspell,libdbusmenu-qt,libtgvoip,lz4,minizip,variant,xxHash}
%if %{with rlottie}
rm -rf Telegram/ThirdParty/rlottie
%endif
-%if %{with gsl}
-rm -rf Telegram/ThirdParty/GSL
-%endif
-
# Patching default desktop file...
desktop-file-edit --set-key=Exec --set-value="%{_bindir}/%{name} -- %u"
--copy-name-to-generic-name lib/xdg/telegramdesktop.desktop
@@ -183,11 +172,6 @@ pushd %{_target_platform}
%else
-DDESKTOP_APP_USE_PACKAGED_RLOTTIE:BOOL=OFF \
%endif
-%if %{with gsl}
- -DDESKTOP_APP_USE_PACKAGED_GSL:BOOL=ON \
-%else
- -DDESKTOP_APP_USE_PACKAGED_GSL:BOOL=OFF \
-%endif
%if %{with clang}
-DCMAKE_C_COMPILER=%{_bindir}/clang \
-DCMAKE_CXX_COMPILER=%{_bindir}/clang++ \
@@ -204,6 +188,7 @@ pushd %{_target_platform}
-DTDESKTOP_API_ID=611335 \
-DTDESKTOP_API_HASH=d524b414d21f4d37f08684c1df41ac9c \
-DDESKTOP_APP_USE_PACKAGED:BOOL=ON \
+ -DDESKTOP_APP_USE_PACKAGED_GSL:BOOL=ON \
-DDESKTOP_APP_USE_PACKAGED_EXPECTED:BOOL=ON \
-DDESKTOP_APP_USE_PACKAGED_VARIANT:BOOL=ON \
-DDESKTOP_APP_USE_PACKAGED_QRCODE:BOOL=ON \
@@ -234,11 +219,11 @@ desktop-file-validate
%{buildroot}%{_datadir}/applications/%{launcher}.desktop
%{_metainfodir}/%{launcher}.appdata.xml
%changelog
+* Fri May 01 2020 Vitaly Zaitsev <vitaly(a)easycoding.org> - 2.1.1-1
+- Updated to version 2.1.1.
+
* Tue Apr 28 2020 Vitaly Zaitsev <vitaly(a)easycoding.org> - 2.1.0-1
- Updated to version 2.1.0.
* Tue Mar 31 2020 Vitaly Zaitsev <vitaly(a)easycoding.org> - 2.0.1-1
- Updated to version 2.0.1.
-
-* Mon Mar 30 2020 Vitaly Zaitsev <vitaly(a)easycoding.org> - 2.0.0-1
-- Updated to version 2.0.0.