SHA256
4
0
forked from pool/dino

update to 0.5.1 and fix building #1

Merged
jubalh merged 1 commits from rrahl0/dino:main into main 2025-12-24 12:47:59 +01:00
4 changed files with 46 additions and 6 deletions

Binary file not shown.

BIN
dino-0.5.1.tar.gz LFS Normal file

Binary file not shown.

View File

@@ -1,3 +1,42 @@
-------------------------------------------------------------------
Tue Dec 23 21:29:45 UTC 2025 - Richard Rahl <rrahl0@opensuse.org>
- Update to version 0.5.1:
* Strip leading "v" from tag when generating display version
* AppData: Set display_length to 360
* Account details: Make own jid selectable
* Conversation details: Show used account if multiple are active
* Fix parse incoming stateless file sharing sources
* FileTransfer fix store source
* Voice processor: add back call to set stream delay
* Add support for whole body fallbacks
* Disregard SFS fallback messages even without source attachment given
* xmpp-vala: Fix SFS mime_type wire-format
* File Send Dialog: Make file widget static
* SFS: Fix datetime formating
* Add keyboard shortcut to close conversation
* Fix checkmark icon not being available
* Meson: Fix path to version.py in certain build
* User Avatar: Correctly handle multiple avatar sources
* Improve checking whether MUC messages will be referencable
* Meson: Add legacy support for Meson 1.3
* Fix version.py for old python argparse
* Fix setting server_id for MAM messages from MUCs
* Only support SystemMemory caps for video
* device: Target resolution of 720p on libcamera devices
* device: Request 30 fps in absence of framerate negotiation
* SFS: Prefer announced media type over application/octet-stream from HTTP
* Handle issues with libsoup
* History: Fix sync issues when resuming from partial sync
* Remove invalid declaration modifiers
* Fix tick icons
* Fix file overlay leak
* rtp: device: Tweak common_widths for 16:9 ratio
* rtp: device: Ensure even heights for rescaled streams
* Fix fetching some MAM history for every MUC
- fix building by removing pkgconfig(vapigen-0.46) requirement, as that
dependency does not exist
-------------------------------------------------------------------
Sun Apr 13 18:46:17 UTC 2025 - Michael Vetter <mvetter@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package dino
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2025 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -23,7 +23,7 @@
%bcond_with separated_plugins
%bcond_with separated_libs
Name: dino
Version: 0.5.0
Version: 0.5.1
Release: 0
Summary: Modern Jabber/XMPP Client using GTK+/Vala
License: GPL-3.0-only
@@ -58,7 +58,6 @@ BuildRequires: pkgconfig(libsrtp2)
BuildRequires: pkgconfig(nice) >= 0.1.15
BuildRequires: pkgconfig(sqlite3)
BuildRequires: pkgconfig(vapigen) >= 0.30
BuildRequires: pkgconfig(vapigen-0.46) >= 0.30
BuildRequires: pkgconfig(webrtc-audio-processing)
Requires: hicolor-icon-theme
%if 0%{?suse_version}
@@ -202,6 +201,7 @@ export CFLAGS="%{optflags} -Wno-error=return-type"
%endif
%icon_theme_cache_postun
%else
%post
%if ! %{with separated_libs}
/sbin/ldconfig
@@ -237,6 +237,7 @@ gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor &>/dev/null || :
%if %{with separated_plugins}
%files -f dino.lang
%else
%files -f dino.lang -f dino-omemo.lang -f dino-openpgp.lang
%endif
%defattr(-,root,root)