commit 06b96e876686c4903ebc0df466a55b16c3e52d4f
Author: Vitaly Zaitsev <vitaly(a)easycoding.org>
Date: Mon Apr 24 16:40:21 2017 +0500
Updated to 1.0.34.
.gitignore | 1 +
fix_build_under_fedora.patch | 2 +-
sources | 4 ++--
telegram-desktop.spec | 5 ++++-
4 files changed, 8 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 097d2d8..bc194a1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@
/tdesktop-1.0.32.tar.gz
/variant-916139a.tar.gz
/tdesktop-1.0.33.tar.gz
+/tdesktop-1.0.34.tar.gz
diff --git a/fix_build_under_fedora.patch b/fix_build_under_fedora.patch
index 5fcbb56..540580c 100644
--- a/fix_build_under_fedora.patch
+++ b/fix_build_under_fedora.patch
@@ -1,4 +1,4 @@
-From c99ca98baf3b25ec11fd969ab232ee7e87b8114f Mon Sep 17 00:00:00 2001
+From 3d25af45a3f72a18ea6391ebe84d570d779e9958 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.
diff --git a/sources b/sources
index 63f0125..e54ed44 100644
--- a/sources
+++ b/sources
@@ -1,4 +1,4 @@
1ac9a7ddda444ccaa53f26887dd07700 GSL-3819df6.tar.gz
-25f0e2a2cd43ab48eedc61244e02952f gyp-a7055b3.tar.gz
-cc31d37681372a4d0e338429422b99ef tdesktop-1.0.33.tar.gz
+48687b677c5724aa513278672d6e674b gyp-a7055b3.tar.gz
+583f345ee0a9d0e9fcc9dee3d64679b5 tdesktop-1.0.34.tar.gz
8cb2c878f46705b0295f77e9f1a8890c variant-916139a.tar.gz
diff --git a/telegram-desktop.spec b/telegram-desktop.spec
index 4f52dbd..33314cd 100644
--- a/telegram-desktop.spec
+++ b/telegram-desktop.spec
@@ -15,7 +15,7 @@
Summary: Telegram is a new era of messaging
Name: telegram-desktop
-Version: 1.0.33
+Version: 1.0.34
Release: 1%{?dist}
# Application and 3rd-party modules licensing:
@@ -207,6 +207,9 @@ fi
%{_datadir}/appdata/%{name}.appdata.xml
%changelog
+* Mon Apr 24 2017 Vitaly Zaitsev <vitaly(a)easycoding.org> - 1.0.34-1
+- Updated to 1.0.34 (alpha).
+
* Sun Apr 16 2017 Vitaly Zaitsev <vitaly(a)easycoding.org> - 1.0.33-1
- Updated to 1.0.33 (alpha).