Page Menu
Home
Solus
Search
Configure Global Search
Log In
Files
F10863287
D13188.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
5 KB
Referenced Files
None
Subscribers
None
D13188.diff
View Options
diff --git a/abi_used_symbols b/abi_used_symbols
--- a/abi_used_symbols
+++ b/abi_used_symbols
@@ -1159,6 +1159,7 @@
libQt6Gui.so.6:_ZNK12QKeySequenceltERKS_
libQt6Gui.so.6:_ZNK12QPainterPath7isEmptyEv
libQt6Gui.so.6:_ZNK13QFontMetricsF17horizontalAdvanceE5QChar
+libQt6Gui.so.6:_ZNK13QFontMetricsF17horizontalAdvanceERK7QStringi
libQt6Gui.so.6:_ZNK13QTextDocument10blockCountEv
libQt6Gui.so.6:_ZNK13QTextDocument10metaObjectEv
libQt6Gui.so.6:_ZNK13QTextDocument14characterCountEv
@@ -1203,6 +1204,7 @@
libQt6Gui.so.6:_ZNK4QPen6widthFEv
libQt6Gui.so.6:_ZNK5QFont6familyEv
libQt6Gui.so.6:_ZNK5QFont9pixelSizeEv
+libQt6Gui.so.6:_ZNK5QFont9pointSizeEv
libQt6Gui.so.6:_ZNK5QFont9styleNameEv
libQt6Gui.so.6:_ZNK5QFonteqERKS_
libQt6Gui.so.6:_ZNK5QIcon14availableSizesENS_4ModeENS_5StateE
@@ -1501,10 +1503,11 @@
libQt6WaylandClient.so.6:_ZNK15QtWaylandClient15QWaylandDisplay18defaultInputDeviceEv
libQt6WaylandClient.so.6:_ZNK15QtWaylandClient15QWaylandDisplay19isKeyboardAvailableEv
libQt6WaylandClient.so.6:_ZNK15QtWaylandClient19QWaylandInputDevice22pointerSurfacePositionEv
-libQt6WaylandClient.so.6:wl_buffer_interface
libQt6WaylandClient.so.6:wl_output_interface
+libQt6WaylandClient.so.6:wl_pointer_interface
libQt6WaylandClient.so.6:wl_registry_interface
libQt6WaylandClient.so.6:wl_subcompositor_interface
+libQt6WaylandClient.so.6:wl_surface_interface
libQt6Widgets.so.6:_ZN11QFileDialog15getOpenFileNameEP7QWidgetRK7QStringS4_S4_PS2_6QFlagsINS_6OptionEE
libQt6Widgets.so.6:_ZN11QFileDialog15getSaveFileNameEP7QWidgetRK7QStringS4_S4_PS2_6QFlagsINS_6OptionEE
libQt6Widgets.so.6:_ZN11QFileDialog16getOpenFileNamesEP7QWidgetRK7QStringS4_S4_PS2_6QFlagsINS_6OptionEE
@@ -1539,6 +1542,7 @@
libQt6Widgets.so.6:_ZN12QApplication13compressEventEP6QEventP7QObjectP14QPostEventList
libQt6Widgets.so.6:_ZN12QApplication13startDragTimeEv
libQt6Widgets.so.6:_ZN12QApplication15setActiveWindowEP7QWidget
+libQt6Widgets.so.6:_ZN12QApplication17activePopupWidgetEv
libQt6Widgets.so.6:_ZN12QApplication17startDragDistanceEv
libQt6Widgets.so.6:_ZN12QApplication19doubleClickIntervalEv
libQt6Widgets.so.6:_ZN12QApplication4execEv
@@ -2312,6 +2316,10 @@
libc.so.6:pthread_mutexattr_destroy
libc.so.6:pthread_mutexattr_init
libc.so.6:pthread_mutexattr_settype
+libc.so.6:pthread_once
+libc.so.6:pthread_rwlock_rdlock
+libc.so.6:pthread_rwlock_unlock
+libc.so.6:pthread_rwlock_wrlock
libc.so.6:pthread_self
libc.so.6:pthread_setname_np
libc.so.6:pthread_setschedparam
@@ -3097,7 +3105,6 @@
libstdc++.so.6:_ZSt7getlineIcSt11char_traitsIcESaIcEERSt13basic_istreamIT_T0_ES7_RNSt7__cxx1112basic_stringIS4_S5_T1_EES4_
libstdc++.so.6:_ZSt7nothrow
libstdc++.so.6:_ZSt9terminatev
-libstdc++.so.6:_ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc
libstdc++.so.6:_ZTINSt6thread6_StateE
libstdc++.so.6:_ZTINSt7__cxx118numpunctIcEE
libstdc++.so.6:_ZTISt11logic_error
@@ -3187,6 +3194,7 @@
libvpx.so.7:vpx_img_alloc
libvpx.so.7:vpx_img_free
libvpx.so.7:vpx_img_wrap
+libwayland-client.so.0:wl_buffer_interface
libwayland-client.so.0:wl_callback_interface
libwayland-client.so.0:wl_compositor_interface
libwayland-client.so.0:wl_data_device_manager_interface
@@ -3197,7 +3205,6 @@
libwayland-client.so.0:wl_display_flush
libwayland-client.so.0:wl_display_get_error
libwayland-client.so.0:wl_display_get_fd
-libwayland-client.so.0:wl_pointer_interface
libwayland-client.so.0:wl_proxy_add_listener
libwayland-client.so.0:wl_proxy_destroy
libwayland-client.so.0:wl_proxy_get_version
@@ -3208,7 +3215,6 @@
libwayland-client.so.0:wl_seat_interface
libwayland-client.so.0:wl_shell_interface
libwayland-client.so.0:wl_shm_interface
-libwayland-client.so.0:wl_surface_interface
libxcb-keysyms.so.1:xcb_is_keypad_key
libxcb-keysyms.so.1:xcb_is_private_keypad_key
libxcb-keysyms.so.1:xcb_key_symbols_alloc
diff --git a/package.yml b/package.yml
--- a/package.yml
+++ b/package.yml
@@ -1,9 +1,9 @@
name : telegram
-version : 3.7.0
-release : 172
+version : 3.7.3
+release : 173
source :
- - https://github.com/telegramdesktop/tdesktop/releases/download/v3.7.0/tdesktop-3.7.0-full.tar.gz : 703cf2fb7ef7216a855f18d8eeb371399a07ebe044477df08446ab03bb19369e
- - git|https://github.com/desktop-app/tg_owt.git : 63a934db1ed212ebf8aaaa20f0010dd7b0d7b396
+ - https://github.com/telegramdesktop/tdesktop/releases/download/v3.7.3/tdesktop-3.7.3-full.tar.gz : 9735f30610ff62b01cbdb0b945d32c494cec245961023c9860d9dd5268b9fe1e
+ - git|https://github.com/desktop-app/tg_owt.git : c1aea3d142e0c1dbab80511d555a828f47dcbd8b
- git|https://gitlab.xiph.org/xiph/rnnoise.git : 7f449bf8bd3b933891d12c30112268c4090e4d59
license : GPL-3.0-or-later
component : network.im
@@ -46,6 +46,8 @@
- libdispatch-devel
- plasma-wayland-protocols
- yasm
+rundeps :
+ - qt6-imageformats
setup : |
cp -r $sources/tg_owt.git tg_owt
pushd tg_owt
diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml
--- a/pspec_x86_64.xml
+++ b/pspec_x86_64.xml
@@ -2,8 +2,8 @@
<Source>
<Name>telegram</Name>
<Packager>
- <Name>F. von Gellhorn</Name>
- <Email>flinux@vongellhorn.ch</Email>
+ <Name>Fabio Forni</Name>
+ <Email>livingsilver94.solus@redaril.me</Email>
</Packager>
<License>GPL-3.0-or-later</License>
<PartOf>network.im</PartOf>
@@ -32,12 +32,12 @@
</Files>
</Package>
<History>
- <Update release="172">
- <Date>2022-04-24</Date>
- <Version>3.7.0</Version>
+ <Update release="173">
+ <Date>2022-04-30</Date>
+ <Version>3.7.3</Version>
<Comment>Packaging update</Comment>
- <Name>F. von Gellhorn</Name>
- <Email>flinux@vongellhorn.ch</Email>
+ <Name>Fabio Forni</Name>
+ <Email>livingsilver94.solus@redaril.me</Email>
</Update>
</History>
</PISI>
\ No newline at end of file
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Jun 18 2023, 1:43 AM (7 w, 2 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5806002
Default Alt Text
D13188.diff (5 KB)
Attached To
Mode
D13188: Update telegram to 3.7.3
Attached
Detach File
Event Timeline
Log In to Comment