- Update to 3.5.0
* Use a new type of detailed stickers with smooth animations.
* Create new sets by sending .webm videos to @stickers.
* Bring your custom animated stickers from other apps.
* See smaller, compact animations when reacting to messages.
* See real-time animations in chat when a user reacts to your message.
* React with additional emoji expressing love, appreciation,
anger or surprise.
* Tap the new button in chats to jump to your messages that have
unseen reactions.
* Watch the animations for unseen reactions play when you
hit the button.
* The app will warn you before closing if you are uploading
photos or files to a chat.
* Enjoy better screencast quality in video chats.
- Update tg_owt
- Rebase patches
OBS-URL: https://build.opensuse.org/request/show/951351
OBS-URL: https://build.opensuse.org/package/show/server:messaging/telegram-desktop?expand=0&rev=213
- Update to 3.4.0
* Send reactions to messages.
* Group and Channel admins can enable reactions in their chat
via '...' * menu > Manage > Reactions.
* Select text when typing and choose 'Formatting > Spoiler'
in the context menu to hide some or all of the contents of
a message.
* Click on the spoiler in chat to reveal its hidden text.
* Spoiler formatting hides text in chat, as well as in
the chat list and notifications.
- Update tg_owt
OBS-URL: https://build.opensuse.org/request/show/943258
OBS-URL: https://build.opensuse.org/package/show/server:messaging/telegram-desktop?expand=0&rev=209
- Update to 3.1.1
- Update tg_owt
- Remove 0003-prioritize-gtk2.patch, the file it was applied to
was removed upstream
- Enable GCC11 again
--
old: server:messaging/telegram-desktop
new: home:tux93:branches:server:messaging/telegram-desktop rev None
Index: telegram-desktop.changes
===================================================================
--- telegram-desktop.changes (revision 200)
+++ telegram-desktop.changes (revision 2)
@@ -1,4 +1,50 @@
-------------------------------------------------------------------
+Tue Sep 28 12:33:30 UTC 2021 - Marcel Kuehlhorn <tux93@opensuse.org>
+
+- Update to 3.1.1
+ * Choose one from dozens of new gorgeous animated backgrounds in
+ Chat Settings > Chat background.
+ * Tile chat background patterns horizontally.
+ * Broadcast video and share your screen to an unlimited number of
+ viewers.
+ * To begin, tap the Live Stream button in the title bar of a
+ community where you are an admin.
+ * Tap the "Forward Message" label above the input field to change
+ how messages will be sent.
+ * Hide or show the original sender's name.
+ * Remove or keep captions from media messages.
+ * See how many unread comments there are when opening a
+ channel's comments.
+ * Check who've seen your message in small groups from the
+ context menu.
+ * Enable recording with video in live streams and video chats.
+ * Add a "Close to Taskbar" option when tray icon is disabled.
+ * Add support for Emoji 13.1.
+ * Some animated emoji now have extra effects.
+ * Send fireworks tada, balloon, :like:, hankey or heart to any
+ private chat, then click on the animated emoji to launch the
+ effect.
+ * If your chat partner also has the chat open, you will both see
+ the effects.
+ * See the "Watching" status when your chat partner is enjoying
+ emoji effects with you.
+ * More interactive emoji coming soon.
+ * Right click one of your outgoing messages in small groups to see
+ who recently viewed it.
+ * To protect privacy, read receipts are only stored for 7 days
+ after the message was sent.
+ * Record video and audio from live broadcasts in your group
+ or channel.
+ * Admins can start recording from the '...' menu.
+ * Choose between recording in portrait or landscape orientation.
+ * Finished recordings are sent to the admin's Saved Messages and
+ can be easily shared.
+- Update tg_owt
+- Remove 0003-prioritize-gtk2.patch, the file it was applied to
+ was removed upstream
+- Enable GCC11 again
+
+-------------------------------------------------------------------
Mon Aug 30 11:30:32 UTC 2021 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Enable build on armv6/armv7 since the build has been fixed
Index: telegram-desktop.spec
===================================================================
--- telegram-desktop.spec (revision 200)
+++ telegram-desktop.spec (revision 2)
@@ -21,8 +21,12 @@
%define _lto_cflags %{nil}
%endif
-# Temporarily stick to gcc10 to work around build failures
+# We need current gcc to build
+%if 0%{?suse_version} < 01550 && 0%{?is_opensuse}
%bcond_without fixed_gcc
+%else
+%bcond_with fixed_gcc
+%endif
%define __builder ninja
@@ -30,7 +34,7 @@
%define _dwz_max_die_limit 200000000
Name: telegram-desktop
-Version: 2.9.0
+Version: 3.1.1
Release: 0
Summary: Messaging application with a focus on speed and security
License: GPL-3.0-only
@@ -43,8 +47,6 @@
Patch1: 0001-use-bundled-ranged-exptected-gsl.patch
# PATCH-FIX-OPENSUSE
Patch2: 0002-tg_owt-fix-name-confliction.patch
-# PATCH-FIX-OPENSUSE boo#1149986
-Patch3: 0003-prioritize-gtk2.patch
# PATCH-FIX-OPENSUSE
Patch4: 0004-use-dynamic-x-libraries.patch
# PATCH-FIX-OPENSUSE
@@ -87,6 +89,7 @@
BuildRequires: cmake(KF5Wayland)
BuildRequires: pkgconfig(Qt5DBus) >= 5.15
BuildRequires: pkgconfig(Qt5Network) >= 5.15
+BuildRequires: pkgconfig(Qt5Svg) >= 5.15
BuildRequires: pkgconfig(Qt5WaylandClient) >= 5.15
BuildRequires: pkgconfig(Qt5Widgets) >= 5.15
BuildRequires: pkgconfig(alsa)
@@ -163,7 +166,6 @@
%prep
%setup -q -n tdesktop-%{version}-full
%patch1 -p1
-%patch3 -p1
%patch4 -p1
%patch5 -p1
Index: tg_owt-master.zip
===================================================================
Binary files tg_owt-master.zip (revision 200) and tg_owt-master.zip (revision 2) differ
Index: tdesktop-3.1.1-full.tar.gz
===================================================================
Binary file tdesktop-3.1.1-full.tar.gz (revision 2) added
Index: 0003-prioritize-gtk2.patch
===================================================================
--- 0003-prioritize-gtk2.patch (revision 200)
+++ 0003-prioritize-gtk2.patch (deleted)
@@ -1,19 +0,0 @@
-diff --git a/Telegram/lib_base/base/platform/linux/base_linux_gtk_integration.cpp b/Telegram/lib_base/base/platform/linux/base_linux_gtk_integration.cpp
-index 1b78bac..09c2ede 100644
---- a/Telegram/lib_base/base/platform/linux/base_linux_gtk_integration.cpp
-+++ b/Telegram/lib_base/base/platform/linux/base_linux_gtk_integration.cpp
-@@ -475,12 +475,12 @@ void GtkIntegration::load(const QString &allowedBackends, bool force) {
- DEBUG_LOG(("Icon theme: %1").arg(QIcon::themeName()));
- DEBUG_LOG(("Fallback icon theme: %1").arg(QIcon::fallbackThemeName()));
-
-- if (LoadGtkLibrary(_lib, "gtk-3", 0)) {
-+ if (LoadGtkLibrary(_lib, "gtk-x11-2.0", 0)) {
- _private->loaded = _private->setupBase(_lib, allowedBackends);
- }
- if (!_private->loaded
- && !_private->triedToInit
-- && LoadGtkLibrary(_lib, "gtk-x11-2.0", 0)) {
-+ && LoadGtkLibrary(_lib, "gtk-3", 0)) {
- _private->loaded = _private->setupBase(_lib, allowedBackends);
- }
-
Index: tdesktop-2.9.0-full.tar.gz
===================================================================
Binary file tdesktop-2.9.0-full.tar.gz (revision 200) deleted
OBS-URL: https://build.opensuse.org/request/show/921993
OBS-URL: https://build.opensuse.org/package/show/server:messaging/telegram-desktop?expand=0&rev=201
- Update to 2.9.0
* Enable auto-delete in your chats to remove messages.
* Quickly find all GIFs from a chat using the new GIF section.
* Reset your Two-Step Verification password even if you forgot.
* Enjoy a new app icon and default background.
- Update tg_owt
- Update 0001-use-bundled-ranged-exptected-gsl.patch
* Use bundled rlottie
- Add 0004-use-dynamic-x-libraries.patch
- Add 0005-add-wayland-include-path.patch
OBS-URL: https://build.opensuse.org/request/show/909652
OBS-URL: https://build.opensuse.org/package/show/server:messaging/telegram-desktop?expand=0&rev=199
- Update to 2.7.2
* Offer real goods and services for sale in any group, channel or bot
– Telegram doesn't charge a commission.
* Pay for goods securely using one of the 8 integrated payment providers
– Telegram doesn't collect your payment info.
* See how this works in our @teststore.
* Schedule voice chats to let participants know about them in advance.
* View a countdown to the voice chat and get notified when it starts.
- Update tg_owt
- Drop telegram-desktop-cinttypes-header.patch, fixed upstream
OBS-URL: https://build.opensuse.org/request/show/888539
OBS-URL: https://build.opensuse.org/package/show/server:messaging/telegram-desktop?expand=0&rev=187
- Exclude i586, support was dropped upstream
(gh#telegramdesktop/tdesktop#10037)
- Add telegram-desktop-cinttypes-header.patch: Include cinttypes
header to use uint32_t.
- Add xkbcommon and wayland header dirs to CXXFLAGS to fix build
failures.
- Require Qt >= 5.15: Required since version 2.5.9
(gh#telegramdesktop/tdesktop#10398).
- Pass -q to unzip to avoid echoing long file list while
unzipping.
- Update to 2.7.1
* Fix editing 'Manage Voice Chats' rights for channel admins.
* Fix verification check display in voice chat participants list.
* Allow removing and blocking channels from voice chats.
- Update tg_owt
OBS-URL: https://build.opensuse.org/request/show/880576
OBS-URL: https://build.opensuse.org/package/show/server:messaging/telegram-desktop?expand=0&rev=184
- Update to 2.5.7
* Delete not only messages, but also groups you created and
call history for all sides, without a trace.
* Adjust volume for individual participants of a voice chat.
* Report fake groups or channels impersonating famous people or
organizations by opening their Profile > ... > Report.
- Updatet tg_owt
* adapt 0002-tg_owt-fix-name-confliction.patch
- Rebase 0000-gtk2-default.patch
- Add Recommends for google-opensans-fonts
OBS-URL: https://build.opensuse.org/request/show/867562
OBS-URL: https://build.opensuse.org/package/show/server:messaging/telegram-desktop?expand=0&rev=178
- Update to 2.4.5
* Pin several messages in any chat, including one-on-one chats.
* Jump between pinned messages or open them all on a separate page
via the top bar.
* Send several music tracks as a playlist.
* Send several files as an album in one chat bubble.
* Send a 🎰 emoji to any chat to see if you
hit the jackpot.
* Hide Telegram taskbar icon on Linux in Settings > Advanced.
- Update tg_owt
OBS-URL: https://build.opensuse.org/request/show/845093
OBS-URL: https://build.opensuse.org/package/show/server:messaging/telegram-desktop?expand=0&rev=168
- Update to 2.4.1
* Move by PageUp and PageDown in channel comments.
* Several layout bugfixes.
* Several crashfixes.
- Update to 2.4.0
* Turn on "Remain Anonymous" in an admin's Permissions to
let them post on behalf of the group and become invisible
in the list of members.
* Comment on posts in channels that have a discussion group.
* Get notified about replies to your comments via the new
Replies chat (if you are not a member of the discussion group).
- Remove check_if_xcb-screensaver_present.patch, obsolete
- Update tg_owt and patches
OBS-URL: https://build.opensuse.org/request/show/839130
OBS-URL: https://build.opensuse.org/package/show/server:messaging/telegram-desktop?expand=0&rev=157
- Update to 2.3.2
* Revert custom window shadow on Linux.
- Update in 2.3.1
* Fix Calls Settings for Video Calls.
- Update in 2.3.0
* Video Calls (alpha version).
- Updates in 2.2.0, 2.1.22, and 2.1.21
* Quickly switch between different Telegram accounts
if you use multiple phone numbers.
* Share and store unlimited files of any type up to 2 GB each.
* Edit your scheduled messages.
* Use Auto-Night Mode to make Telegram night mode match system
Dark Mode settings
* Also added an option to switch to system window frame
in Windows and Linux.
* Fix crash in web page preview display
- Rebase 0000-gtk2-default.patch
* Prioritize qgtk2 platform plugin
- Rename 0001-use-bundled-range.patch to
0001-use-bundled-ranged-exptected-gsl.patch
* Use bundled ranged-v3, Microsoft GSL, and expected.
- Add 0002-tg_owt-fix-name-confliction.patch
* Patch tg_owt library to fix header name conflict with openssl
* Include <stdint> header to define int types like uint32_t
OBS-URL: https://build.opensuse.org/request/show/830613
OBS-URL: https://build.opensuse.org/package/show/server:messaging/telegram-desktop?expand=0&rev=153
- Update to 2.1.3
* Added support for new emoji.
* Channels to which you can't post will no longer be suggested
when forwarding.
* Improved font selection and bold font support for CJK and Farsi.
* Fix polls and quizes results viewing.
* Fix memory leak in web page previews with autoplayed videos.
* Fix running on OS X 10.10.
* Other minor bug fixes and improvements.
- removed range-v3-master.zip, range is now bundled in the
upstream source
- rebased 0001-use-bundled-range.patch
OBS-URL: https://build.opensuse.org/request/show/801858
OBS-URL: https://build.opensuse.org/package/show/server:messaging/telegram-desktop?expand=0&rev=138
- Update to 2.1.0
* Access a catalog of over 20,000 stickers made by professional
artists from the updated Sticker Panel by clicking the '+' icon.
* Use sticker search to find the stickers you're looking for
or scroll from the latest packs all the way to the classics.
* Add explanations that appear after users respond to a quiz question.
* See how much time you have left to answer a question from
@QuizBot with the new countdown animation.
* Send a single 🎯 emoji to see if you hit the bullseye.
- Disable libdee requirement after Python2 removal
- Upstream recommends using xdg-desktop-portal, so we might do the same
- Add 0002-fix-directory-open-via-portals.patch
* Upstream fix for a bug when opening directories via portals
OBS-URL: https://build.opensuse.org/request/show/798825
OBS-URL: https://build.opensuse.org/package/show/server:messaging/telegram-desktop?expand=0&rev=134
- Update to 1.9.8
* Bug fixes and other minor improvements.
- Update to 1.9.7
* Create three new kinds of polls.
* See who voted for what in polls with visible votes.
* Vote for several options in polls that allow multiple answers.
* Guess the correct answer in quiz-style polls.
* Explore various ways of combining the different poll options.
* Add polls from the '...' menu in any group or channel.
* Use bots like @quizbot to create quizzes with several questions
and media attachments.
* Schedule messages to be sent when your recipient comes online
(only works if you know their online status).
- Clean up spec file
- Update to 1.9.6
* Bug fixes and other minor improvements.
- Removed 0005-Use-system-wide-fonts.patch and
0006-Revert-Disable-DemiBold-fallback-for-Semibold.patch,
option to use system fonts added upstream
OBS-URL: https://build.opensuse.org/request/show/766976
OBS-URL: https://build.opensuse.org/package/show/server:messaging/telegram-desktop?expand=0&rev=120
- Update to 1.5.11
* Bug fixes and other minor improvements.
- Update to 1.5.10
* Bug fixes and other minor improvements.
- Update to 1.5.9
* Bug fixes and other minor improvements.
- Update to 1.5.8
* Global permissions for groups. Restrict all members in any
group from posting certain types of content.
* Unified group settings. Make groups public, set admins with
granular permissions and toggle persistent history in just a
few clicks in any group.
* Choose the emoji set you would like to use in Chat Settings.
* Choose input and output devices for Telegram Calls in
Settings > Advanced > Call Settings.
* Support for automatically downloading files and music.
OBS-URL: https://build.opensuse.org/request/show/670641
OBS-URL: https://build.opensuse.org/package/show/server:messaging/telegram-desktop?expand=0&rev=64
- Update to 1.4.2
* Crash fix.
* Reduce crashes due to the out of memory exceptions.
* Load map previews through mtproto.
* Bug fixes and other minor improvements.
* Fully redesigned Settings section.
* New theme selector in Chat Settings.
* New local storage settings: Control how much disk space is used by the cache and for how long the cached files are stored.
* Improved local caching for images and GIF animations.
* New settings: Peer-to-Peer settings for calls, disable animations for low performance computers.
* Various other improvements.
OBS-URL: https://build.opensuse.org/request/show/641348
OBS-URL: https://build.opensuse.org/package/show/server:messaging/telegram-desktop?expand=0&rev=52
- Update to 1.3.0
* Improved censorship circumvention.
* Improved stability when working through proxy servers.
* Save several proxy servers to quickly switch between them in Settings.
* Use proxy for calls.
* Emoji and text replacement now happens immediately after typing (instead of after sending) and can
be rolled back using Backspace or CTRL/CMD + Z. Replacement no longer happens when pasting text.
- Changes in 1.2.25
* Apply markdown formatting (```, `, **, __) only when sending the message.
* Display connection quality bars in calls.
* Telegram Desktop can update itself through MTProto.
* Bug fixes and other minor improvements.
OBS-URL: https://build.opensuse.org/request/show/613556
OBS-URL: https://build.opensuse.org/package/show/server:messaging/telegram-desktop?expand=0&rev=42
- Update to 1.2.17
* Bug fixes and other minor improvements.
- Update to 1.2.15
* Discover new stickers. Type one emoji to see suggestions from
popular sticker sets. Suggestions from your installed sticker
sets will come first.
* Search for Stickers. Click on the new search icon to access
your sticker sets or find new ones.
* Use fast reply button in group chats.
* Select a message you want to reply to by pressing Ctrl+Up and
Ctrl+Down.
- Refresh spec-file via spec-cleaner and manual optimizations.
* Add %license and %doc macros.
* Remove Leap/SLE support for version < 15.
* Increment to 4 GB of RAM for a more stable build.
* Change Description and Summary.
- Use -a instead of -b to \%setup to fix buing on openSUSE >=
1500; this behaviour changed with rpm 4.14.
- Add BuildRequires: python2-base as python2 executable is needed
for gyp scripts. It was being automatically pulled in for
Factory, but not for Leap:15.0.
- Add Requires: libqt5-qtimageformats; required to show images of
any kind (emoji, stickers, etc.) in the interface since the
switch to system Qt5.
- Update to version 1.2.6:
* Grouped Photos: Group media into an album when sharing
multiple photos and videos. Choose the exact order of media
you send.
* Bug fixes and other minor improvements.
- Add crl-master.zip from https://github.com/telegramdesktop/crl
and copy it to build dir appropriately; this is now required
for building.
- Rebase tdesktop.patch.
- Update to version 1.2.1:
* Bug fixes and other minor improvements.
- update patch.py to remove dee-1.0 dependency, which is not in
use any more, and not available from factory, thus resolving
unresolvable status.
- Update minimal versions of gcc and cmake in BuildRequires in
keeping with upstream: gcc >= 7 (7.2) is now needed. Also update
the gcc command exported before building on openSUSE <= 1320 to
gcc-7.
- Update to version 1.2.0:
* Radically improved navigation. New side panel on the right
with quick access to shared media and group members.
* Saved Messages. Bookmark messages by forwarding them to "Saved
Messages". Access them from the Chats list or from the side
menu.
* Pinned Messages. If you are a channel admin, pin messages to
focus your subscribers' attention on important announcements.
* Easily recognize messages from group admins by the new 'admin'
badge.
* Also supported clearing history in supergroups and added a
host of minor improvements.
- Disable parallel make for main app because the build job becomes
terribly slow, and eventually runs out of memory otherwise.
- Update to version 1.1.23:
* See the message author photo and name while searching specific
chat messages.
* Fix "Send To" menu action on Windows.
- Rebase and rename patch-1.1.19.diff to patch-1.1.23.diff.
- Add catch.hpp as source and copy to required dir; remove
includes referring to subdirs of catch as we are using the one
header version.
- Refresh all third-party sources to their current versions.
- Add breakpad-ucontext_t-glibc2_26.patch: Replace
`struct ucontext` by `ucontext_t` to make breakpad compatible
with glib-2.26; merged upstream as commit e3035bc; only apply
for openSUSE > 1320.
- Update to version 1.1.19:
* Search by messages of specific group members.
* Bug fixes and other minor improvements.
- Update name of patch-1.1.18.diff to patch-1.1.19.diff (no
rebase was needed).
- Update to version 1.1.18:
* Minor bug fixes.
- Update name of patch-1.1.17.diff to patch-1.1.18.diff (no
rebase was needed).
- Update to version 1.1.17:
* Minor bug fixes.
- Update to version 1.1.16:
* Autocompletion for emoji. Start typing :e to get suggestions.
* Fixed a bug with forwarding messages.
- Update patch-1.1.15.diff to patch-1.1.17.diff (minor rebase).
- Update to version 1.1.15:
* Send bold and italic text in your messages.
* Get a share link for posts in public supergroups.
* Quickly share posts from channels and media messages from
bots.
* Search large supergroup members by name.
* Search channel members by name for admins.
* Use search in the service actions log.
* Ban supergroup members via the right click menu in the service
actions log.
- Update name of patch-1.1.10.diff to patch-1.1.15.diff (no
rebase was needed).
- Use post(un) scriptlets to update hicolor icon-theme cache, and
the desktop database; without these the desktop menu icon does
not get registered to the icon and picks up a default ugly icon,
until subsequent installation of other programs or manual
invocation of the commands corresponding to these scriptlets.
- Update to version 1.1.10:
* Add event log filter for channel or supergroup event log.
* Fix search by username in privacy exceptions editor.
* Fix adding admins in channels.
- Update to version 1.1.9:
* Supergroups can now have up to 10.000 members.
* Appoint supergroup admins with granular rights. Choose who can
add users, manage messages, block members, edit group info &
username, add new admins, etc.
* Restrict and ban supergroup members with granular precision.
Read-only bans, GIF & sticker bans, media bans, temporary bans
and restrictions.
* Check the new event log to see all service actions taken by
members and admins of a channel or supergroup in the last 48
hours.
* Toggle night mode in the main menu.
- Rebase patch-%{version}.diff for updated version.
- Enforce strict version dependence for BuildRequires on
libtelegram-qt5-devel-static = 5.6.2, since telegram does not
build with older versions any more. Pass -Dqt_version="5.6.2"
instead of -Dqt_version="5.6.0" when configuring for build with
gyp.
- For openSUSE Leap, use gcc6 from the Update repository (gcc6
from OSS is uninstallable).
- Add a _constraints file to restrict building to hardware with at
2 GB of physical memory.
- Update to version 1.1.7.
- Add libtgvoip.zip to sources, required to build Telegram
- Rebase patch-1.0.29.diff for updated version; rename to
patch-%{version}.diff.
- New BuildRequires: pkgconfig(libpulse), pkgconfig(alsa); needed
to build Telegram with audio/video support.
- Update to version 1.0.29.
- Use full URL for telegram-desktop source.
- Require gcc-c++ >= 5.0, since support for -std=gnu++14 is now
required; on openSUSE versions <= 1320 using gcc5 or gcc6
nonetheless leads to build failures.
- Update icon file name in keeping with upstream.
- Rebase patch-1.0.24.diff for updated version; rename it to
patch-1.0.29.diff.
- Add %post scriptlets to update icon theme cache and desktop
database (BuildRequires: hicolor-icon-theme, Requires(post):
desktop-file-utils).
- Use full URL for source.
- Run through spec-cleaner to clean up spec file according to
openSUSE guidelines.
- Upgrade to 0.9.56
- Fixed photo viewer to handle screen resolution change correctly.
- Fixed forwarding photos via drag-n-drop.
- Various design improvements and other bug fixes.
- 0.9.48 Initial Commit.
OBS-URL: https://build.opensuse.org/request/show/597205
OBS-URL: https://build.opensuse.org/package/show/server:messaging/telegram-desktop?expand=0&rev=37
- Update to 1.2.15.
* Discover new stickers. Type one emoji to see suggestions from
popular sticker sets. Suggestions from your installed sticker
sets will come first.
* Search for Stickers. Click on the new search icon to access
your sticker sets or find new ones.
* Use fast reply button in group chats.
* Select a message you want to reply to by pressing Ctrl+Up and
Ctrl+Down.
- Refresh spec-file via spec-cleaner and manual optimizations.
* Add %license and %doc macros.
* Remove Leap/SLE support for version < 15.
* Increment to 4 GB of RAM for a more stable build.
* Change Description and Summary.
- Use -a instead of -b to \%setup to fix buing on openSUSE >=
1500; this behaviour changed with rpm 4.14.
- Add BuildRequires: python2-base as python2 executable is needed
for gyp scripts. It was being automatically pulled in for
Factory, but not for Leap:15.0.
- Add Requires: libqt5-qtimageformats; required to show images of
any kind (emoji, stickers, etc.) in the interface since the
switch to system Qt5.
- Update to version 1.2.6:
* Grouped Photos: Group media into an album when sharing
multiple photos and videos. Choose the exact order of media
you send.
* Bug fixes and other minor improvements.
- Add crl-master.zip from https://github.com/telegramdesktop/crl
and copy it to build dir appropriately; this is now required
for building.
- Rebase tdesktop.patch.
- Update to version 1.2.1:
* Bug fixes and other minor improvements.
- update patch.py to remove dee-1.0 dependency, which is not in
use any more, and not available from factory, thus resolving
unresolvable status.
- Update minimal versions of gcc and cmake in BuildRequires in
keeping with upstream: gcc >= 7 (7.2) is now needed. Also update
the gcc command exported before building on openSUSE <= 1320 to
gcc-7.
- Update to version 1.2.0:
* Radically improved navigation. New side panel on the right
with quick access to shared media and group members.
* Saved Messages. Bookmark messages by forwarding them to "Saved
Messages". Access them from the Chats list or from the side
menu.
* Pinned Messages. If you are a channel admin, pin messages to
focus your subscribers' attention on important announcements.
* Easily recognize messages from group admins by the new 'admin'
badge.
* Also supported clearing history in supergroups and added a
host of minor improvements.
- Disable parallel make for main app because the build job becomes
terribly slow, and eventually runs out of memory otherwise.
- Update to version 1.1.23:
* See the message author photo and name while searching specific
chat messages.
* Fix "Send To" menu action on Windows.
- Rebase and rename patch-1.1.19.diff to patch-1.1.23.diff.
- Add catch.hpp as source and copy to required dir; remove
includes referring to subdirs of catch as we are using the one
header version.
- Refresh all third-party sources to their current versions.
- Add breakpad-ucontext_t-glibc2_26.patch: Replace
`struct ucontext` by `ucontext_t` to make breakpad compatible
with glib-2.26; merged upstream as commit e3035bc; only apply
for openSUSE > 1320.
- Update to version 1.1.19:
* Search by messages of specific group members.
* Bug fixes and other minor improvements.
- Update name of patch-1.1.18.diff to patch-1.1.19.diff (no
rebase was needed).
- Update to version 1.1.18:
* Minor bug fixes.
- Update name of patch-1.1.17.diff to patch-1.1.18.diff (no
rebase was needed).
- Update to version 1.1.17:
* Minor bug fixes.
- Update to version 1.1.16:
* Autocompletion for emoji. Start typing :e to get suggestions.
* Fixed a bug with forwarding messages.
- Update patch-1.1.15.diff to patch-1.1.17.diff (minor rebase).
- Update to version 1.1.15:
* Send bold and italic text in your messages.
* Get a share link for posts in public supergroups.
* Quickly share posts from channels and media messages from
bots.
* Search large supergroup members by name.
* Search channel members by name for admins.
* Use search in the service actions log.
* Ban supergroup members via the right click menu in the service
actions log.
- Update name of patch-1.1.10.diff to patch-1.1.15.diff (no
rebase was needed).
- Use post(un) scriptlets to update hicolor icon-theme cache, and
the desktop database; without these the desktop menu icon does
not get registered to the icon and picks up a default ugly icon,
until subsequent installation of other programs or manual
invocation of the commands corresponding to these scriptlets.
- Update to version 1.1.10:
* Add event log filter for channel or supergroup event log.
* Fix search by username in privacy exceptions editor.
* Fix adding admins in channels.
- Update to version 1.1.9:
* Supergroups can now have up to 10.000 members.
* Appoint supergroup admins with granular rights. Choose who can
add users, manage messages, block members, edit group info &
username, add new admins, etc.
* Restrict and ban supergroup members with granular precision.
Read-only bans, GIF & sticker bans, media bans, temporary bans
and restrictions.
* Check the new event log to see all service actions taken by
members and admins of a channel or supergroup in the last 48
hours.
* Toggle night mode in the main menu.
- Rebase patch-%{version}.diff for updated version.
- Enforce strict version dependence for BuildRequires on
libtelegram-qt5-devel-static = 5.6.2, since telegram does not
build with older versions any more. Pass -Dqt_version="5.6.2"
instead of -Dqt_version="5.6.0" when configuring for build with
gyp.
- For openSUSE Leap, use gcc6 from the Update repository (gcc6
from OSS is uninstallable).
- Add a _constraints file to restrict building to hardware with at
2 GB of physical memory.
- Update to version 1.1.7.
- Add libtgvoip.zip to sources, required to build Telegram
- Rebase patch-1.0.29.diff for updated version; rename to
patch-%{version}.diff.
- New BuildRequires: pkgconfig(libpulse), pkgconfig(alsa); needed
to build Telegram with audio/video support.
- Update to version 1.0.29.
- Use full URL for telegram-desktop source.
- Require gcc-c++ >= 5.0, since support for -std=gnu++14 is now
required; on openSUSE versions <= 1320 using gcc5 or gcc6
nonetheless leads to build failures.
- Update icon file name in keeping with upstream.
- Rebase patch-1.0.24.diff for updated version; rename it to
patch-1.0.29.diff.
- Add %post scriptlets to update icon theme cache and desktop
database (BuildRequires: hicolor-icon-theme, Requires(post):
desktop-file-utils).
- Use full URL for source.
- Run through spec-cleaner to clean up spec file according to
openSUSE guidelines.
- Upgrade to 0.9.56
- Fixed photo viewer to handle screen resolution change correctly.
- Fixed forwarding photos via drag-n-drop.
- Various design improvements and other bug fixes.
- 0.9.48 Initial Commit.
OBS-URL: https://build.opensuse.org/request/show/592133
OBS-URL: https://build.opensuse.org/package/show/server:messaging/telegram-desktop?expand=0&rev=36