diff --git a/.gitignore b/.gitignore index 022f7f2..2e0b237 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/gnome-connections-46.0.tar.xz +SOURCES/gnome-connections-47.0.tar.xz diff --git a/.gnome-connections.metadata b/.gnome-connections.metadata index 9975597..ce3c779 100644 --- a/.gnome-connections.metadata +++ b/.gnome-connections.metadata @@ -1 +1 @@ -6bbcb94ded274500558eb9b09480a7cb10ba48ae SOURCES/gnome-connections-46.0.tar.xz +ea9349461647d9cccb57c5d488a40c4da579bb0a SOURCES/gnome-connections-47.0.tar.xz diff --git a/SOURCES/0001-clipboard-Do-not-crash-during-disconnection.patch b/SOURCES/0001-clipboard-Do-not-crash-during-disconnection.patch deleted file mode 100644 index d42cf32..0000000 --- a/SOURCES/0001-clipboard-Do-not-crash-during-disconnection.patch +++ /dev/null @@ -1,31 +0,0 @@ -From cb992cb5b3099fdb4106d558f1aeba908267a075 Mon Sep 17 00:00:00 2001 -From: Marek Kasik -Date: Tue, 9 Apr 2024 11:01:01 +0200 -Subject: [PATCH] clipboard: Do not crash during disconnection - -Disconnect handler of "owner-change" in finalize of -FrdpChannelClipboard so that the handler is not called -after the clipboard is finalized. - -Fixes #50 ---- - src/frdp-channel-clipboard.c | 3 +++ - 1 file changed, 3 insertions(+) - -diff --git a/src/frdp-channel-clipboard.c b/src/frdp-channel-clipboard.c -index 2723c2d..ef82dbe 100644 ---- a/subprojects/gtk-frdp/src/frdp-channel-clipboard.c -+++ b/subprojects/gtk-frdp/src/frdp-channel-clipboard.c -@@ -203,6 +203,9 @@ frdp_channel_clipboard_finalize (GObject *object) - FrdpChannelClipboard *self = (FrdpChannelClipboard *) object; - FrdpChannelClipboardPrivate *priv = frdp_channel_clipboard_get_instance_private (self); - -+ g_signal_handler_disconnect (priv->gtk_clipboard, -+ priv->clipboard_owner_changed_id); -+ - g_hash_table_unref (priv->remote_files_requests); - fuse_session_unmount (priv->fuse_session); - fuse_session_exit (priv->fuse_session); --- -2.44.0 - diff --git a/SPECS/gnome-connections.spec b/SPECS/gnome-connections.spec index eab4b2c..4be8af9 100644 --- a/SPECS/gnome-connections.spec +++ b/SPECS/gnome-connections.spec @@ -6,14 +6,13 @@ %global url_ver %%(echo %{version} | cut -d. -f1) Name: gnome-connections -Version: 46.0 -Release: 3%{?dist} +Version: 47.0 +Release: 2%{?dist} Summary: A remote desktop client for the GNOME desktop environment License: GPL-3.0-or-later URL: https://gitlab.gnome.org/gnome/connections/-/wikis/home Source0: https://download.gnome.org/sources/gnome-connections/%{url_ver}/gnome-connections-%{tarball_version}.tar.xz -Patch0: 0001-clipboard-Do-not-crash-during-disconnection.patch BuildRequires: desktop-file-utils BuildRequires: gcc @@ -84,6 +83,14 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/org.gnome.Connections %{_datadir}/mime/packages/org.gnome.Connections.xml %changelog +* Tue Oct 29 2024 Troy Dawson - 47.0-2 +- Bump release for October 2024 mass rebuild: + Resolves: RHEL-64018 + +* Fri Oct 25 2024 Marek Kasik - 47.0-1 +- Update to 47.0 +- Resolves: RHEL-64695 + * Mon Jun 24 2024 Troy Dawson - 46.0-3 - Bump release for June 2024 mass rebuild