commit 4a6b1323c13ffdf95fbc9e155022ec91c855fdcc
Author: Vitaly Zaitsev <vitaly(a)easycoding.org>
Date: Thu Feb 18 13:28:14 2021 +0100
Updated to version 2.5.9.
.gitignore | 1 +
sources | 2 +-
telegram-desktop-crash-fixes.patch | 32 --------------------------------
telegram-desktop.spec | 13 +++++--------
4 files changed, 7 insertions(+), 41 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 9351877..767b48f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -158,3 +158,4 @@
/tdesktop-2.4.7-full.tar.gz
/tdesktop-2.5.1-full.tar.gz
/tdesktop-2.5.8-full.tar.gz
+/tdesktop-2.5.9-full.tar.gz
diff --git a/sources b/sources
index 63431b9..45e1f53 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (tdesktop-2.5.8-full.tar.gz) =
12258eb5119fcd9db6d1be38224678ed67c76a24de59909d2ef0268587df2432f6f076273581f016f8ba593b95bb7c0e02062b77bad194ff5a211b35fa743d7b
+SHA512 (tdesktop-2.5.9-full.tar.gz) =
1824a5cc17644e2f3d971a6bf882f90f209fcb174826f6e59dbe73301e22b4983e77830c41fe27953049af116a5698a29bec1e5e9957e8905f8f6264722e1c9f
diff --git a/telegram-desktop.spec b/telegram-desktop.spec
index cdd4628..697c6d3 100644
--- a/telegram-desktop.spec
+++ b/telegram-desktop.spec
@@ -25,8 +25,8 @@
%endif
Name: telegram-desktop
-Version: 2.5.8
-Release: 3%{?dist}
+Version: 2.5.9
+Release: 1%{?dist}
# Application and 3rd-party modules licensing:
# * Telegram Desktop - GPLv3+ with OpenSSL exception -- main tarball;
@@ -37,9 +37,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/pull/10336
-Patch100: %{name}-crash-fixes.patch
-
# Telegram Desktop require more than 8 GB of RAM on linking stage.
# Disabling all low-memory architectures.
ExclusiveArch: x86_64
@@ -216,11 +213,11 @@ desktop-file-validate
%{buildroot}%{_datadir}/applications/%{launcher}.desktop
%{_metainfodir}/%{launcher}.appdata.xml
%changelog
+* Thu Feb 18 2021 Vitaly Zaitsev <vitaly(a)easycoding.org> - 2.5.9-1
+- Updated to version 2.5.9.
+
* Tue Feb 09 2021 Vitaly Zaitsev <vitaly(a)easycoding.org> - 2.5.8-3
- Backported upstream patch with crash fixes.
* Thu Feb 04 2021 RPM Fusion Release Engineering <leigh123linux(a)gmail.com> -
2.5.8-2
- Rebuilt for
https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
-
-* Mon Feb 01 2021 Vitaly Zaitsev <vitaly(a)easycoding.org> - 2.5.8-1
-- Updated to version 2.5.8.