Hello community,
here is the log from the commit of package telegram-desktop for
openSUSE:Factory checked in at 2020-04-01 19:20:58
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/telegram-desktop (Old)
and /work/SRC/openSUSE:Factory/.telegram-desktop.new.3248 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "telegram-desktop"
Wed Apr 1 19:20:58 2020 rev:32 rq:790636 version:2.0.1
Changes:
--------
--- /work/SRC/openSUSE:Factory/telegram-desktop/telegram-desktop.changes
2020-03-19 19:51:50.796237700 +0100
+++
/work/SRC/openSUSE:Factory/.telegram-desktop.new.3248/telegram-desktop.changes
2020-04-01 19:21:02.103603915 +0200
@@ -1,0 +2,24 @@
+Tue Mar 31 11:43:35 UTC 2020 - Marcel Kuehlhorn <[email protected]>
+
+- Update to 2.0.1
+ * Switch between folders using Ctrl+1, ..., Ctrl+8.
+ * Fix crash when a pinned in folder chat was added to archive.
+ * Fix font issues in Linux version.
+
+-------------------------------------------------------------------
+Mon Mar 30 15:08:46 UTC 2020 - Marcel Kuehlhorn <[email protected]>
+
+- Update to 2.0.0
+ * Organize chats into Chat Folders if you have too many chats.
+ * Create custom folders with flexible settings, or use default
+ recommendations.
+ * Pin an unlimited number of chats in each folder.
+ * Switch between folders in the new side bar to easily access
+ all of your chats.
+ * Send :dice: to any chat to try your luck and get a random number
+ from the animated dice.
+ * Send :virus:, :face_with_thermometer:, :mask:,
+ :face_with_head_bandage:, :sneeze:, :sick:, :soap: or :ambulance:
+ to try out the new animated emoji.
+
+-------------------------------------------------------------------
Old:
----
tdesktop-1.9.21-full.tar.gz
New:
----
tdesktop-2.0.1-full.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ telegram-desktop.spec ++++++
--- /var/tmp/diff_new_pack.D29umX/_old 2020-04-01 19:21:04.243604878 +0200
+++ /var/tmp/diff_new_pack.D29umX/_new 2020-04-01 19:21:04.247604879 +0200
@@ -21,10 +21,17 @@
%define _lto_cflags %{nil}
%endif
+# We need at least gcc8 or higher to build
+%if 0%{?suse_version} < 01550 && 0%{?is_opensuse}
+%bcond_without fixed_gcc
+%else
+%bcond_with fixed_gcc
+%endif
+
%define __builder ninja
Name: telegram-desktop
-Version: 1.9.21
+Version: 2.0.1
Release: 0
Summary: Messaging application with a focus on speed and security
License: GPL-3.0-only
@@ -42,7 +49,11 @@
BuildRequires: enchant-devel
BuildRequires: ffmpeg-devel
BuildRequires: freetype-devel
+%if %{with fixed_gcc}
+BuildRequires: gcc9-c++
+%else
BuildRequires: gcc-c++
+%endif
BuildRequires: glibc-devel
BuildRequires: libQt5Core-private-headers-devel
BuildRequires: libQt5Gui-private-headers-devel
@@ -137,6 +148,10 @@
%build
%limit_build -m 2048
+%if %{with fixed_gcc}
+export CC=/usr/bin/gcc-9
+export CXX=/usr/bin/g++-9
+%endif
%cmake \
-DCMAKE_INSTALL_PREFIX=/usr \
++++++ tdesktop-1.9.21-full.tar.gz -> tdesktop-2.0.1-full.tar.gz ++++++
/work/SRC/openSUSE:Factory/telegram-desktop/tdesktop-1.9.21-full.tar.gz
/work/SRC/openSUSE:Factory/.telegram-desktop.new.3248/tdesktop-2.0.1-full.tar.gz
differ: char 5, line 1