Don't crash when PipeWire disconnects
Resolves: rhbz#1632781
This commit is contained in:
parent
ba065466b3
commit
4f464d73fa
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
Name: gnome-remote-desktop
|
Name: gnome-remote-desktop
|
||||||
Version: 0.1.6
|
Version: 0.1.6
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: GNOME Remote Desktop screen share service
|
Summary: GNOME Remote Desktop screen share service
|
||||||
|
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
@ -15,6 +15,10 @@ Patch0: 0001-vnc-Add-anonymous-TLS-encryption-support.patch
|
|||||||
# Align pipewire requirement with Fedora
|
# Align pipewire requirement with Fedora
|
||||||
Patch1: 0001-meson.build-Bump-pipewire-requirement-to-0.2.2.patch
|
Patch1: 0001-meson.build-Bump-pipewire-requirement-to-0.2.2.patch
|
||||||
|
|
||||||
|
# Don't crash when PipeWire disconnects (rhbz#1632781)
|
||||||
|
Patch2: 0001-session-vnc-Don-t-requeue-close-session-idle.patch
|
||||||
|
Patch3: 0002-vnc-pipewire-stream-Close-session-when-disconnected.patch
|
||||||
|
|
||||||
BuildRequires: git
|
BuildRequires: git
|
||||||
BuildRequires: gcc
|
BuildRequires: gcc
|
||||||
BuildRequires: meson >= 0.36.0
|
BuildRequires: meson >= 0.36.0
|
||||||
@ -72,6 +76,9 @@ GNOME desktop environment.
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Oct 2 2018 Jonas Ådahl <jadahl@redhat.com> - 0.1.6-2
|
||||||
|
- Don't crash when PipeWire disconnects (rhbz#1632781)
|
||||||
|
|
||||||
* Tue Aug 7 2018 Jonas Ådahl <jadahl@redhat.com> - 0.1.6
|
* Tue Aug 7 2018 Jonas Ådahl <jadahl@redhat.com> - 0.1.6
|
||||||
- Update to 0.1.6
|
- Update to 0.1.6
|
||||||
- Apply ANON-TLS patch
|
- Apply ANON-TLS patch
|
||||||
|
Loading…
Reference in New Issue
Block a user