Compare commits
5 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ae3658c50f | ||
|
|
40328b5145 | ||
|
|
f2433917ae | ||
|
|
1d70dcd2cb | ||
|
|
4a8b689a5f |
3 changed files with 28 additions and 4 deletions
5
.gitignore
vendored
5
.gitignore
vendored
|
|
@ -38,3 +38,8 @@
|
|||
/gnome-remote-desktop-47.0.tar.xz
|
||||
/gnome-remote-desktop-47.1.tar.xz
|
||||
/gnome-remote-desktop-47.2.tar.xz
|
||||
/gnome-remote-desktop-48.rc.tar.xz
|
||||
/gnome-remote-desktop-48.0.tar.xz
|
||||
/gnome-remote-desktop-48.1.tar.xz
|
||||
/gnome-remote-desktop-48.2.tar.xz
|
||||
/gnome-remote-desktop-48.3.tar.xz
|
||||
|
|
|
|||
|
|
@ -12,13 +12,13 @@
|
|||
%global pipewire_version 0.3.49
|
||||
|
||||
Name: gnome-remote-desktop
|
||||
Version: 47.2
|
||||
Release: 2%{?dist}
|
||||
Version: 48.3
|
||||
Release: 1%{?dist}
|
||||
Summary: GNOME Remote Desktop screen share service
|
||||
|
||||
License: GPL-2.0-or-later
|
||||
URL: https://gitlab.gnome.org/GNOME/gnome-remote-desktop
|
||||
Source0: https://download.gnome.org/sources/%{name}/47/%{name}-%{tarball_version}.tar.xz
|
||||
Source0: https://download.gnome.org/sources/%{name}/48/%{name}-%{tarball_version}.tar.xz
|
||||
|
||||
# Adds encryption support (requires patched LibVNCServer)
|
||||
Patch0: gnutls-anontls.patch
|
||||
|
|
@ -32,11 +32,15 @@ BuildRequires: pkgconfig(epoxy)
|
|||
BuildRequires: pkgconfig(dbus-1)
|
||||
BuildRequires: pkgconfig(ffnvcodec)
|
||||
%if %{with rdp}
|
||||
BuildRequires: glslc
|
||||
BuildRequires: spirv-tools
|
||||
BuildRequires: pkgconfig(fdk-aac)
|
||||
BuildRequires: pkgconfig(freerdp3)
|
||||
BuildRequires: pkgconfig(fuse3)
|
||||
BuildRequires: pkgconfig(libva)
|
||||
BuildRequires: pkgconfig(opus)
|
||||
BuildRequires: pkgconfig(polkit-gobject-1)
|
||||
BuildRequires: pkgconfig(vulkan)
|
||||
BuildRequires: pkgconfig(winpr3)
|
||||
%endif
|
||||
BuildRequires: pkgconfig(gbm)
|
||||
|
|
@ -147,6 +151,21 @@ GNOME desktop environment.
|
|||
|
||||
|
||||
%changelog
|
||||
* Tue Oct 21 2025 Matthias Clasen <mclasen@redhat.com> - 48.3-1
|
||||
- Update to 48.3
|
||||
|
||||
* Wed Oct 01 2025 David King <amigadave@amigadave.com>> - 48.2-1
|
||||
- Update to 48.2
|
||||
|
||||
* Mon Apr 14 2025 nmontero <nmontero@redhat.com> - 48.1-1
|
||||
- Update to 48.1
|
||||
|
||||
* Thu Mar 20 2025 nmontero <nmontero@redhat.com> - 48.0-1
|
||||
- Update to 48.0
|
||||
|
||||
* Thu Mar 06 2025 Fabio Valentini <decathorpe@gmail.com> - 48~rc-1
|
||||
- Update to 48.rc
|
||||
|
||||
* Thu Jan 16 2025 Fedora Release Engineering <releng@fedoraproject.org> - 47.2-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (gnome-remote-desktop-47.2.tar.xz) = 143e3148c2895ed80962b3bf0520897d32e57a131f1f62f079f39af2ae0cebd32f50429f5aa4b91a8f9b424f15aa41cd4db7ec2f9eaae34c1a80b6002fc2b958
|
||||
SHA512 (gnome-remote-desktop-48.3.tar.xz) = ab93e92e179d9b64068750cf08d9c6cf45ad9a288c958c4c06ef6c5211c75c14baf129043611731ddd7ad7204961055d79a7f3f7c0cc624ff146e498bc31f762
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue