forked from pool/telegram-desktop
Accepting request 725644 from server:messaging
Update to 1.8.2 OBS-URL: https://build.opensuse.org/request/show/725644 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/telegram-desktop?expand=0&rev=20
This commit is contained in:
commit
c1d36e466c
2
patch.py
2
patch.py
@ -269,7 +269,7 @@ def process_telegram(jsonobj):
|
|||||||
child.append("'TDESKTOP_DISABLE_AUTOUPDATE'")
|
child.append("'TDESKTOP_DISABLE_AUTOUPDATE'")
|
||||||
child.append("'TDESKTOP_DISABLE_REGISTER_CUSTOM_SCHEME'")
|
child.append("'TDESKTOP_DISABLE_REGISTER_CUSTOM_SCHEME'")
|
||||||
child.append("'TDESKTOP_DISABLE_UNITY_INTEGRATION'")
|
child.append("'TDESKTOP_DISABLE_UNITY_INTEGRATION'")
|
||||||
child.append("'TDESKTOP_DISABLE_GTK_INTEGRATION'")
|
# child.append("'TDESKTOP_DISABLE_GTK_INTEGRATION'")
|
||||||
child.append("'TDESKTOP_DISABLE_OPENAL_EFFECTS'")
|
child.append("'TDESKTOP_DISABLE_OPENAL_EFFECTS'")
|
||||||
child.remove("'AL_LIBTYPE_STATIC'")
|
child.remove("'AL_LIBTYPE_STATIC'")
|
||||||
child = jsonobj["'targets'"][0]["'include_dirs'"]
|
child = jsonobj["'targets'"][0]["'include_dirs'"]
|
||||||
|
@ -1,3 +1,18 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Aug 21 09:05:49 UTC 2019 - mvetter@suse.com
|
||||||
|
|
||||||
|
- bsc#1146555 - Drop jasper dependency from telegram-desktop:
|
||||||
|
Remove JPEG2000 support due to removal of libjasper
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Aug 20 18:08:27 UTC 2019 - Marcel Kuehlhorn <tux93@opensuse.org>
|
||||||
|
|
||||||
|
- Update to 1.8.2
|
||||||
|
* Bug fixes and other minor improvements.
|
||||||
|
- Enable GTK integration for native notifications, this only works
|
||||||
|
when libqt5-qtstyleplugins-platformtheme-gtk2 is absent
|
||||||
|
-> introducing Conflicts with that Package
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Aug 10 04:11:18 UTC 2019 - Marcel Kuehlhorn <tux93@opensuse.org>
|
Sat Aug 10 04:11:18 UTC 2019 - Marcel Kuehlhorn <tux93@opensuse.org>
|
||||||
|
|
||||||
|
@ -24,12 +24,12 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
# Disable LTO on TW due to build failures
|
# Disable LTO on TW due to build failures
|
||||||
%if 0%{?suse_version} > 01500 && 0%{?is_opensuse}
|
%if 0%{?suse_version} > 01500
|
||||||
%define _lto_cflags %{nil}
|
%define _lto_cflags %{nil}
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: telegram-desktop
|
Name: telegram-desktop
|
||||||
Version: 1.8.1
|
Version: 1.8.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Messaging application with a focus on speed and security
|
Summary: Messaging application with a focus on speed and security
|
||||||
License: GPL-3.0-only
|
License: GPL-3.0-only
|
||||||
@ -96,6 +96,7 @@ BuildRequires: pkgconfig(fontconfig)
|
|||||||
BuildRequires: pkgconfig(freetype2)
|
BuildRequires: pkgconfig(freetype2)
|
||||||
BuildRequires: pkgconfig(glib-2.0)
|
BuildRequires: pkgconfig(glib-2.0)
|
||||||
BuildRequires: pkgconfig(gtk+-2.0)
|
BuildRequires: pkgconfig(gtk+-2.0)
|
||||||
|
BuildRequires: pkgconfig(gtk+-3.0)
|
||||||
BuildRequires: pkgconfig(harfbuzz)
|
BuildRequires: pkgconfig(harfbuzz)
|
||||||
BuildRequires: pkgconfig(libavcodec)
|
BuildRequires: pkgconfig(libavcodec)
|
||||||
BuildRequires: pkgconfig(libavdevice)
|
BuildRequires: pkgconfig(libavdevice)
|
||||||
@ -141,8 +142,8 @@ BuildRequires: pkgconfig(zlib)
|
|||||||
Requires: ffmpeg
|
Requires: ffmpeg
|
||||||
Requires: hicolor-icon-theme
|
Requires: hicolor-icon-theme
|
||||||
Requires: icu
|
Requires: icu
|
||||||
Requires: jasper
|
|
||||||
Requires: openssl
|
Requires: openssl
|
||||||
|
Conflicts: libqt5-qtstyleplugins-platformtheme-gtk2
|
||||||
ExclusiveArch: x86_64
|
ExclusiveArch: x86_64
|
||||||
|
|
||||||
%description
|
%description
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:4fa1f20d8b4e0a006067fd042b0e85b5df252e9142d2f9b020fa4013d547701e
|
|
||||||
size 14334229
|
|
3
v1.8.2.tar.gz
Normal file
3
v1.8.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:bbacd3aa6ae5f78321346e9bff0b202e8aa64fccafcb06e5e2777c2f0cd908c6
|
||||||
|
size 14335232
|
Loading…
Reference in New Issue
Block a user