forked from pool/telegram-desktop
Accepting request 508931 from home:badshah400:branches:server:messaging
- Update to version 1.1.10: * Add event log filter for channel or supergroup event log. * Fix search by username in privacy exceptions editor. * Fix adding admins in channels. OBS-URL: https://build.opensuse.org/request/show/508931 OBS-URL: https://build.opensuse.org/package/show/server:messaging/telegram-desktop?expand=0&rev=20
This commit is contained in:
parent
7c16d836d2
commit
fe2d97d338
@ -1,7 +1,7 @@
|
|||||||
Index: tdesktop-1.1.9/Telegram/gyp/qt.gypi
|
Index: tdesktop-1.1.10/Telegram/gyp/qt.gypi
|
||||||
===================================================================
|
===================================================================
|
||||||
--- tdesktop-1.1.9.orig/Telegram/gyp/qt.gypi
|
--- tdesktop-1.1.10.orig/Telegram/gyp/qt.gypi
|
||||||
+++ tdesktop-1.1.9/Telegram/gyp/qt.gypi
|
+++ tdesktop-1.1.10/Telegram/gyp/qt.gypi
|
||||||
@@ -38,7 +38,6 @@
|
@@ -38,7 +38,6 @@
|
||||||
'Qt5Network',
|
'Qt5Network',
|
||||||
'Qt5Widgets',
|
'Qt5Widgets',
|
||||||
@ -86,10 +86,10 @@ Index: tdesktop-1.1.9/Telegram/gyp/qt.gypi
|
|||||||
'-pthread',
|
'-pthread',
|
||||||
'-g',
|
'-g',
|
||||||
'-rdynamic',
|
'-rdynamic',
|
||||||
Index: tdesktop-1.1.9/Telegram/gyp/telegram_linux.gypi
|
Index: tdesktop-1.1.10/Telegram/gyp/telegram_linux.gypi
|
||||||
===================================================================
|
===================================================================
|
||||||
--- tdesktop-1.1.9.orig/Telegram/gyp/telegram_linux.gypi
|
--- tdesktop-1.1.10.orig/Telegram/gyp/telegram_linux.gypi
|
||||||
+++ tdesktop-1.1.9/Telegram/gyp/telegram_linux.gypi
|
+++ tdesktop-1.1.10/Telegram/gyp/telegram_linux.gypi
|
||||||
@@ -21,11 +21,20 @@
|
@@ -21,11 +21,20 @@
|
||||||
'conditions': [[ 'build_linux', {
|
'conditions': [[ 'build_linux', {
|
||||||
'variables': {
|
'variables': {
|
||||||
@ -175,10 +175,10 @@ Index: tdesktop-1.1.9/Telegram/gyp/telegram_linux.gypi
|
|||||||
],
|
],
|
||||||
'configurations': {
|
'configurations': {
|
||||||
'Release': {
|
'Release': {
|
||||||
Index: tdesktop-1.1.9/Telegram/gyp/Telegram.gyp
|
Index: tdesktop-1.1.10/Telegram/gyp/Telegram.gyp
|
||||||
===================================================================
|
===================================================================
|
||||||
--- tdesktop-1.1.9.orig/Telegram/gyp/Telegram.gyp
|
--- tdesktop-1.1.10.orig/Telegram/gyp/Telegram.gyp
|
||||||
+++ tdesktop-1.1.9/Telegram/gyp/Telegram.gyp
|
+++ tdesktop-1.1.10/Telegram/gyp/Telegram.gyp
|
||||||
@@ -83,10 +83,13 @@
|
@@ -83,10 +83,13 @@
|
||||||
],
|
],
|
||||||
|
|
||||||
@ -194,10 +194,10 @@ Index: tdesktop-1.1.9/Telegram/gyp/Telegram.gyp
|
|||||||
],
|
],
|
||||||
|
|
||||||
'include_dirs': [
|
'include_dirs': [
|
||||||
Index: tdesktop-1.1.9/Telegram/ThirdParty/libtgvoip/libtgvoip.gyp
|
Index: tdesktop-1.1.10/Telegram/ThirdParty/libtgvoip/libtgvoip.gyp
|
||||||
===================================================================
|
===================================================================
|
||||||
--- tdesktop-1.1.9.orig/Telegram/ThirdParty/libtgvoip/libtgvoip.gyp
|
--- tdesktop-1.1.10.orig/Telegram/ThirdParty/libtgvoip/libtgvoip.gyp
|
||||||
+++ tdesktop-1.1.9/Telegram/ThirdParty/libtgvoip/libtgvoip.gyp
|
+++ tdesktop-1.1.10/Telegram/ThirdParty/libtgvoip/libtgvoip.gyp
|
||||||
@@ -13,7 +13,7 @@
|
@@ -13,7 +13,7 @@
|
||||||
'variables': {
|
'variables': {
|
||||||
'tgvoip_src_loc': '.',
|
'tgvoip_src_loc': '.',
|
||||||
@ -207,10 +207,10 @@ Index: tdesktop-1.1.9/Telegram/ThirdParty/libtgvoip/libtgvoip.gyp
|
|||||||
},
|
},
|
||||||
'include_dirs': [
|
'include_dirs': [
|
||||||
'<(tgvoip_src_loc)/webrtc_dsp',
|
'<(tgvoip_src_loc)/webrtc_dsp',
|
||||||
Index: tdesktop-1.1.9/Telegram/gyp/settings_linux.gypi
|
Index: tdesktop-1.1.10/Telegram/gyp/settings_linux.gypi
|
||||||
===================================================================
|
===================================================================
|
||||||
--- tdesktop-1.1.9.orig/Telegram/gyp/settings_linux.gypi
|
--- tdesktop-1.1.10.orig/Telegram/gyp/settings_linux.gypi
|
||||||
+++ tdesktop-1.1.9/Telegram/gyp/settings_linux.gypi
|
+++ tdesktop-1.1.10/Telegram/gyp/settings_linux.gypi
|
||||||
@@ -36,6 +36,7 @@
|
@@ -36,6 +36,7 @@
|
||||||
'-Wno-unused-but-set-variable',
|
'-Wno-unused-but-set-variable',
|
||||||
'-Wno-missing-field-initializers',
|
'-Wno-missing-field-initializers',
|
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Jul 8 01:00:38 UTC 2017 - badshah400@gmail.com
|
||||||
|
|
||||||
|
- Update to version 1.1.10:
|
||||||
|
* Add event log filter for channel or supergroup event log.
|
||||||
|
* Fix search by username in privacy exceptions editor.
|
||||||
|
* Fix adding admins in channels.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Jul 2 01:28:25 UTC 2017 - badshah400@gmail.com
|
Sun Jul 2 01:28:25 UTC 2017 - badshah400@gmail.com
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: telegram-desktop
|
Name: telegram-desktop
|
||||||
Version: 1.1.9
|
Version: 1.1.10
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A new era of messaging
|
Summary: A new era of messaging
|
||||||
License: GPL-3.0
|
License: GPL-3.0
|
||||||
|
3
v1.1.10.tar.gz
Normal file
3
v1.1.10.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:be4b867367fed2a09180edde913cb8bcd4201f86707b533e4b54e36bcc1a3214
|
||||||
|
size 16967625
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:954c7b05b569265ca4beb50ae3d47f12210fca484c7d56da58f9181d8ec4ce67
|
|
||||||
size 16960532
|
|
Loading…
Reference in New Issue
Block a user