From 6148e1c6ad69a5eb44d4c02d315bf9e417f8dbda7f23e19353f86295c79732a1 Mon Sep 17 00:00:00 2001 From: Xu Zhao Date: Wed, 13 Sep 2023 17:53:52 +0000 Subject: [PATCH] Accepting request 1110928 from home:manfred-h:server:messaging - Updated to 4.9.5. * Several new bot web-app features. * Bug fixes and other minor improvements. - Update tg_owt-master.zip - Add 0006-sigc-track_obj.patch - Relax usage of openssl versions - Updated to 4.9.4. * Default private chats / groups / channels notification settings. * Forwarded / reply-to-a-story icon in chats list message preview. * Bug fixes and other minor improvements. - Updated to 4.9.3. * Fix audio output on macOS. - Updated to 4.9.2. * Remove single recently used emoji or reset the list from context menu. * Change all emoji skin colors from Emoji & People section. * Connected Websites section in Settings > Advanced. * Bug fixes and other minor improvements. - Updated to 4.9.1. * Fix a crash in reply area ripple animation. * Fix a crash on start in some Linux distributions. - Updated to 4.9.0. * Gradual stories rollout. - Updated to 4.8.12. * Fix crash by a full rebuild on macOS. - Updated to 4.8.11. * Fix initial video playback speed. * Use native window resize on Windows 11. * Fix memory leak in Direct3D 11 media viewer on Windows. - Updated to 4.8.10. * Send story sharing comments as separate messages. * Fix stories explanation tooltip ordering. - Updated to 4.8.9. * Bug fixes and other minor improvements. - Updated to 4.8.8. * Several crash fixes and story viewer improvements. - Updated to 4.8.7. * Several crash fixes and small stories improvements. - Updated to 4.8.6. * Fix langpack keys by a full rebuild on macOS. - Updated to 4.8.5. * Bug fixes and other minor improvements. And stories preview. OBS-URL: https://build.opensuse.org/request/show/1110928 OBS-URL: https://build.opensuse.org/package/show/server:messaging/telegram-desktop?expand=0&rev=266 --- 0006-sigc-track_obj.patch | 11 ++++++++ tdesktop-4.8.4-full.tar.gz | 3 -- tdesktop-4.9.5-full.tar.gz | 3 ++ telegram-desktop.changes | 58 ++++++++++++++++++++++++++++++++++++++ telegram-desktop.spec | 14 ++++----- tg_owt-master.zip | 4 +-- 6 files changed, 79 insertions(+), 14 deletions(-) create mode 100644 0006-sigc-track_obj.patch delete mode 100644 tdesktop-4.8.4-full.tar.gz create mode 100644 tdesktop-4.9.5-full.tar.gz diff --git a/0006-sigc-track_obj.patch b/0006-sigc-track_obj.patch new file mode 100644 index 0000000..61255f3 --- /dev/null +++ b/0006-sigc-track_obj.patch @@ -0,0 +1,11 @@ +--- Telegram/lib_base/base/platform/linux/base_network_reachability_linux.cpp.orig 2023-08-31 20:40:42.000000000 +0200 ++++ Telegram/lib_base/base/platform/linux/base_network_reachability_linux.cpp 2023-09-13 17:12:47.816243460 +0200 +@@ -20,7 +20,7 @@ public: + , _available(_monitor->get_network_available()) { + _monitor->property_network_available( + ).signal_changed( +- ).connect(sigc::track_object([=] { ++ ).connect(sigc::track_obj([=] { + _available = _monitor->get_network_available(); + }, *this)); + } diff --git a/tdesktop-4.8.4-full.tar.gz b/tdesktop-4.8.4-full.tar.gz deleted file mode 100644 index 0e3abb6..0000000 --- a/tdesktop-4.8.4-full.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4328296df07557786e1b9cf22f6675200dbdf29c75d2efeb635c6b7f3f951e8d -size 69090626 diff --git a/tdesktop-4.9.5-full.tar.gz b/tdesktop-4.9.5-full.tar.gz new file mode 100644 index 0000000..bffdb8c --- /dev/null +++ b/tdesktop-4.9.5-full.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad9720c9107057056968befd45ce02a52381d993f5878316f1622e35db26e698 +size 73647424 diff --git a/telegram-desktop.changes b/telegram-desktop.changes index 9673fd2..38d33f0 100644 --- a/telegram-desktop.changes +++ b/telegram-desktop.changes @@ -1,3 +1,61 @@ +------------------------------------------------------------------- +Wed Sep 13 15:33:25 UTC 2023 - Manfred Hollstein + +- Updated to 4.9.5. + * Several new bot web-app features. + * Bug fixes and other minor improvements. +- Update tg_owt-master.zip +- Add 0006-sigc-track_obj.patch +- Relax usage of openssl versions + +- Updated to 4.9.4. + * Default private chats / groups / channels notification settings. + * Forwarded / reply-to-a-story icon in chats list message preview. + * Bug fixes and other minor improvements. + +- Updated to 4.9.3. + * Fix audio output on macOS. + +- Updated to 4.9.2. + * Remove single recently used emoji or reset the list from context menu. + * Change all emoji skin colors from Emoji & People section. + * Connected Websites section in Settings > Advanced. + * Bug fixes and other minor improvements. + +- Updated to 4.9.1. + * Fix a crash in reply area ripple animation. + * Fix a crash on start in some Linux distributions. + +- Updated to 4.9.0. + * Gradual stories rollout. + +- Updated to 4.8.12. + * Fix crash by a full rebuild on macOS. + +- Updated to 4.8.11. + * Fix initial video playback speed. + * Use native window resize on Windows 11. + * Fix memory leak in Direct3D 11 media viewer on Windows. + +- Updated to 4.8.10. + * Send story sharing comments as separate messages. + * Fix stories explanation tooltip ordering. + +- Updated to 4.8.9. + * Bug fixes and other minor improvements. + +- Updated to 4.8.8. + * Several crash fixes and story viewer improvements. + +- Updated to 4.8.7. + * Several crash fixes and small stories improvements. + +- Updated to 4.8.6. + * Fix langpack keys by a full rebuild on macOS. + +- Updated to 4.8.5. + * Bug fixes and other minor improvements. And stories preview. + ------------------------------------------------------------------- Tue Aug 15 14:08:09 UTC 2023 - Manfred Hollstein diff --git a/telegram-desktop.spec b/telegram-desktop.spec index 67cb26f..a540f70 100644 --- a/telegram-desktop.spec +++ b/telegram-desktop.spec @@ -26,13 +26,6 @@ # gcc10 or higher is required %if 0%{?suse_version} && ( 0%{?suse_version} < 1500 || ( 0%{?is_opensuse} && 0%{?suse_version} == 1500 && 0%{?sle_version} && 0%{?sle_version} <= 150600 ) ) %bcond_without compiler_upgrade -%else -%if 0%{?suse_version} > 01500 -# gcc13 is too new on Tumbleweed -%bcond_without compiler_downgrade -%else -%bcond_with compiler_upgrade -%endif %endif %define _dwz_low_mem_die_limit 40000000 @@ -41,7 +34,7 @@ %define qt_major_version 6 Name: telegram-desktop -Version: 4.8.4 +Version: 4.9.5 Release: 0 Summary: Messaging application with a focus on speed and security License: GPL-3.0-only @@ -70,6 +63,7 @@ Patch4: 0004-use-dynamic-x-libraries.patch # that would affect all ILP32 platforms. # PATCH-FIX-OPENSUSE Patch5: 0005-qt6-fixes.patch +Patch6: 0006-sigc-track_obj.patch ExcludeArch: %ix86 aarch64_ilp32 ppc riscv32 BuildRequires: appstream-glib BuildRequires: chrpath @@ -132,7 +126,6 @@ BuildRequires: libQt5Gui-private-headers-devel BuildRequires: libqt5-qtwayland-private-headers-devel BuildRequires: pkgconfig(dbusmenu-qt%{qt_major_version}) %endif -BuildRequires: libopenssl-1_1-devel BuildRequires: pkgconfig(alsa) BuildRequires: pkgconfig(expat) BuildRequires: pkgconfig(fmt) @@ -170,6 +163,7 @@ BuildRequires: pkgconfig(libwebp) BuildRequires: pkgconfig(minizip) BuildRequires: pkgconfig(mtdev) BuildRequires: pkgconfig(openal) +BuildRequires: pkgconfig(openssl) BuildRequires: pkgconfig(opus) BuildRequires: pkgconfig(opusfile) BuildRequires: pkgconfig(opusurl) @@ -229,6 +223,7 @@ The service also provides APIs to independent developers. %patch3 -p1 %patch4 -p1 %patch5 -p0 +%patch6 -p0 mkdir ../Libraries # If not TW, unpack rnnoise source @@ -324,6 +319,7 @@ appstream-util validate-relax --nonet %{buildroot}%{_datadir}/metainfo/*.metainf %doc README.md changelog.txt %{_bindir}/%{name} %{_datadir}/applications/*.desktop +%{_datadir}/dbus-1/services/org.telegram.desktop.service %{_datadir}/icons/hicolor/*/apps/*.png %{_datadir}/metainfo/*.metainfo.xml diff --git a/tg_owt-master.zip b/tg_owt-master.zip index 0657579..19299c7 100644 --- a/tg_owt-master.zip +++ b/tg_owt-master.zip @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:3b00def7875614b2f3aab67b8e0ccc712d9cf7bf95227ca24ea18e5abc66fd19 -size 24505199 +oid sha256:7808fc69689880087128e3091e839663e5488668cd3d79ea5a39f01c5664de01 +size 25207063