commit b1389eb98d93f0d7e88e7048554285e2c19904f5
Author: Vitaly Zaitsev <vitaly(a)easycoding.org>
Date: Tue Jul 4 23:28:58 2017 +0500
Updated to version 1.1.10.
.gitignore | 2 ++
sources | 4 ++--
telegram-desktop.spec | 9 ++++++---
3 files changed, 10 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index daa1d90..65150cd 100644
--- a/.gitignore
+++ b/.gitignore
@@ -19,3 +19,5 @@
/libtgvoip-2993da5.tar.gz
/tdesktop-1.1.7.tar.gz
/tdesktop-1.1.9.tar.gz
+/libtgvoip-445433f.tar.gz
+/tdesktop-1.1.10.tar.gz
diff --git a/sources b/sources
index 18aad6d..298c6f7 100644
--- a/sources
+++ b/sources
@@ -1,4 +1,4 @@
ba90e749953f2ac1c013011601a58598 GSL-c5851a8.tar.gz
0373c28165f86474f8abdce278320c1a gyp-a478c1a.tar.gz
-38d0bd37a328d04a4c8f723691f0901e libtgvoip-2993da5.tar.gz
-86b18dc4313f4506bcfff16ed26d016b tdesktop-1.1.9.tar.gz
+8bec9e667cd66f92381bae426117e8ea libtgvoip-445433f.tar.gz
+139a00aa95ab3823908ccbe1c65d2ceb tdesktop-1.1.10.tar.gz
diff --git a/telegram-desktop.spec b/telegram-desktop.spec
index 32b25e4..496b5ef 100644
--- a/telegram-desktop.spec
+++ b/telegram-desktop.spec
@@ -11,12 +11,12 @@
%global shortcommit2 %(c=%{commit2}; echo ${c:0:7})
# Git revision of libtgvoip...
-%global commit3 2993da5aa08d18b549cc6fff160fc732f4114a31
+%global commit3 445433f4f02fb4099a5f6cb64f67c56648c460d8
%global shortcommit3 %(c=%{commit3}; echo ${c:0:7})
Summary: Telegram is a new era of messaging
Name: telegram-desktop
-Version: 1.1.9
+Version: 1.1.10
Release: 1%{?dist}
# Application and 3rd-party modules licensing:
@@ -33,7 +33,7 @@ ExclusiveArch: i686 x86_64
Source0: %{url}/archive/v%{version}.tar.gz#/%{appname}-%{version}.tar.gz
Source1:
https://chromium.googlesource.com/external/gyp/+archive/%{commit1}.tar.gz...
Source2:
https://github.com/Microsoft/GSL/archive/%{commit2}.tar.gz#/GSL-%{shortco...
-Source3:
https://github.com/telegramdesktop/libtgvoip/archive/%{commit3}.tar.gz#/l...
+Source3:
https://github.com/grishka/libtgvoip/archive/%{commit3}.tar.gz#/libtgvoip...
Patch0: fix_build_under_fedora.patch
Patch1: fix_libtgvoip.patch
@@ -226,6 +226,9 @@ fi
%{_datadir}/appdata/%{name}.appdata.xml
%changelog
+* Tue Jul 04 2017 Vitaly Zaitsev <vitaly(a)easycoding.org> - 1.1.10-1
+- Updated to 1.1.10.
+
* Fri Jun 30 2017 Vitaly Zaitsev <vitaly(a)easycoding.org> - 1.1.9-1
- Updated to 1.1.9.