Accepting request 1179151 from home:manfred-h:server:messaging

- Updated to version 5.1.5
  * Return WebView on Windows.
- Updated to version 5.1.4
  * Improve design of search in chat.
  * Show vCard information for shared contacts.
  * Allow scheduling media in topic groups.
  * Several minor bugfixes.
- Updated to version 5.1.3
  * Rebuild version for macOS to fix the phrases.
- Updated to version 5.1.2
  * Several bugs fixed including a couple of crashes.
- Make libav* build requirements more explicit to distinguish from
  ffmpeg-6-mini-libs

OBS-URL: https://build.opensuse.org/request/show/1179151
OBS-URL: https://build.opensuse.org/package/show/server:messaging/telegram-desktop?expand=0&rev=321
This commit is contained in:
Xu Zhao 2024-06-07 11:53:19 +00:00 committed by Git OBS Bridge
parent a14a8239f4
commit d92b9aa6ad
4 changed files with 31 additions and 4 deletions

View File

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

View File

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

View File

@ -1,3 +1,26 @@
-------------------------------------------------------------------
Fri Jun 7 07:29:11 UTC 2024 - Manfred Hollstein <manfred.h@gmx.net>
- Updated to version 5.1.5
* Return WebView on Windows.
- Updated to version 5.1.4
* Improve design of search in chat.
* Show vCard information for shared contacts.
* Allow scheduling media in topic groups.
* Several minor bugfixes.
- Updated to version 5.1.3
* Rebuild version for macOS to fix the phrases.
-------------------------------------------------------------------
Tue Jun 4 07:10:00 UTC 2024 - Manfred Hollstein <manfred.h@gmx.net>
- Updated to version 5.1.2
* Several bugs fixed including a couple of crashes.
- Make libav* build requirements more explicit to distinguish from
ffmpeg-6-mini-libs
-------------------------------------------------------------------
Sun Jun 2 08:02:38 UTC 2024 - Manfred Hollstein <manfred.h@gmx.net>

View File

@ -38,7 +38,7 @@
%define qt_major_version 6
Name: telegram-desktop
Version: 5.1.1
Version: 5.1.5
Release: 0
Summary: Messaging application with a focus on speed and security
License: GPL-3.0-only
@ -139,7 +139,11 @@ BuildRequires: pkgconfig(harfbuzz)
BuildRequires: pkgconfig(hunspell)
BuildRequires: pkgconfig(jemalloc)
BuildRequires: pkgconfig(libavcodec)
%if 0%{?suse_version} && ( 0%{?suse_version} > 1500 )
BuildRequires: libavdevice60 >= 6
%else
BuildRequires: pkgconfig(libavdevice)
%endif
BuildRequires: pkgconfig(libavfilter)
BuildRequires: pkgconfig(libavformat)
BuildRequires: pkgconfig(libavutil)