From 2aec4e91e19da9470ee790b660eb5cf27d7952195291755cd0e71eccc5172b09 Mon Sep 17 00:00:00 2001 From: Manfred Hollstein Date: Mon, 17 Jul 2023 14:16:15 +0000 Subject: [PATCH] Accepting request 1099103 from home:13ilya - Updated to 4.8.4. * Added BuildRequires: libboost_program_options-devel, fmt, gobject-introspection-1.0. * Removed BuildRequires: libQt6Core5Compat6, libQt6QuickWidgets6, libQt6WaylandCompositor6. * Fixed calls using openssl 1.1.1. * Fixed opening links on Linux. * Fixed main window focus from notifications with disabled animations. OBS-URL: https://build.opensuse.org/request/show/1099103 OBS-URL: https://build.opensuse.org/package/show/server:messaging/telegram-desktop?expand=0&rev=260 --- tdesktop-4.8.1-full.tar.gz | 3 --- tdesktop-4.8.4-full.tar.gz | 3 +++ telegram-desktop.changes | 12 ++++++++++++ telegram-desktop.spec | 14 +++++++------- 4 files changed, 22 insertions(+), 10 deletions(-) delete mode 100644 tdesktop-4.8.1-full.tar.gz create mode 100644 tdesktop-4.8.4-full.tar.gz diff --git a/tdesktop-4.8.1-full.tar.gz b/tdesktop-4.8.1-full.tar.gz deleted file mode 100644 index bc72260..0000000 --- a/tdesktop-4.8.1-full.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:96660bb151c035a80c5b32a8fe043cecb54e9fe450329cf612ecb752db68c06f -size 63997319 diff --git a/tdesktop-4.8.4-full.tar.gz b/tdesktop-4.8.4-full.tar.gz new file mode 100644 index 0000000..0e3abb6 --- /dev/null +++ b/tdesktop-4.8.4-full.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4328296df07557786e1b9cf22f6675200dbdf29c75d2efeb635c6b7f3f951e8d +size 69090626 diff --git a/telegram-desktop.changes b/telegram-desktop.changes index 6460a37..4018cf2 100644 --- a/telegram-desktop.changes +++ b/telegram-desktop.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Mon Jul 17 13:14:40 UTC 2023 - Илья Индиго + +- Updated to 4.8.4. + * Added BuildRequires: libboost_program_options-devel, fmt, + gobject-introspection-1.0. + * Removed BuildRequires: libQt6Core5Compat6, libQt6QuickWidgets6, + libQt6WaylandCompositor6. + * Fixed calls using openssl 1.1.1. + * Fixed opening links on Linux. + * Fixed main window focus from notifications with disabled animations. + ------------------------------------------------------------------- Mon May 1 07:47:52 UTC 2023 - Andrey Gankov diff --git a/telegram-desktop.spec b/telegram-desktop.spec index fcacc63..ec93da0 100644 --- a/telegram-desktop.spec +++ b/telegram-desktop.spec @@ -41,7 +41,7 @@ %define qt_major_version 6 Name: telegram-desktop -Version: 4.8.1 +Version: 4.8.4 Release: 0 Summary: Messaging application with a focus on speed and security License: GPL-3.0-only @@ -91,6 +91,7 @@ BuildRequires: gcc-c++ %endif %endif BuildRequires: glibc-devel +BuildRequires: libboost_program_options-devel BuildRequires: libjpeg-devel BuildRequires: liblz4-devel BuildRequires: libwebrtc_audio_processing-devel @@ -110,10 +111,8 @@ BuildRequires: cmake(Qt%{qt_major_version}Network) BuildRequires: cmake(Qt%{qt_major_version}OpenGL) BuildRequires: cmake(Qt%{qt_major_version}Qml) BuildRequires: cmake(Qt%{qt_major_version}Quick) -BuildRequires: cmake(Qt%{qt_major_version}QuickWidgets) BuildRequires: cmake(Qt%{qt_major_version}Svg) BuildRequires: cmake(Qt%{qt_major_version}WaylandClient) -BuildRequires: cmake(Qt%{qt_major_version}WaylandCompositor) BuildRequires: cmake(Qt%{qt_major_version}Widgets) BuildRequires: pkgconfig(x11) BuildRequires: pkgconfig(xcomposite) @@ -127,7 +126,6 @@ BuildRequires: pkgconfig(xtst) BuildRequires: qt%{qt_major_version}-gui-private-devel BuildRequires: qt%{qt_major_version}-waylandclient-private-devel BuildRequires: qt%{qt_major_version}-widgets-private-devel -BuildRequires: cmake(Qt%{qt_major_version}Core5Compat) BuildRequires: cmake(Qt%{qt_major_version}OpenGLWidgets) %else BuildRequires: libQt5Gui-private-headers-devel @@ -136,11 +134,13 @@ BuildRequires: pkgconfig(dbusmenu-qt%{qt_major_version}) %endif BuildRequires: pkgconfig(alsa) BuildRequires: pkgconfig(expat) +BuildRequires: pkgconfig(fmt) BuildRequires: pkgconfig(fontconfig) BuildRequires: pkgconfig(freetype2) BuildRequires: pkgconfig(gbm) -BuildRequires: pkgconfig(glib-2.0) -BuildRequires: pkgconfig(glibmm-2.68) +BuildRequires: pkgconfig(glib-2.0) >= 2.76 +BuildRequires: pkgconfig(glibmm-2.68) >= 2.76 +BuildRequires: pkgconfig(gobject-introspection-1.0) BuildRequires: pkgconfig(gtk+-3.0) BuildRequires: pkgconfig(harfbuzz) BuildRequires: pkgconfig(hunspell) @@ -169,7 +169,7 @@ BuildRequires: pkgconfig(libwebp) BuildRequires: pkgconfig(minizip) BuildRequires: pkgconfig(mtdev) BuildRequires: pkgconfig(openal) -BuildRequires: pkgconfig(openssl) +BuildRequires: libopenssl-1_1-devel BuildRequires: pkgconfig(opus) BuildRequires: pkgconfig(opusfile) BuildRequires: pkgconfig(opusurl)