commit cb655ac9188559b0b9f86c00469d23fe1c0e2c34
Author: Vitaly Zaitsev <vitaly(a)easycoding.org>
Date: Wed Dec 23 18:52:22 2020 +0100
Updated to version 2.5.1.
.gitignore | 1 +
sources | 2 +-
telegram-desktop-fix-ibus-hangs.patch | 79 ----------------------------
telegram-desktop-fix-ibus-portal-check.patch | 29 ----------
telegram-desktop.spec | 16 ++----
5 files changed, 7 insertions(+), 120 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 434f213..222b7b8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -156,3 +156,4 @@
/tdesktop-2.4.4-full.tar.gz
/tdesktop-2.4.6-full.tar.gz
/tdesktop-2.4.7-full.tar.gz
+/tdesktop-2.5.1-full.tar.gz
diff --git a/sources b/sources
index de97c0c..c085bd0 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (tdesktop-2.4.7-full.tar.gz) =
712ab6896f89f7df0c7ac297039ee3b3532c159e17f66e4539b701a35d04d4709b558755d592d3cd91df541a2d2ca9f0485cf073c32f0b69a18848ab2ccd1993
+SHA512 (tdesktop-2.5.1-full.tar.gz) =
c906c76e44f5c6926bdc00143cbb1ac718633395a390c8a3e40fde9c4bfa42ba2e92cf0ac4c20434168d0548981f2fddefd019b942411ff4552a0f441336c0e1
diff --git a/telegram-desktop.spec b/telegram-desktop.spec
index f0617f2..4cbb4e1 100644
--- a/telegram-desktop.spec
+++ b/telegram-desktop.spec
@@ -28,8 +28,8 @@
%endif
Name: telegram-desktop
-Version: 2.4.7
-Release: 4%{?dist}
+Version: 2.5.1
+Release: 1%{?dist}
# Application and 3rd-party modules licensing:
# * Telegram Desktop - GPLv3+ with OpenSSL exception -- main tarball;
@@ -40,12 +40,6 @@ URL:
https://github.com/telegramdesktop/%{appname}
Summary: Telegram Desktop official messaging app
Source0: %{url}/releases/download/v%{version}/%{appname}-%{version}-full.tar.gz
-#
https://github.com/telegramdesktop/tdesktop/commit/21133abe132344bab00f9c...
-Patch100: %{name}-fix-ibus-hangs.patch
-
-#
https://github.com/telegramdesktop/tdesktop/commit/e64f6f72667d1beccd5464...
-Patch101: %{name}-fix-ibus-portal-check.patch
-
# Telegram Desktop require more than 8 GB of RAM on linking stage.
# Disabling all low-memory architectures.
ExclusiveArch: x86_64
@@ -201,11 +195,11 @@ desktop-file-validate
%{buildroot}%{_datadir}/applications/%{launcher}.desktop
%{_metainfodir}/%{launcher}.appdata.xml
%changelog
+* Wed Dec 23 2020 Vitaly Zaitsev <vitaly(a)easycoding.org> - 2.5.1-1
+- Updated to version 2.5.1.
+
* Mon Nov 30 2020 Vitaly Zaitsev <vitaly(a)easycoding.org> - 2.4.7-4
- Rebuilt due to Qt 5.15.2 update.
* Fri Nov 20 2020 Vitaly Zaitsev <vitaly(a)easycoding.org> - 2.4.7-3
- Backported upstream patches with startup hangs fixes.
-
-* Thu Nov 12 2020 Vitaly Zaitsev <vitaly(a)easycoding.org> - 2.4.7-2
-- Rebuilt with bundled version of libtgvoip.