commit 746dab84d7f08172c202bd062484f8757eed2530
Author: Vitaly Zaitsev <vitaly(a)easycoding.org>
Date: Sun Apr 30 23:41:48 2017 +0500
Updated to 1.0.35.
.gitignore | 1 +
fix_build_under_fedora.patch | 8 ++++----
sources | 2 +-
telegram-desktop.spec | 7 +++++--
4 files changed, 11 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index bc194a1..7516b8e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@
/variant-916139a.tar.gz
/tdesktop-1.0.33.tar.gz
/tdesktop-1.0.34.tar.gz
+/tdesktop-1.0.35.tar.gz
diff --git a/fix_build_under_fedora.patch b/fix_build_under_fedora.patch
index 540580c..11f1a55 100644
--- a/fix_build_under_fedora.patch
+++ b/fix_build_under_fedora.patch
@@ -1,4 +1,4 @@
-From 3d25af45a3f72a18ea6391ebe84d570d779e9958 Mon Sep 17 00:00:00 2001
+From c477e7a08c753247b78d28fdf7bda64690411a09 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.
@@ -168,7 +168,7 @@ index 1d4896a..f2f876b 100644
-Q_IMPORT_PLUGIN(QFcitxPlatformInputContextPlugin)
#endif // Q_OS_WIN | Q_OS_MAC | Q_OS_LINUX
diff --git a/Telegram/SourceFiles/ui/text/text.cpp
b/Telegram/SourceFiles/ui/text/text.cpp
-index 089a17f..a3b979c 100644
+index dbc2b0d..61fa93c 100644
--- a/Telegram/SourceFiles/ui/text/text.cpp
+++ b/Telegram/SourceFiles/ui/text/text.cpp
@@ -1692,11 +1692,11 @@ private:
@@ -200,10 +200,10 @@ index f89644e..35230cf 100644
layout.createLine();
diff --git a/Telegram/SourceFiles/ui/twidget.cpp b/Telegram/SourceFiles/ui/twidget.cpp
-index abfcd27..1e1049b 100644
+index 5162ac9..0acc77b 100644
--- a/Telegram/SourceFiles/ui/twidget.cpp
+++ b/Telegram/SourceFiles/ui/twidget.cpp
-@@ -107,9 +107,9 @@ void sendSynteticMouseEvent(QWidget *widget, QEvent::Type type,
Qt::MouseButton
+@@ -187,9 +187,9 @@ void sendSynteticMouseEvent(QWidget *widget, QEvent::Type type,
Qt::MouseButton
, button
, QGuiApplication::mouseButtons() | button
, QGuiApplication::keyboardModifiers()
diff --git a/sources b/sources
index e54ed44..9e2dacf 100644
--- a/sources
+++ b/sources
@@ -1,4 +1,4 @@
1ac9a7ddda444ccaa53f26887dd07700 GSL-3819df6.tar.gz
48687b677c5724aa513278672d6e674b gyp-a7055b3.tar.gz
-583f345ee0a9d0e9fcc9dee3d64679b5 tdesktop-1.0.34.tar.gz
+8fbb8870d6b8fb84e5715023f938dc99 tdesktop-1.0.35.tar.gz
8cb2c878f46705b0295f77e9f1a8890c variant-916139a.tar.gz
diff --git a/telegram-desktop.spec b/telegram-desktop.spec
index 7ebda1b..c8460e1 100644
--- a/telegram-desktop.spec
+++ b/telegram-desktop.spec
@@ -15,8 +15,8 @@
Summary: Telegram is a new era of messaging
Name: telegram-desktop
-Version: 1.0.34
-Release: 2%{?dist}
+Version: 1.0.35
+Release: 1%{?dist}
# Application and 3rd-party modules licensing:
# * S0 (Telegram Desktop) - GPLv3+ with OpenSSL exception -- main source;
@@ -207,6 +207,9 @@ fi
%{_datadir}/appdata/%{name}.appdata.xml
%changelog
+* Sun Apr 30 2017 Vitaly Zaitsev <vitaly(a)easycoding.org> - 1.0.35-1
+- Updated to 1.0.35 (alpha).
+
* Sun Apr 30 2017 Leigh Scott <leigh123linux(a)googlemail.com> - 1.0.34-2
- Rebuild for ffmpeg update
Show replies by date