forked from pool/telegram-desktop
Accepting request 976141 from home:13ilya
- Fixed requirements for Qt6 (boo#1199323). OBS-URL: https://build.opensuse.org/request/show/976141 OBS-URL: https://build.opensuse.org/package/show/server:messaging/telegram-desktop?expand=0&rev=222
This commit is contained in:
committed by
Git OBS Bridge
parent
603ffd074c
commit
e75f8677d3
@@ -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.
|
||||
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user