forked from pool/telegram-desktop
Accepting request 512712 from home:badshah400:branches:server:messaging
- Update to version 1.1.17: * Minor bug fixes. - Update to version 1.1.16: * Autocompletion for emoji. Start typing :e to get suggestions. * Fixed a bug with forwarding messages. - Update patch-1.1.15.diff to patch-1.1.17.diff (minor rebase). - Update to version 1.1.15: OBS-URL: https://build.opensuse.org/request/show/512712 OBS-URL: https://build.opensuse.org/package/show/server:messaging/telegram-desktop?expand=0&rev=23
This commit is contained in:
parent
0b71a7325f
commit
b28523787f
@ -1,7 +1,7 @@
|
|||||||
Index: tdesktop-1.1.15/Telegram/gyp/qt.gypi
|
Index: tdesktop-1.1.17/Telegram/gyp/qt.gypi
|
||||||
===================================================================
|
===================================================================
|
||||||
--- tdesktop-1.1.15.orig/Telegram/gyp/qt.gypi
|
--- tdesktop-1.1.17.orig/Telegram/gyp/qt.gypi
|
||||||
+++ tdesktop-1.1.15/Telegram/gyp/qt.gypi
|
+++ tdesktop-1.1.17/Telegram/gyp/qt.gypi
|
||||||
@@ -38,7 +38,6 @@
|
@@ -38,7 +38,6 @@
|
||||||
'Qt5Network',
|
'Qt5Network',
|
||||||
'Qt5Widgets',
|
'Qt5Widgets',
|
||||||
@ -86,10 +86,10 @@ Index: tdesktop-1.1.15/Telegram/gyp/qt.gypi
|
|||||||
'-pthread',
|
'-pthread',
|
||||||
'-g',
|
'-g',
|
||||||
'-rdynamic',
|
'-rdynamic',
|
||||||
Index: tdesktop-1.1.15/Telegram/gyp/telegram_linux.gypi
|
Index: tdesktop-1.1.17/Telegram/gyp/telegram_linux.gypi
|
||||||
===================================================================
|
===================================================================
|
||||||
--- tdesktop-1.1.15.orig/Telegram/gyp/telegram_linux.gypi
|
--- tdesktop-1.1.17.orig/Telegram/gyp/telegram_linux.gypi
|
||||||
+++ tdesktop-1.1.15/Telegram/gyp/telegram_linux.gypi
|
+++ tdesktop-1.1.17/Telegram/gyp/telegram_linux.gypi
|
||||||
@@ -21,11 +21,20 @@
|
@@ -21,11 +21,20 @@
|
||||||
'conditions': [[ 'build_linux', {
|
'conditions': [[ 'build_linux', {
|
||||||
'variables': {
|
'variables': {
|
||||||
@ -175,11 +175,11 @@ Index: tdesktop-1.1.15/Telegram/gyp/telegram_linux.gypi
|
|||||||
],
|
],
|
||||||
'configurations': {
|
'configurations': {
|
||||||
'Release': {
|
'Release': {
|
||||||
Index: tdesktop-1.1.15/Telegram/gyp/Telegram.gyp
|
Index: tdesktop-1.1.17/Telegram/gyp/Telegram.gyp
|
||||||
===================================================================
|
===================================================================
|
||||||
--- tdesktop-1.1.15.orig/Telegram/gyp/Telegram.gyp
|
--- tdesktop-1.1.17.orig/Telegram/gyp/Telegram.gyp
|
||||||
+++ tdesktop-1.1.15/Telegram/gyp/Telegram.gyp
|
+++ tdesktop-1.1.17/Telegram/gyp/Telegram.gyp
|
||||||
@@ -83,10 +83,13 @@
|
@@ -84,10 +84,13 @@
|
||||||
],
|
],
|
||||||
|
|
||||||
'defines': [
|
'defines': [
|
||||||
@ -194,10 +194,10 @@ Index: tdesktop-1.1.15/Telegram/gyp/Telegram.gyp
|
|||||||
],
|
],
|
||||||
|
|
||||||
'include_dirs': [
|
'include_dirs': [
|
||||||
Index: tdesktop-1.1.15/Telegram/ThirdParty/libtgvoip/libtgvoip.gyp
|
Index: tdesktop-1.1.17/Telegram/ThirdParty/libtgvoip/libtgvoip.gyp
|
||||||
===================================================================
|
===================================================================
|
||||||
--- tdesktop-1.1.15.orig/Telegram/ThirdParty/libtgvoip/libtgvoip.gyp
|
--- tdesktop-1.1.17.orig/Telegram/ThirdParty/libtgvoip/libtgvoip.gyp
|
||||||
+++ tdesktop-1.1.15/Telegram/ThirdParty/libtgvoip/libtgvoip.gyp
|
+++ tdesktop-1.1.17/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.15/Telegram/ThirdParty/libtgvoip/libtgvoip.gyp
|
|||||||
},
|
},
|
||||||
'include_dirs': [
|
'include_dirs': [
|
||||||
'<(tgvoip_src_loc)/webrtc_dsp',
|
'<(tgvoip_src_loc)/webrtc_dsp',
|
||||||
Index: tdesktop-1.1.15/Telegram/gyp/settings_linux.gypi
|
Index: tdesktop-1.1.17/Telegram/gyp/settings_linux.gypi
|
||||||
===================================================================
|
===================================================================
|
||||||
--- tdesktop-1.1.15.orig/Telegram/gyp/settings_linux.gypi
|
--- tdesktop-1.1.17.orig/Telegram/gyp/settings_linux.gypi
|
||||||
+++ tdesktop-1.1.15/Telegram/gyp/settings_linux.gypi
|
+++ tdesktop-1.1.17/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,7 +1,17 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jul 26 23:28:58 UTC 2017 - badshah400@gmail.com
|
||||||
|
|
||||||
|
- Update to version 1.1.17:
|
||||||
|
* Minor bug fixes.
|
||||||
|
- Update to version 1.1.16:
|
||||||
|
* Autocompletion for emoji. Start typing :e to get suggestions.
|
||||||
|
* Fixed a bug with forwarding messages.
|
||||||
|
- Update patch-1.1.15.diff to patch-1.1.17.diff (minor rebase).
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jul 24 07:55:14 UTC 2017 - badshah400@gmail.com
|
Mon Jul 24 07:55:14 UTC 2017 - badshah400@gmail.com
|
||||||
|
|
||||||
- Update to version 1.15:
|
- Update to version 1.1.15:
|
||||||
* Send bold and italic text in your messages.
|
* Send bold and italic text in your messages.
|
||||||
* Get a share link for posts in public supergroups.
|
* Get a share link for posts in public supergroups.
|
||||||
* Quickly share posts from channels and media messages from
|
* Quickly share posts from channels and media messages from
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: telegram-desktop
|
Name: telegram-desktop
|
||||||
Version: 1.1.15
|
Version: 1.1.17
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A new era of messaging
|
Summary: A new era of messaging
|
||||||
License: GPL-3.0
|
License: GPL-3.0
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:f631117596ba6c424d2819921b2a5f336415d144664324c939f736cd201379dd
|
|
||||||
size 16982452
|
|
3
v1.1.17.tar.gz
Normal file
3
v1.1.17.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:e68051d6b076e62e874bb897d9c6745bcb0e116fc1203a363f554ad4cb892195
|
||||||
|
size 16833972
|
Loading…
Reference in New Issue
Block a user