diff --git a/patch.py b/patch.py index 577964e..87f0bf6 100644 --- a/patch.py +++ b/patch.py @@ -269,7 +269,7 @@ def process_telegram(jsonobj): child.append("'TDESKTOP_DISABLE_AUTOUPDATE'") child.append("'TDESKTOP_DISABLE_REGISTER_CUSTOM_SCHEME'") 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.remove("'AL_LIBTYPE_STATIC'") child = jsonobj["'targets'"][0]["'include_dirs'"] diff --git a/telegram-desktop.changes b/telegram-desktop.changes index bc72a62..9e6f9d1 100644 --- a/telegram-desktop.changes +++ b/telegram-desktop.changes @@ -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 + +- 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 diff --git a/telegram-desktop.spec b/telegram-desktop.spec index ad5bf30..1473022 100644 --- a/telegram-desktop.spec +++ b/telegram-desktop.spec @@ -24,12 +24,12 @@ %endif # 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} %endif Name: telegram-desktop -Version: 1.8.1 +Version: 1.8.2 Release: 0 Summary: Messaging application with a focus on speed and security License: GPL-3.0-only @@ -95,7 +95,7 @@ BuildRequires: pkgconfig(expat) BuildRequires: pkgconfig(fontconfig) BuildRequires: pkgconfig(freetype2) BuildRequires: pkgconfig(glib-2.0) -BuildRequires: pkgconfig(gtk+-2.0) +BuildRequires: pkgconfig(gtk+-3.0) BuildRequires: pkgconfig(harfbuzz) BuildRequires: pkgconfig(libavcodec) BuildRequires: pkgconfig(libavdevice) @@ -141,8 +141,8 @@ BuildRequires: pkgconfig(zlib) Requires: ffmpeg Requires: hicolor-icon-theme Requires: icu -Requires: jasper Requires: openssl +Conflicts: libqt5-qtstyleplugins-platformtheme-gtk2 ExclusiveArch: x86_64 %description diff --git a/v1.8.1.tar.gz b/v1.8.1.tar.gz deleted file mode 100644 index 23e9d72..0000000 --- a/v1.8.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4fa1f20d8b4e0a006067fd042b0e85b5df252e9142d2f9b020fa4013d547701e -size 14334229 diff --git a/v1.8.2.tar.gz b/v1.8.2.tar.gz new file mode 100644 index 0000000..ce031e8 --- /dev/null +++ b/v1.8.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bbacd3aa6ae5f78321346e9bff0b202e8aa64fccafcb06e5e2777c2f0cd908c6 +size 14335232