Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package telegram-desktop for
openSUSE:Factory checked in at 2024-01-03 12:30:26
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/telegram-desktop (Old)
and /work/SRC/openSUSE:Factory/.telegram-desktop.new.28375 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "telegram-desktop"
Wed Jan 3 12:30:26 2024 rev:105 rq:1136214 version:4.14.1
Changes:
--------
--- /work/SRC/openSUSE:Factory/telegram-desktop/telegram-desktop.changes
2023-12-04 23:03:08.855221477 +0100
+++
/work/SRC/openSUSE:Factory/.telegram-desktop.new.28375/telegram-desktop.changes
2024-01-03 12:31:08.528966201 +0100
@@ -1,0 +2,28 @@
+Tue Jan 2 12:25:48 UTC 2024 - Manfred Hollstein <[email protected]>
+
+- Updated to version 4.14.1
+ * Fix crash in "Author Hidden" chat in "Saved Messages".
+ * Improve jump-to-original button layout in "Saved Messages".
+ * Show my own chat as "My Notes" in "Saved Messages".
+ * In screen sharing source window select first screen by default.
+
+- Updated to version 4.14.0
+ * Improved saved messages.
+ * One-time voice messages.
+
+- Add new script tg_owt-packager.sh for updating tg_owt-master.zip
+- Update tg_owt-master.zip to commit afd9d5d31798d3eacf9ed6c30601e91d0f1e4d60
+
+-------------------------------------------------------------------
+Tue Dec 26 08:42:39 UTC 2023 - Manfred Hollstein <[email protected]>
+
+- Updated to version 4.13.1
+ * Fix crash in chat history right click.
+ * Fix user emoji status display in main menu, profile and settings.
+
+- Updated to version 4.13.0
+ * Support setting channel wallpaper.
+ * Support setting channel emoji status.
+ * Allow gifting premium to several recipients at once.
+
+-------------------------------------------------------------------
Old:
----
tdesktop-4.12.2-full.tar.gz
New:
----
tdesktop-4.14.1-full.tar.gz
tg_owt-packager.sh
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ telegram-desktop.spec ++++++
--- /var/tmp/diff_new_pack.IYM6R2/_old 2024-01-03 12:31:10.841050760 +0100
+++ /var/tmp/diff_new_pack.IYM6R2/_new 2024-01-03 12:31:10.841050760 +0100
@@ -1,7 +1,7 @@
#
# spec file for package telegram-desktop
#
-# Copyright (c) 2023 SUSE LLC
+# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -34,7 +34,7 @@
%define qt_major_version 6
Name: telegram-desktop
-Version: 4.12.2
+Version: 4.14.1
Release: 0
Summary: Messaging application with a focus on speed and security
License: GPL-3.0-only
@@ -43,8 +43,11 @@
Source0:
https://github.com/telegramdesktop/tdesktop/releases/download/v%{version}/tdesktop-%{version}-full.tar.gz
# Use tg_owt-packager.py to prepare tg_owt-master.zip
# Usage: python tg_owt-packager.py --repo-dir $PWD/tg_owt-master
+# Or use tg_owt-packager.sh to prepare tg_owt-master.zip
+# Usage: bash tg_owt-packager.sh
Source1: tg_owt-packager.py
-Source2: tg_owt-master.zip
+Source2: tg_owt-packager.sh
+Source3: tg_owt-master.zip
%if 0%{?suse_version} > 01500
# PATCH-FIX-OPENSUSE
Patch1: 0001-use-bundled-webrtc.patch
@@ -230,7 +233,7 @@
%endif
cd ../
-unzip -q %{SOURCE2}
+unzip -q %{SOURCE3}
mv tg_owt-master Libraries/tg_owt
%build
++++++ tdesktop-4.12.2-full.tar.gz -> tdesktop-4.14.1-full.tar.gz ++++++
/work/SRC/openSUSE:Factory/telegram-desktop/tdesktop-4.12.2-full.tar.gz
/work/SRC/openSUSE:Factory/.telegram-desktop.new.28375/tdesktop-4.14.1-full.tar.gz
differ: char 5, line 1
++++++ tg_owt-master.zip ++++++
/work/SRC/openSUSE:Factory/telegram-desktop/tg_owt-master.zip
/work/SRC/openSUSE:Factory/.telegram-desktop.new.28375/tg_owt-master.zip
differ: char 11, line 2
++++++ tg_owt-packager.sh ++++++
#! /bin/bash
# tg_owt origin
# get it from
https://github.com/telegramdesktop/tdesktop/blob/dev/Telegram/build/docker/centos_env/Dockerfile
around line 823
tg_owt_origin="afd9d5d31798d3eacf9ed6c30601e91d0f1e4d60"
rm -rf tg_owt \
&& mkdir tg_owt \
&& cd tg_owt \
&& git init tg_owt \
&& cd tg_owt \
&& git remote add origin https://github.com/desktop-app/tg_owt.git \
&& git fetch --depth=1 origin "$tg_owt_origin" \
&& git reset --hard FETCH_HEAD \
&& git submodule update --init --recursive --depth=1 \
&& rm -rf .git \
&& cd .. \
&& mv tg_owt tg_owt-master \
&& zip tg_owt-master.zip -r tg_owt-master -x '*.git*' \
&& mv tg_owt-master.zip ..
cd ..; rm -rf tg_owt