|
|
@ -1,8 +1,8 @@
|
|
|
|
%global xorg_server_version %(pkg-config --silence-errors --modversion xorg-server 2>/dev/null || echo 65536)
|
|
|
|
%global xorg_server_version %(pkg-config --silence-errors --modversion xorg-server 2>/dev/null || echo 65536)
|
|
|
|
|
|
|
|
|
|
|
|
Name: xorgxrdp
|
|
|
|
Name: xorgxrdp
|
|
|
|
Version: 0.2.13
|
|
|
|
Version: 0.2.14
|
|
|
|
Release: 4%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Summary: Implementation of xrdp backend as Xorg modules
|
|
|
|
Summary: Implementation of xrdp backend as Xorg modules
|
|
|
|
|
|
|
|
|
|
|
|
License: MIT
|
|
|
|
License: MIT
|
|
|
@ -10,6 +10,8 @@ URL: https://github.com/neutrinolabs/xorgxrdp
|
|
|
|
Source0: https://github.com/neutrinolabs/xorgxrdp/releases/download/v%{version}/%{name}-%{version}.tar.gz
|
|
|
|
Source0: https://github.com/neutrinolabs/xorgxrdp/releases/download/v%{version}/%{name}-%{version}.tar.gz
|
|
|
|
Patch0: xorgxrdp-0.2.12-xrandr-resize-revert.patch
|
|
|
|
Patch0: xorgxrdp-0.2.12-xrandr-resize-revert.patch
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ExcludeArch: s390x
|
|
|
|
|
|
|
|
|
|
|
|
BuildRequires: nasm
|
|
|
|
BuildRequires: nasm
|
|
|
|
BuildRequires: xorg-x11-server-devel
|
|
|
|
BuildRequires: xorg-x11-server-devel
|
|
|
|
BuildRequires: xrdp-devel >= 1:0.9.13
|
|
|
|
BuildRequires: xrdp-devel >= 1:0.9.13
|
|
|
@ -56,6 +58,9 @@ for screen resizing and multiple monitors.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Tue Sep 1 2020 Bojan Smojver <bojan@rexursive.com> - 0.2.14-1
|
|
|
|
|
|
|
|
- Bump up to 0.2.14
|
|
|
|
|
|
|
|
|
|
|
|
* Sat Aug 01 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.13-4
|
|
|
|
* Sat Aug 01 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.13-4
|
|
|
|
- Second attempt - Rebuilt for
|
|
|
|
- Second attempt - Rebuilt for
|
|
|
|
https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
|
https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
|