Hello community,
here is the log from the commit of package telegram-desktop for
openSUSE:Factory checked in at 2020-10-05 19:38:44
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/telegram-desktop (Old)
and /work/SRC/openSUSE:Factory/.telegram-desktop.new.4249 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "telegram-desktop"
Mon Oct 5 19:38:44 2020 rev:42 rq:839233 version:2.4.2
Changes:
--------
--- /work/SRC/openSUSE:Factory/telegram-desktop/telegram-desktop.changes
2020-10-02 17:35:31.566675031 +0200
+++
/work/SRC/openSUSE:Factory/.telegram-desktop.new.4249/telegram-desktop.changes
2020-10-05 19:40:07.285610290 +0200
@@ -1,0 +2,30 @@
+Fri Oct 2 19:24:42 UTC 2020 - Marcel Kuehlhorn <[email protected]>
+
+- Update to 2.4.2
+ * Allow block, report and delete all message from user from
+ "user joined" service message context menu.
+ * Fix admin badge display in groups.
+ * Fix loading and opening of comments in channels.
+
+-------------------------------------------------------------------
+Fri Oct 2 09:30:38 UTC 2020 - Marcel Kuehlhorn <[email protected]>
+
+- Update to 2.4.1
+ * Move by PageUp and PageDown in channel comments.
+ * Several layout bugfixes.
+ * Several crashfixes.
+
+-------------------------------------------------------------------
+Thu Oct 1 08:42:42 UTC 2020 - Marcel Kuehlhorn <[email protected]>
+
+- Update to 2.4.0
+ * Turn on "Remain Anonymous" in an admin's Permissions to
+ let them post on behalf of the group and become invisible
+ in the list of members.
+ * Comment on posts in channels that have a discussion group.
+ * Get notified about replies to your comments via the new
+ Replies chat (if you are not a member of the discussion group).
+- Remove check_if_xcb-screensaver_present.patch, obsolete
+- Update tg_owt and patches
+
+-------------------------------------------------------------------
Old:
----
check_if_xcb-screensaver_present.patch
tdesktop-2.3.2-full.tar.gz
New:
----
tdesktop-2.4.2-full.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ telegram-desktop.spec ++++++
--- /var/tmp/diff_new_pack.fLC3We/_old 2020-10-05 19:40:10.929613850 +0200
+++ /var/tmp/diff_new_pack.fLC3We/_new 2020-10-05 19:40:10.933613853 +0200
@@ -31,7 +31,7 @@
%define __builder ninja
Name: telegram-desktop
-Version: 2.3.2
+Version: 2.4.2
Release: 0
Summary: Messaging application with a focus on speed and security
License: GPL-3.0-only
@@ -46,8 +46,6 @@
Patch1: 0001-use-bundled-ranged-exptected-gsl.patch
# PATCH-FIX-OPENSUSE
Patch2: 0002-tg_owt-fix-name-confliction.patch
-# PATCH-FIX-UPSTREAM: boo#1176626: Telegram-desktop crashes on Xwayland
-Patch3: check_if_xcb-screensaver_present.patch
BuildRequires: appstream-glib
BuildRequires: chrpath
BuildRequires: cmake >= 3.16
@@ -151,7 +149,6 @@
%setup -q -n tdesktop-%{version}-full
%patch0 -p1
%patch1 -p2
-%patch3 -p1
cd ../
unzip %{S:1}
@@ -191,14 +188,8 @@
-DDESKTOP_APP_USE_GLIBC_WRAPS=OFF \
-DDESKTOP_APP_USE_PACKAGED=ON \
-DDESKTOP_APP_QTWAYLANDCLIENT_PRIVATE_HEADERS=OFF \
- -DDESKTOP_APP_USE_PACKAGED_GSL=OFF \
- -DDESKTOP_APP_USE_PACKAGED_EXPECTED=OFF \
- -DDESKTOP_APP_USE_PACKAGED_RLOTTIE=OFF \
- -DDESKTOP_APP_USE_PACKAGED_VARIANT=OFF \
- -DTDESKTOP_USE_PACKAGED_TGVOIP=OFF \
-DDESKTOP_APP_USE_PACKAGED_FONTS=ON \
-DDESKTOP_APP_DISABLE_CRASH_REPORTS=ON \
- -DTDESKTOP_DISABLE_AUTOUPDATE=ON \
-DTDESKTOP_LAUNCHER_BASENAME=%{name} \
-DDESKTOP_APP_SPECIAL_TARGET=""
++++++ 0001-use-bundled-ranged-exptected-gsl.patch ++++++
--- /var/tmp/diff_new_pack.fLC3We/_old 2020-10-05 19:40:10.957613877 +0200
+++ /var/tmp/diff_new_pack.fLC3We/_new 2020-10-05 19:40:10.957613877 +0200
@@ -48,9 +48,19 @@
index 1273291..1dd8ae6 100644
--- a/tdesktop-2.3.2-full/cmake/external/webrtc/CMakeLists.txt
+++ b/tdesktop-2.3.2-full-patched/cmake/external/webrtc/CMakeLists.txt
-@@ -99,4 +99,5 @@ target_link_libraries(external_webrtc
- INTERFACE
- ${webrtc_libs_list}
- desktop-app::external_openssl
-+ jpeg
- )
+@@ -7,7 +7,7 @@
+ add_library(external_webrtc INTERFACE IMPORTED GLOBAL)
+ add_library(desktop-app::external_webrtc ALIAS external_webrtc)
+
+-if (DESKTOP_APP_USE_PACKAGED)
++if (NOT DESKTOP_APP_USE_PACKAGED)
+ find_package(tg_owt REQUIRED)
+ target_link_libraries(external_webrtc INTERFACE tg_owt::tg_owt)
+ else()
+@@ -98,5 +98,6 @@ else()
+ INTERFACE
+ ${webrtc_libs_list}
+ desktop-app::external_openssl
++ jpeg
+ )
+ endif()
++++++ 0002-tg_owt-fix-name-confliction.patch ++++++
--- /var/tmp/diff_new_pack.fLC3We/_old 2020-10-05 19:40:10.969613889 +0200
+++ /var/tmp/diff_new_pack.fLC3We/_new 2020-10-05 19:40:10.973613893 +0200
@@ -1,123 +1,3 @@
-diff --git a/tg_owt-master/src/call/rtx_receive_stream.h
b/tg_owt/src/call/rtx_receive_stream.h
-index 8ffa440..113a816 100644
---- a/tg_owt-master/src/call/rtx_receive_stream.h
-+++ b/tg_owt/src/call/rtx_receive_stream.h
-@@ -12,6 +12,7 @@
- #define CALL_RTX_RECEIVE_STREAM_H_
-
- #include <map>
-+#include <cstdint>
-
- #include "call/rtp_packet_sink_interface.h"
-
-diff --git a/tg_owt-master/src/common_video/h264/pps_parser.h
b/tg_owt/src/common_video/h264/pps_parser.h
-index d6c31b0..d8852df 100644
---- a/tg_owt-master/src/common_video/h264/pps_parser.h
-+++ b/tg_owt/src/common_video/h264/pps_parser.h
-@@ -12,6 +12,7 @@
- #define COMMON_VIDEO_H264_PPS_PARSER_H_
-
- #include "absl/types/optional.h"
-+#include <cstdint>
-
- namespace rtc {
- class BitBuffer;
-diff --git a/tg_owt-master/src/common_video/h264/prefix_parser.h
b/tg_owt/src/common_video/h264/prefix_parser.h
-index 9298eb4..400b11d 100644
---- a/tg_owt-master/src/common_video/h264/prefix_parser.h
-+++ b/tg_owt/src/common_video/h264/prefix_parser.h
-@@ -12,6 +12,7 @@
- #define COMMON_VIDEO_H264_PREFIX_PARSER_H_
-
- #include "absl/types/optional.h"
-+#include <cstdint>
-
- namespace rtc {
- class BitBuffer;
-diff --git a/tg_owt-master/src/common_video/h264/sps_parser.h
b/tg_owt/src/common_video/h264/sps_parser.h
-index 76e627d..942435f 100644
---- a/tg_owt-master/src/common_video/h264/sps_parser.h
-+++ b/tg_owt/src/common_video/h264/sps_parser.h
-@@ -12,6 +12,7 @@
- #define COMMON_VIDEO_H264_SPS_PARSER_H_
-
- #include "absl/types/optional.h"
-+#include <cstdint>
-
- namespace rtc {
- class BitBuffer;
-diff --git a/tg_owt-master/src/common_video/h265/h265_pps_parser.h
b/tg_owt/src/common_video/h265/h265_pps_parser.h
-index 28c95ea..c180b1b 100644
---- a/tg_owt-master/src/common_video/h265/h265_pps_parser.h
-+++ b/tg_owt/src/common_video/h265/h265_pps_parser.h
-@@ -12,6 +12,7 @@
- #define COMMON_VIDEO_H265_PPS_PARSER_H_
-
- #include "absl/types/optional.h"
-+#include <cstdint>
-
- namespace rtc {
- class BitBuffer;
-diff --git a/tg_owt-master/src/common_video/h265/h265_sps_parser.h
b/tg_owt/src/common_video/h265/h265_sps_parser.h
-index dbd3f0e..a3d5eac 100644
---- a/tg_owt-master/src/common_video/h265/h265_sps_parser.h
-+++ b/tg_owt/src/common_video/h265/h265_sps_parser.h
-@@ -12,6 +12,7 @@
- #define COMMON_VIDEO_H265_H265_SPS_PARSER_H_
-
- #include <vector>
-+#include <cstdint>
-
- #include "absl/types/optional.h"
-
-diff --git a/tg_owt-master/src/common_video/h265/h265_vps_parser.h
b/tg_owt/src/common_video/h265/h265_vps_parser.h
-index e8a2775..24d8398 100644
---- a/tg_owt-master/src/common_video/h265/h265_vps_parser.h
-+++ b/tg_owt/src/common_video/h265/h265_vps_parser.h
-@@ -12,6 +12,7 @@
- #define COMMON_VIDEO_H265_H265_VPS_PARSER_H_
-
- #include "absl/types/optional.h"
-+#include <cstdint>
-
- namespace rtc {
- class BitBuffer;
-diff --git
a/tg_owt-master/src/modules/audio_processing/aec3/clockdrift_detector.h
b/tg_owt/src/modules/audio_processing/aec3/clockdrift_detector.h
-index 22528c9..69e624e 100644
---- a/tg_owt-master/src/modules/audio_processing/aec3/clockdrift_detector.h
-+++ b/tg_owt/src/modules/audio_processing/aec3/clockdrift_detector.h
-@@ -12,6 +12,7 @@
- #define MODULES_AUDIO_PROCESSING_AEC3_CLOCKDRIFT_DETECTOR_H_
-
- #include <array>
-+#include <cstddef>
-
- namespace webrtc {
-
-diff --git
a/tg_owt-master/src/modules/congestion_controller/rtp/transport_feedback_demuxer.h
b/tg_owt/src/modules/congestion_controller/rtp/transport_feedback_demuxer.h
-index bcd25d5..e5ceae4 100644
----
a/tg_owt-master/src/modules/congestion_controller/rtp/transport_feedback_demuxer.h
-+++ b/tg_owt/src/modules/congestion_controller/rtp/transport_feedback_demuxer.h
-@@ -13,6 +13,7 @@
- #include <map>
- #include <utility>
- #include <vector>
-+#include <cstdint>
-
- #include "modules/include/module_common_types_public.h"
- #include "modules/rtp_rtcp/include/rtp_rtcp_defines.h"
-diff --git
a/tg_owt-master/src/modules/rtp_rtcp/source/receive_statistics_impl.h
b/tg_owt/src/modules/rtp_rtcp/source/receive_statistics_impl.h
-index e352ae8..f8edda6 100644
---- a/tg_owt-master/src/modules/rtp_rtcp/source/receive_statistics_impl.h
-+++ b/tg_owt/src/modules/rtp_rtcp/source/receive_statistics_impl.h
-@@ -14,6 +14,7 @@
- #include <algorithm>
- #include <map>
- #include <vector>
-+#include <cstdint>
-
- #include "absl/types/optional.h"
- #include "modules/include/module_common_types_public.h"
diff --git a/tg_owt-master/src/pc/external_hmac.cc
b/tg_owt/src/pc/external_hmac.cc
index 99021f8..19b87cb 100644
--- a/tg_owt-master/src/pc/external_hmac.cc
++++++ tdesktop-2.3.2-full.tar.gz -> tdesktop-2.4.2-full.tar.gz ++++++
/work/SRC/openSUSE:Factory/telegram-desktop/tdesktop-2.3.2-full.tar.gz
/work/SRC/openSUSE:Factory/.telegram-desktop.new.4249/tdesktop-2.4.2-full.tar.gz
differ: char 5, line 1
++++++ tg_owt-master.zip ++++++
Binary files /var/tmp/diff_new_pack.fLC3We/_old and
/var/tmp/diff_new_pack.fLC3We/_new differ