1
0

Accepting request 790127 from home:tux93

- 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.

OBS-URL: https://build.opensuse.org/request/show/790127
OBS-URL: https://build.opensuse.org/package/show/server:messaging/telegram-desktop?expand=0&rev=132
This commit is contained in:
Marcel Kuehlhorn 2020-04-01 15:07:01 +00:00 committed by Git OBS Bridge
parent fbb142d1f3
commit 1b439316d6
4 changed files with 43 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e1f9b58c1475a5044bc4d7a7ed5f89777e717ea5e6126707105e2c2d3032ffac
size 25848026

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ced19f5bc15e26d7bf76e47841422425f664110f1aada111b9f525ab18e1723c
size 26106949

View File

@ -1,3 +1,27 @@
-------------------------------------------------------------------
Tue Mar 31 11:43:35 UTC 2020 - Marcel Kuehlhorn <tux93@opensuse.org>
- 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 <tux93@opensuse.org>
- 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.
-------------------------------------------------------------------
Tue Mar 17 10:44:28 UTC 2020 - Marcel Kuehlhorn <tux93@opensuse.org>

View File

@ -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: desktop-file-utils
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 @@ mv %{_builddir}/Libraries/range-v3-master %{_builddir}/Libraries/range-v3
%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 \