forked from pool/telegram-desktop
Accepting request 805395 from home:tux93
- Update to 2.1.5 * Disable the taskbar icon flash or the dock icon bounce in Settings > Notifications. * View messages containing long monospace texts in wide bubbles. * Bug fixes and other minor improvements. - rebased 0001-use-bundled-range.patch OBS-URL: https://build.opensuse.org/request/show/805395 OBS-URL: https://build.opensuse.org/package/show/server:messaging/telegram-desktop?expand=0&rev=140
This commit is contained in:
parent
ab9a69ccf8
commit
7c925cf370
@ -1,5 +1,5 @@
|
|||||||
--- tdesktop-2.1.3-full/cmake/external/ranges/CMakeLists.txt.orig 2020-05-08 18:30:04.120837898 +0000
|
--- tdesktop-2.1.5-full/cmake/external/ranges/CMakeLists.txt.orig 2020-05-13 19:24:13.765240115 +0000
|
||||||
+++ tdesktop-2.1.3-full/cmake/external/ranges/CMakeLists.txt 2020-05-08 18:31:07.945929308 +0000
|
+++ tdesktop-2.1.5-full/cmake/external/ranges/CMakeLists.txt 2020-05-13 19:25:44.062788903 +0000
|
||||||
@@ -7,7 +7,7 @@
|
@@ -7,7 +7,7 @@
|
||||||
add_library(external_ranges INTERFACE IMPORTED GLOBAL)
|
add_library(external_ranges INTERFACE IMPORTED GLOBAL)
|
||||||
add_library(desktop-app::external_ranges ALIAS external_ranges)
|
add_library(desktop-app::external_ranges ALIAS external_ranges)
|
||||||
@ -9,10 +9,10 @@
|
|||||||
find_package(range-v3 REQUIRED)
|
find_package(range-v3 REQUIRED)
|
||||||
target_link_libraries(external_ranges INTERFACE range-v3::range-v3)
|
target_link_libraries(external_ranges INTERFACE range-v3::range-v3)
|
||||||
else()
|
else()
|
||||||
@@ -23,4 +23,4 @@ if (WIN32)
|
@@ -23,4 +23,4 @@ else()
|
||||||
/experimental:preprocessor # need for range-v3 see https://github.com/ericniebler/range-v3#supported-compilers
|
|
||||||
/wd5105 # needed for `/experimental:preprocessor`, suppressing C5105 "macro expansion producing 'defined' has undefined behavior"
|
/wd5105 # needed for `/experimental:preprocessor`, suppressing C5105 "macro expansion producing 'defined' has undefined behavior"
|
||||||
)
|
)
|
||||||
|
endif()
|
||||||
-endif()
|
-endif()
|
||||||
\ No newline at end of file
|
\ No newline at end of file
|
||||||
+endif()
|
+endif()
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:11636f4e87e9c141982fad5b40bdf8a63bc9cacc047ec4c0538f55c1e9ac95eb
|
|
||||||
size 36377172
|
|
3
tdesktop-2.1.5-full.tar.gz
Normal file
3
tdesktop-2.1.5-full.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:a4e6ddf3946b6e2b6a3066a03e8fae502b68e74f60801d57cc6c2b5d7fec3f8a
|
||||||
|
size 36478922
|
@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed May 13 19:04:30 UTC 2020 - Marcel Kuehlhorn <tux93@opensuse.org>
|
||||||
|
|
||||||
|
- Update to 2.1.5
|
||||||
|
* Disable the taskbar icon flash or the dock icon bounce in
|
||||||
|
Settings > Notifications.
|
||||||
|
* View messages containing long monospace texts in wide bubbles.
|
||||||
|
* Bug fixes and other minor improvements.
|
||||||
|
- rebased 0001-use-bundled-range.patch
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat May 9 16:23:13 UTC 2020 - Marcel Kuehlhorn <tux93@opensuse.org>
|
Sat May 9 16:23:13 UTC 2020 - Marcel Kuehlhorn <tux93@opensuse.org>
|
||||||
|
|
||||||
|
@ -31,7 +31,7 @@
|
|||||||
%define __builder ninja
|
%define __builder ninja
|
||||||
|
|
||||||
Name: telegram-desktop
|
Name: telegram-desktop
|
||||||
Version: 2.1.4
|
Version: 2.1.5
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Messaging application with a focus on speed and security
|
Summary: Messaging application with a focus on speed and security
|
||||||
License: GPL-3.0-only
|
License: GPL-3.0-only
|
||||||
|
Loading…
Reference in New Issue
Block a user