commit d69a3eab822180bcbcd748dcdc1a647c72e0a9cd
Author: Vitaly Zaitsev <vitaly(a)easycoding.org>
Date: Wed Sep 6 18:59:31 2017 +0500
Updated to version 1.1.23.
.gitignore | 1 +
sources | 2 +-
telegram-desktop-build-fixes.patch | 6 +++---
telegram-desktop.spec | 5 ++++-
4 files changed, 9 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index a93d090..77f53bf 100644
--- a/.gitignore
+++ b/.gitignore
@@ -31,3 +31,4 @@
/tdesktop-1.1.18.tar.gz
/tdesktop-1.1.19.tar.gz
/tdesktop-1.1.22.tar.gz
+/tdesktop-1.1.23.tar.gz
diff --git a/sources b/sources
index a585fcd..3615c06 100644
--- a/sources
+++ b/sources
@@ -1,3 +1,3 @@
ba90e749953f2ac1c013011601a58598 GSL-c5851a8.tar.gz
0373c28165f86474f8abdce278320c1a gyp-a478c1a.tar.gz
-06a413f9c51d65e15c4f88e1249812af tdesktop-1.1.22.tar.gz
+713f9da983ac028a5fae7d538b122c64 tdesktop-1.1.23.tar.gz
diff --git a/telegram-desktop-build-fixes.patch b/telegram-desktop-build-fixes.patch
index 6366263..c58bb92 100644
--- a/telegram-desktop-build-fixes.patch
+++ b/telegram-desktop-build-fixes.patch
@@ -1,4 +1,4 @@
-From 285e79ce123e0141f8b0fce764b230d44cbbc0c6 Mon Sep 17 00:00:00 2001
+From dba8b962c805af477ceee699aa1c05143aa19d43 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.
@@ -24,7 +24,7 @@ Subject: [PATCH] Fixed build under Fedora using rpmbuild and mock.
create mode 100644 Telegram/SourceFiles/qt_functions.cpp
diff --git a/Telegram/SourceFiles/main.cpp b/Telegram/SourceFiles/main.cpp
-index 6cd942ec..d7d1b535 100644
+index 6e85f27d..5b29d3f1 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
@@ -39,7 +39,7 @@ index 6cd942ec..d7d1b535 100644
+#endif // not defined Q_OS_MAC and QT_VERSION >= 5.6.0
QCoreApplication::setApplicationName(qsl("TelegramDesktop"));
- settingsParseArgs(argc, argv);
+ InitFromCommandLine(argc, 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
diff --git a/telegram-desktop.spec b/telegram-desktop.spec
index 78456ff..b500a7e 100644
--- a/telegram-desktop.spec
+++ b/telegram-desktop.spec
@@ -11,7 +11,7 @@
Summary: Telegram is a new era of messaging
Name: telegram-desktop
-Version: 1.1.22
+Version: 1.1.23
Release: 1%{?dist}
# Application and 3rd-party modules licensing:
@@ -173,6 +173,9 @@ fi
%{_datadir}/appdata/%{name}.appdata.xml
%changelog
+* Wed Sep 06 2017 Vitaly Zaitsev <vitaly(a)easycoding.org> - 1.1.23-1
+- Updated to 1.1.23.
+
* Mon Sep 04 2017 Vitaly Zaitsev <vitaly(a)easycoding.org> - 1.1.22-1
- Updated to 1.1.22.