commit 5ce2549d64a5d190c66c4c55f524dc2dbdc66ab8
Author: Vitaly Zaitsev <vitaly(a)easycoding.org>
Date: Fri Aug 3 00:38:38 2018 +0200
Updated to 1.3.11 (alpha).
.gitignore | 1 +
sources | 2 +-
telegram-desktop-api-tokens.patch | 2 +-
telegram-desktop-build-fixes.patch | 6 +++---
telegram-desktop-system-fonts.patch | 8 ++++----
telegram-desktop.spec | 7 +++++--
6 files changed, 15 insertions(+), 11 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e545c09..8658f42 100644
--- a/.gitignore
+++ b/.gitignore
@@ -52,3 +52,4 @@
/tdesktop-1.3.8.tar.gz
/tdesktop-1.3.9.tar.gz
/tdesktop-1.3.10.tar.gz
+/tdesktop-1.3.11.tar.gz
diff --git a/sources b/sources
index 93729fb..46cc8c2 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
a83f06b2b163c242d20e1ff74711b7d5 crl-9bc641f.tar.gz
-7334804f2ae749aa592e49b810a97b10 tdesktop-1.3.10.tar.gz
+442c33981305d5e8f021739197ead0a8 tdesktop-1.3.11.tar.gz
diff --git a/telegram-desktop-api-tokens.patch b/telegram-desktop-api-tokens.patch
index 31f7855..9030159 100644
--- a/telegram-desktop-api-tokens.patch
+++ b/telegram-desktop-api-tokens.patch
@@ -1,4 +1,4 @@
-From 164a9560c3acc649110977c0725c3bc741bb0cd0 Mon Sep 17 00:00:00 2001
+From c630706f4366eef8f55e95b00a0b45a07e5259b8 Mon Sep 17 00:00:00 2001
From: Vitaly Zaitsev <vitaly(a)easycoding.org>
Date: Mon, 9 Apr 2018 16:57:13 +0200
Subject: [PATCH 2/3] Changed default Telegram Desktop's test API keys to
diff --git a/telegram-desktop-build-fixes.patch b/telegram-desktop-build-fixes.patch
index f179143..6552273 100644
--- a/telegram-desktop-build-fixes.patch
+++ b/telegram-desktop-build-fixes.patch
@@ -1,4 +1,4 @@
-From cf2f66bdea32ba5ea77f9a172e6506be07e3cbdd Mon Sep 17 00:00:00 2001
+From 8d018042fa261d193342b8f73c98d5a162895765 Mon Sep 17 00:00:00 2001
From: Vitaly Zaitsev <vitaly(a)easycoding.org>
Date: Fri, 31 Mar 2017 14:29:58 +0200
Subject: [PATCH 1/3] Fixed build under Fedora using rpmbuild and mock.
@@ -180,7 +180,7 @@ index a0e1e0489..bd9bce0c1 100644
IMPLICIT_DEPENDS CXX "${_pch_header}"
COMMENT "Precompiling header ${_name} for ${_target} (C++)")
diff --git a/Telegram/gyp/Telegram.gyp b/Telegram/gyp/Telegram.gyp
-index f959b65f0..5a5860805 100644
+index 43cce710f..9ca6c68c8 100644
--- a/Telegram/gyp/Telegram.gyp
+++ b/Telegram/gyp/Telegram.gyp
@@ -18,7 +18,6 @@
@@ -250,7 +250,7 @@ index f959b65f0..5a5860805 100644
'<(submodules_loc)/crl/src',
],
'sources': [
-@@ -122,7 +108,6 @@
+@@ -123,7 +109,6 @@
'CUSTOM_API_ID',
],
'dependencies': [
diff --git a/telegram-desktop-system-fonts.patch b/telegram-desktop-system-fonts.patch
index 8bd110c..3dc967c 100644
--- a/telegram-desktop-system-fonts.patch
+++ b/telegram-desktop-system-fonts.patch
@@ -1,4 +1,4 @@
-From 6c0ca234f917cb21372ea1e88042a344092d8ab4 Mon Sep 17 00:00:00 2001
+From 929f0fe17dbbc8c551505a689135c7ae3c46477f Mon Sep 17 00:00:00 2001
From: Vitaly Zaitsev <vitaly(a)easycoding.org>
Date: Sun, 24 Jun 2018 22:59:34 +0200
Subject: [PATCH 3/3] Backported and rebased patch from Debian maintainer
@@ -11,11 +11,11 @@ Subject: [PATCH 3/3] Backported and rebased patch from Debian
maintainer
2 files changed, 3 insertions(+), 6 deletions(-)
diff --git a/Telegram/Resources/qrc/telegram.qrc b/Telegram/Resources/qrc/telegram.qrc
-index e96b25780..f6270c5a3 100644
+index 91cbeee5c..fbffd8abb 100644
--- a/Telegram/Resources/qrc/telegram.qrc
+++ b/Telegram/Resources/qrc/telegram.qrc
-@@ -41,9 +41,6 @@
- <file
alias="images/section_web@2x.png">../export_html/images/section_web(a)2x.png</file>
+@@ -42,9 +42,6 @@
+ <file alias="js/script.js">../export_html/js/script.js</file>
</qresource>
<qresource prefix="/gui">
- <file
alias="fonts/OpenSans-Regular.ttf">../fonts/OpenSans-Regular.ttf</file>
diff --git a/telegram-desktop.spec b/telegram-desktop.spec
index 8ac0d6d..7db47ee 100644
--- a/telegram-desktop.spec
+++ b/telegram-desktop.spec
@@ -10,8 +10,8 @@
Summary: Telegram Desktop official messaging app
Name: telegram-desktop
-Version: 1.3.10
-Release: 3%{?dist}
+Version: 1.3.11
+Release: 1%{?dist}
# Application and 3rd-party modules licensing:
# * S0 (Telegram Desktop) - GPLv3+ with OpenSSL exception -- main source;
@@ -135,6 +135,9 @@ appstream-util validate-relax --nonet
"%{buildroot}%{_datadir}/metainfo/%{name}.
%{_datadir}/metainfo/%{name}.appdata.xml
%changelog
+* Thu Aug 02 2018 Vitaly Zaitsev <vitaly(a)easycoding.org> - 1.3.11-1
+- Updated to 1.3.11 (alpha).
+
* Mon Jul 30 2018 Vitaly Zaitsev <vitaly(a)easycoding.org> - 1.3.10-3
- Rebuild for libtgvoip update and issue with binutils.
Show replies by date