Compare commits

...

No commits in common. "c8" and "c8-beta" have entirely different histories.
c8 ... c8-beta

2 changed files with 1 additions and 1363 deletions

File diff suppressed because it is too large Load Diff

View File

@ -2,7 +2,7 @@
Name: gnome-remote-desktop
Version: 0.1.8
Release: 4%{?dist}
Release: 3%{?dist}
Summary: GNOME Remote Desktop screen share service
License: GPLv2+
@ -23,9 +23,6 @@ Patch5: 0001-vnc-pipewire-stream-Remove-assert.patch
# Cursor only frame fixes (#1837406)
Patch6: cursor-only-frame-fixes.patch
# Connection throttling (RHEL-92791)
Patch7: connection-throttling.patch
BuildRequires: git
BuildRequires: gcc
BuildRequires: meson >= 0.36.0
@ -84,10 +81,6 @@ GNOME desktop environment.
%changelog
* Thu Jul 03 2025 Jonas Ådahl <jadahl@redhat.com> - 0.1.8-4
- Backport connection throttling
Resolves: RHEL-92791
* Wed Jul 15 2020 Jonas Ådahl <jadahl@redhat.com> - 0.1.8-3
- Backport cursor only frame fixes
Related: #1837406