forked from pool/telegram-desktop
Accepting request 513769 from home:badshah400:branches:server:messaging
- Update to version 1.1.19: * Search by messages of specific group members. * Bug fixes and other minor improvements. - Update name of patch-1.1.18.diff to patch-1.1.19.diff (no rebase was needed). OBS-URL: https://build.opensuse.org/request/show/513769 OBS-URL: https://build.opensuse.org/package/show/server:messaging/telegram-desktop?expand=0&rev=25
This commit is contained in:
parent
eacfd4fe9f
commit
53a244aea4
@ -1,7 +1,7 @@
|
|||||||
Index: tdesktop-1.1.17/Telegram/gyp/qt.gypi
|
Index: tdesktop-1.1.19/Telegram/gyp/qt.gypi
|
||||||
===================================================================
|
===================================================================
|
||||||
--- tdesktop-1.1.17.orig/Telegram/gyp/qt.gypi
|
--- tdesktop-1.1.19.orig/Telegram/gyp/qt.gypi
|
||||||
+++ tdesktop-1.1.17/Telegram/gyp/qt.gypi
|
+++ tdesktop-1.1.19/Telegram/gyp/qt.gypi
|
||||||
@@ -38,7 +38,6 @@
|
@@ -38,7 +38,6 @@
|
||||||
'Qt5Network',
|
'Qt5Network',
|
||||||
'Qt5Widgets',
|
'Qt5Widgets',
|
||||||
@ -86,10 +86,10 @@ Index: tdesktop-1.1.17/Telegram/gyp/qt.gypi
|
|||||||
'-pthread',
|
'-pthread',
|
||||||
'-g',
|
'-g',
|
||||||
'-rdynamic',
|
'-rdynamic',
|
||||||
Index: tdesktop-1.1.17/Telegram/gyp/telegram_linux.gypi
|
Index: tdesktop-1.1.19/Telegram/gyp/telegram_linux.gypi
|
||||||
===================================================================
|
===================================================================
|
||||||
--- tdesktop-1.1.17.orig/Telegram/gyp/telegram_linux.gypi
|
--- tdesktop-1.1.19.orig/Telegram/gyp/telegram_linux.gypi
|
||||||
+++ tdesktop-1.1.17/Telegram/gyp/telegram_linux.gypi
|
+++ tdesktop-1.1.19/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.17/Telegram/gyp/telegram_linux.gypi
|
|||||||
],
|
],
|
||||||
'configurations': {
|
'configurations': {
|
||||||
'Release': {
|
'Release': {
|
||||||
Index: tdesktop-1.1.17/Telegram/gyp/Telegram.gyp
|
Index: tdesktop-1.1.19/Telegram/gyp/Telegram.gyp
|
||||||
===================================================================
|
===================================================================
|
||||||
--- tdesktop-1.1.17.orig/Telegram/gyp/Telegram.gyp
|
--- tdesktop-1.1.19.orig/Telegram/gyp/Telegram.gyp
|
||||||
+++ tdesktop-1.1.17/Telegram/gyp/Telegram.gyp
|
+++ tdesktop-1.1.19/Telegram/gyp/Telegram.gyp
|
||||||
@@ -84,10 +84,13 @@
|
@@ -84,10 +84,13 @@
|
||||||
],
|
],
|
||||||
|
|
||||||
@ -194,10 +194,10 @@ Index: tdesktop-1.1.17/Telegram/gyp/Telegram.gyp
|
|||||||
],
|
],
|
||||||
|
|
||||||
'include_dirs': [
|
'include_dirs': [
|
||||||
Index: tdesktop-1.1.17/Telegram/ThirdParty/libtgvoip/libtgvoip.gyp
|
Index: tdesktop-1.1.19/Telegram/ThirdParty/libtgvoip/libtgvoip.gyp
|
||||||
===================================================================
|
===================================================================
|
||||||
--- tdesktop-1.1.17.orig/Telegram/ThirdParty/libtgvoip/libtgvoip.gyp
|
--- tdesktop-1.1.19.orig/Telegram/ThirdParty/libtgvoip/libtgvoip.gyp
|
||||||
+++ tdesktop-1.1.17/Telegram/ThirdParty/libtgvoip/libtgvoip.gyp
|
+++ tdesktop-1.1.19/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.17/Telegram/ThirdParty/libtgvoip/libtgvoip.gyp
|
|||||||
},
|
},
|
||||||
'include_dirs': [
|
'include_dirs': [
|
||||||
'<(tgvoip_src_loc)/webrtc_dsp',
|
'<(tgvoip_src_loc)/webrtc_dsp',
|
||||||
Index: tdesktop-1.1.17/Telegram/gyp/settings_linux.gypi
|
Index: tdesktop-1.1.19/Telegram/gyp/settings_linux.gypi
|
||||||
===================================================================
|
===================================================================
|
||||||
--- tdesktop-1.1.17.orig/Telegram/gyp/settings_linux.gypi
|
--- tdesktop-1.1.19.orig/Telegram/gyp/settings_linux.gypi
|
||||||
+++ tdesktop-1.1.17/Telegram/gyp/settings_linux.gypi
|
+++ tdesktop-1.1.19/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,12 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Aug 2 05:23:10 UTC 2017 - badshah400@gmail.com
|
||||||
|
|
||||||
|
- Update to version 1.1.19:
|
||||||
|
* Search by messages of specific group members.
|
||||||
|
* Bug fixes and other minor improvements.
|
||||||
|
- Update name of patch-1.1.18.diff to patch-1.1.19.diff (no
|
||||||
|
rebase was needed).
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jul 27 23:27:20 UTC 2017 - badshah400@gmail.com
|
Thu Jul 27 23:27:20 UTC 2017 - badshah400@gmail.com
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: telegram-desktop
|
Name: telegram-desktop
|
||||||
Version: 1.1.18
|
Version: 1.1.19
|
||||||
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:a1885b02f1be59dd49edb6d417c249bb41bc3547ac112e51551caf1d9c2404a3
|
|
||||||
size 16834167
|
|
3
v1.1.19.tar.gz
Normal file
3
v1.1.19.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:a1dceffb4ba3039d1ca7ad3859616556ac46ada3c6ea8425b23569500b705ada
|
||||||
|
size 16839630
|
Loading…
Reference in New Issue
Block a user