public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Antonio Trande <sagitter@fedoraproject.org>
To: git-commits@fedoraproject.org
Subject: [rpms/xpra] f43: Release 6.5
Date: Sun, 21 Jun 2026 17:16:19 GMT [thread overview]
Message-ID: <178206217980.1.6417818466698481324.rpms-xpra-0abb78cc2626@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/xpra
Branch : f43
Commit : 0abb78cc262640856a5f3a241e0638b676ae54fe
Author : Antonio Trande <sagitter@fedoraproject.org>
Date : 2026-06-18T16:34:46+02:00
Stats : +25/-3 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/xpra/c/0abb78cc262640856a5f3a241e0638b676ae54fe?branch=f43
Log:
Release 6.5
---
diff --git a/xpra.spec b/xpra.spec
index cd62830..c96406a 100644
--- a/xpra.spec
+++ b/xpra.spec
@@ -50,6 +50,7 @@ BuildRequires: desktop-file-utils
BuildRequires: libvpx-devel
BuildRequires: libXdamage-devel
BuildRequires: libXres-devel
+BuildRequires: lua-devel
BuildRequires: cups-devel
BuildRequires: python3-cups
BuildRequires: redhat-rpm-config
@@ -113,7 +114,6 @@ Requires: pulseaudio-utils%{?_isa}
Requires: cups-filesystem
Requires: shared-mime-info%{?_isa}
Requires: systemd-udev%{?_isa}
-
%description
Xpra is "screen for X": it allows you to run X programs, usually on a remote
host, direct their display to your local machine, and then to disconnect from
@@ -130,7 +130,6 @@ network bandwidth constraints.
Summary: Gnome integration for the xpra client
Requires: %{name}-client-gtk3%{?_isa} = 1:%{version}-%{release}
Requires: gnome-shell-extension-appindicator
-
%description -n %{name}-client-gnome
This package installs the GNOME Shell extensions
that can help in restoring the system tray functionality.
@@ -141,10 +140,19 @@ is required for querying and activating keyboard input sources.
Summary: GTK3 xpra client
BuildRequires: xclip
Requires: %{name}%{?_isa} = 1:%{version}-%{release}
-
%description -n %{name}-client-gtk3
This package contains the GTK3 xpra client.
+%package -n %{name}-plugin-lua
+Summary: Wireshark/tshark Lua dissector for the Xpra remote display protocol
+BuildRequires: wireshark-devel
+%{?lua_version:Requires: lua(abi) = %{lua_version}}
+Requires: %{name}%{?_isa} = 1:%{version}-%{release}
+%description -n %{name}-plugin-lua
+The dissector registers on TCP port 14500 (xpra default) and also
+installs a heuristic detector so it picks up traffic on any port.
+Use Decode As → Xpra to force it on a different port.
+
%prep
%autosetup -n %{name}-%{version} -N
@@ -239,6 +247,16 @@ install -m0644 -D xpra.sysusers.conf %{buildroot}%{_sysusersdir}/xpra.conf
# Remove invalid paths
sed -e 's|build/bdist.linux-%{?_arch}/wheel/xpra-%{version}.data/data||g' -i %{buildroot}%{_sysconfdir}/xpra/conf.d/55_server_x11.conf
+# Move Lua script into wireshark plugin directory and remove invalid /usr sub-directory
+%define wireshark_plugindir %(pkg-config --variable plugindir wireshark)/epan
+mkdir -p %{buildroot}%{wireshark_plugindir}
+%ifarch %{ix86}
+cp -p %{buildroot}/usr/%{_libdir}/wireshark/plugins/xpra_dissector.lua %{buildroot}%{wireshark_plugindir}/
+%else
+cp -p %{buildroot}/usr/%{wireshark_plugindir}/xpra_dissector.lua %{buildroot}%{wireshark_plugindir}/
+%endif
+rm -rf %{buildroot}/usr/%{_libdir}
+
%post
%systemd_post xpra-encoder.service
%systemd_post xpra.service
@@ -292,6 +310,7 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/*.desktop
%{_datadir}/icons/hicolor/48x48/apps/xpra-mdns.png
%{_datadir}/icons/hicolor/48x48/apps/xpra-shadow.png
%{_datadir}/icons/hicolor/64x64/apps/xpra.png
+%{_datadir}/icons/xpra-large.png
%{_mandir}/man1/xpra.1.*
%{_mandir}/man1/xpra_*.1.*
%{_mandir}/man1/run_scaled.1.*
@@ -324,5 +343,8 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/*.desktop
%{_datadir}/gnome-shell/extensions/%{gnome_shell_extension}/extension.js
%{_datadir}/gnome-shell/extensions/%{gnome_shell_extension}/metadata.json
+%files -n %{name}-plugin-lua
+%{wireshark_plugindir}/xpra_dissector.lua
+
%changelog
%autochangelog
next reply other threads:[~2026-06-21 17:16 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-06-21 17:16 Antonio Trande [this message]
2026-06-21 17:16 [rpms/xpra] f43: Release 6.5 Antonio Trande
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178206217980.1.6417818466698481324.rpms-xpra-0abb78cc2626@fedoraproject.org \
--to=sagitter@fedoraproject.org \
--cc=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox