1
0

Accepting request 976145 from server:messaging

OBS-URL: https://build.opensuse.org/request/show/976145
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/telegram-desktop?expand=0&rev=75
This commit is contained in:
2022-05-12 20:58:32 +00:00
committed by Git OBS Bridge
2 changed files with 12 additions and 7 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue May 10 19:07:11 UTC 2022 - Илья Индиго <ilya@ilya.cf>
- Fixed requirements for Qt6 (boo#1199323).
-------------------------------------------------------------------
Tue Apr 26 15:20:13 UTC 2022 - Ferdinand Thiessen <rpm@fthiessen.de>
@@ -34,6 +39,7 @@ Tue Apr 26 15:20:13 UTC 2022 - Ferdinand Thiessen <rpm@fthiessen.de>
* Bots can send a new type of button that lets you add them to
your group or channel.
- Added fix-unused-variable-error.patch
-------------------------------------------------------------------
Fri Apr 8 07:53:51 UTC 2022 - Marcel Kuehlhorn <tux93@opensuse.org>
@@ -1354,13 +1360,13 @@ Fri May 25 06:04:47 UTC 2018 - i@xuzhao.net
Replacement no longer happens when pasting text.
-------------------------------------------------------------------
Mon Apr 16 18:32:29 UTC 2018 - ilya@ilya.pp.ua
Mon Apr 16 18:32:29 UTC 2018 - ilya@ilya.cf
- Update to 1.2.17
* Bug fixes and other minor improvements.
-------------------------------------------------------------------
Wed Mar 28 22:52:16 UTC 2018 - ilya@ilya.pp.ua
Wed Mar 28 22:52:16 UTC 2018 - ilya@ilya.cf
- Update to 1.2.15
* Discover new stickers. Type one emoji to see suggestions from
@@ -1373,7 +1379,7 @@ Wed Mar 28 22:52:16 UTC 2018 - ilya@ilya.pp.ua
Ctrl+Down.
-------------------------------------------------------------------
Tue Mar 20 21:31:30 UTC 2018 - ilya@ilya.pp.ua
Tue Mar 20 21:31:30 UTC 2018 - ilya@ilya.cf
- Refresh spec-file via spec-cleaner and manual optimizations.
* Add %license and %doc macros.
@@ -1600,4 +1606,3 @@ Mon Jul 4 19:36:46 UTC 2016 - i@xuzhao.net
Mon May 16 17:40:37 UTC 2016 - i@xuzhao.net
- 0.9.48 Initial Commit.

View File

@@ -149,11 +149,11 @@ BuildRequires: pkgconfig(zlib)
# Runtime requirements
Requires: hicolor-icon-theme
Requires: icu
Requires: libqt5-qtimageformats
Requires: qt6-imageformats
# TDesktop can fall back to a simple GTK file picker but prefers the portal
Recommends: xdg-desktop-portal
Recommends: google-opensans-fonts
Recommends: libqt5-qtwayland
Recommends: qt6-wayland
%description
Telegram is a non-profit cloud-based instant messaging service.
@@ -171,7 +171,7 @@ The service also provides APIs to independent developers.
%patch6 -p1
cd ../
unzip -q %{S:2}
unzip -q %{SOURCE2}
mkdir Libraries
mv tg_owt-master Libraries/tg_owt
%patch2 -p2 -d Libraries/tg_owt