commit 398d17fd0eadf5434797f231cd33759ecef17a42
Author: Vitaly Zaitsev <vitaly(a)easycoding.org>
Date: Fri Jul 14 21:12:49 2017 +0500
Updated to version 1.1.13.
.gitignore | 2 ++
fix_build_under_fedora.patch | 15 ++++++++-------
sources | 4 ++--
telegram-desktop.spec | 12 +++++++++---
4 files changed, 21 insertions(+), 12 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 3495a34..439cf1b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -22,3 +22,5 @@
/libtgvoip-445433f.tar.gz
/tdesktop-1.1.10.tar.gz
/tdesktop-1.1.11.tar.gz
+/libtgvoip-de33700.tar.gz
+/tdesktop-1.1.13.tar.gz
diff --git a/fix_build_under_fedora.patch b/fix_build_under_fedora.patch
index 08e2e2d..07663cb 100644
--- a/fix_build_under_fedora.patch
+++ b/fix_build_under_fedora.patch
@@ -1,10 +1,10 @@
-From 9da328a48a8b44d9b4c61f60331251788d18e432 Mon Sep 17 00:00:00 2001
+From 969ddbc6cff0decc00d189ee2ec257e4c3f2c0b5 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] Fixed build under Fedora using rpmbuild and mock.
---
- Telegram/SourceFiles/main.cpp | 11 +++-
+ Telegram/SourceFiles/main.cpp | 12 +++-
Telegram/SourceFiles/qt_functions.cpp | 94 +++++++++++++++++++++++++++++
Telegram/SourceFiles/qt_static_plugins.cpp | 9 ---
Telegram/SourceFiles/ui/text/text.cpp | 6 +-
@@ -20,11 +20,11 @@ Subject: [PATCH] Fixed build under Fedora using rpmbuild and mock.
Telegram/gyp/utils.gyp | 4 +-
lib/xdg/telegramdesktop.appdata.xml | 2 +-
lib/xdg/telegramdesktop.desktop | 6 +-
- 16 files changed, 163 insertions(+), 154 deletions(-)
+ 16 files changed, 164 insertions(+), 154 deletions(-)
create mode 100644 Telegram/SourceFiles/qt_functions.cpp
diff --git a/Telegram/SourceFiles/main.cpp b/Telegram/SourceFiles/main.cpp
-index 6cd942e..d45bf82 100644
+index 6cd942e..d7d1b53 100644
--- a/Telegram/SourceFiles/main.cpp
+++ b/Telegram/SourceFiles/main.cpp
@@ -23,9 +23,10 @@ Copyright (c) 2014-2017 John Preston,
https://desktop.telegram.org
@@ -40,7 +40,7 @@ index 6cd942e..d45bf82 100644
QCoreApplication::setApplicationName(qsl("TelegramDesktop"));
settingsParseArgs(argc, argv);
-@@ -38,6 +39,12 @@ int main(int argc, char *argv[]) {
+@@ -38,6 +39,13 @@ int main(int argc, char *argv[]) {
// both are finished in Application::closeApplication
Logs::start(); // must be started before Platform is started
Platform::start(); // must be started before QApplication is created
@@ -50,6 +50,7 @@ index 6cd942e..d45bf82 100644
+ QCoreApplication::addLibraryPath("/usr/lib/qt5/plugins");
+#endif
+ setenv("QT_STYLE_OVERRIDE", "qwerty", false);
++ unsetenv("QT_QPA_PLATFORMTHEME");
int result = 0;
{
@@ -586,10 +587,10 @@ index 2c46492..1b14723 100644
},
},
diff --git a/Telegram/gyp/telegram_sources.txt b/Telegram/gyp/telegram_sources.txt
-index fbe63ec..d7da420 100644
+index 8363ab4..b5f631c 100644
--- a/Telegram/gyp/telegram_sources.txt
+++ b/Telegram/gyp/telegram_sources.txt
-@@ -581,13 +581,7 @@
+@@ -579,13 +579,7 @@
<(src_loc)/structs.h
platforms: !win
diff --git a/sources b/sources
index 1337d5e..0836665 100644
--- a/sources
+++ b/sources
@@ -1,4 +1,4 @@
ba90e749953f2ac1c013011601a58598 GSL-c5851a8.tar.gz
0373c28165f86474f8abdce278320c1a gyp-a478c1a.tar.gz
-8bec9e667cd66f92381bae426117e8ea libtgvoip-445433f.tar.gz
-2d3cafdd06fced7415b8f7088482e8f2 tdesktop-1.1.11.tar.gz
+64d96402e97bc7bd11e36668d4e129e9 libtgvoip-de33700.tar.gz
+437d8bcbe05428f7cd427b57b90edbc3 tdesktop-1.1.13.tar.gz
diff --git a/telegram-desktop.spec b/telegram-desktop.spec
index 963d6f7..30c8ad7 100644
--- a/telegram-desktop.spec
+++ b/telegram-desktop.spec
@@ -11,13 +11,13 @@
%global shortcommit2 %(c=%{commit2}; echo ${c:0:7})
# Git revision of libtgvoip...
-%global commit3 445433f4f02fb4099a5f6cb64f67c56648c460d8
+%global commit3 de33700312e3676a520b5a79d51e953fcf23cf51
%global shortcommit3 %(c=%{commit3}; echo ${c:0:7})
Summary: Telegram is a new era of messaging
Name: telegram-desktop
-Version: 1.1.11
-Release: 2%{?dist}
+Version: 1.1.13
+Release: 1%{?dist}
# Application and 3rd-party modules licensing:
# * S0 (Telegram Desktop) - GPLv3+ with OpenSSL exception -- main source;
@@ -227,6 +227,12 @@ fi
%{_datadir}/appdata/%{name}.appdata.xml
%changelog
+* Fri Jul 14 2017 Vitaly Zaitsev <vitaly(a)easycoding.org> - 1.1.13-1
+- Updated to 1.1.13 (alpha).
+
+* Wed Jul 12 2017 Vitaly Zaitsev <vitaly(a)easycoding.org> - 1.1.12-1
+- Updated to 1.1.12 (alpha).
+
* Sun Jul 09 2017 Vitaly Zaitsev <vitaly(a)easycoding.org> - 1.1.11-2
- Fixed some small bugs.