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] f44: Release 6.5.1
Date: Sun, 05 Jul 2026 19:54:09 GMT [thread overview]
Message-ID: <178328124922.1.10740060324718812947.rpms-xpra-9b2db3c019a0@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/xpra
Branch : f44
Commit : 9b2db3c019a08974eaf7b9bcd47b046c6362d566
Author : Antonio Trande <sagitter@fedoraproject.org>
Date : 2026-07-05T21:38:10+02:00
Stats : +3/-34 in 4 file(s)
URL : https://src.fedoraproject.org/rpms/xpra/c/9b2db3c019a08974eaf7b9bcd47b046c6362d566?branch=f44
Log:
Release 6.5.1
---
diff --git a/.gitignore b/.gitignore
index 11a50fc..939446b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -100,3 +100,4 @@
/xpra-6.4.3.tar.gz
/xpra-6.4.4.tar.gz
/xpra-6.5.tar.gz
+/xpra-6.5.1.tar.gz
diff --git a/sources b/sources
index 0db8ef9..91639cf 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (xpra-6.5.tar.gz) = 142871f51c2eab390317ffa1f4bd878bbcc4e122b7200c98e4f4125969a32c251da2a5b83b4c31992358abbd707196b1f4ddd2df78b199853af73b37266c089a
+SHA512 (xpra-6.5.1.tar.gz) = b2e1b7975b79e6fa0790b63d879f9943471d4ce536ca17f20d96c997881ab5f75b6fc12bbe86730dbc4ea46a28c46960c23cdd984dc4090d6a09a74261081eab
diff --git a/xpra-6.5-rhbz2496082.patch b/xpra-6.5-rhbz2496082.patch
deleted file mode 100644
index 4e75635..0000000
--- a/xpra-6.5-rhbz2496082.patch
+++ /dev/null
@@ -1,27 +0,0 @@
-From da3fa8745e7e67845e63cf6d80ed31c768f97138 Mon Sep 17 00:00:00 2001
-From: Antoine Martin <antoine@xpra.org>
-Date: Thu, 25 Jun 2026 00:36:32 +0700
-Subject: [PATCH] #4938 always start the protocol, even with remote starts
-
----
- xpra/scripts/main.py | 7 ++++++-
- 1 file changed, 6 insertions(+), 1 deletion(-)
-
-diff --git a/xpra/scripts/main.py b/xpra/scripts/main.py
-index ba06004fac..5f17508af4 100755
---- a/xpra/scripts/main.py
-+++ b/xpra/scripts/main.py
-@@ -2075,7 +2075,12 @@ def handshake_complete(*_args) -> None:
- while True:
- try:
- conn = connect_or_fail(params, opts)
-- app.make_protocol(conn)
-+ protocol = app.make_protocol(conn)
-+ if opts.attach is not False:
-+ # the command clients (attach=False) start the protocol from their own `run()` method,
-+ # but the regular client relies on the caller to start it
-+ # (just like `do_setup_connection` does for the normal attach path):
-+ protocol.start()
- may_show_progress(app, 80, "connecting to server")
- break
- except InitExit as e:
diff --git a/xpra.spec b/xpra.spec
index 68d9ebd..e614d5b 100644
--- a/xpra.spec
+++ b/xpra.spec
@@ -24,7 +24,7 @@
%global build_opts -C--global-option=--without-nvidia -C--global-option=--without-pandoc_lua -C--global-option=--with-verbose -C--global-option=--with-Xdummy -C--global-option=--with-Xdummy_wrapper -C--global-option=--without-strict -C--global-option=--with-vpx %{?with_debug:-C--global-option=--with-debug} %{?with_openh264:-C--global-option=--with-openh264} -C--global-option=--without-cuda_rebuild -C--global-option=--with-client -C--global-option=--without-qt6_client -C--global-option=--without-pyglet_client -C--global-option=--without-enc_x264
Name: xpra
-Version: 6.5
+Version: 6.5.1
Release: %autorelease
Epoch: 1
Summary: Remote display server for applications and desktops
@@ -39,9 +39,6 @@ Source1: %{name}.appdata.xml
# https://bodhi.fedoraproject.org/updates/FEDORA-2025-0882918c25#comment-4407961
Patch0: %{name}-fix_audio.patch
-# https://bugzilla.redhat.com/show_bug.cgi?id=2496082
-Patch1: %{name}-6.5-rhbz2496082.patch
-
BuildRequires: python3-devel
BuildRequires: gtk3-devel
BuildRequires: libXtst-devel
@@ -164,8 +161,6 @@ Use Decode As → Xpra to force it on a different port.
%patch -P 0 -p1 -b .backup
%endif
-%patch -P 1 -p1 -b .backup
-
rm -rf *.egg-info
# cc1: error: unrecognized compiler option ‘-mfpmath=387’
reply other threads:[~2026-07-05 19:54 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=178328124922.1.10740060324718812947.rpms-xpra-9b2db3c019a0@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