|
|
@ -1,7 +1,7 @@
|
|
|
|
%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.15
|
|
|
|
Version: 0.2.16
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Summary: Implementation of xrdp backend as Xorg modules
|
|
|
|
Summary: Implementation of xrdp backend as Xorg modules
|
|
|
|
|
|
|
|
|
|
|
@ -9,9 +9,10 @@ License: MIT
|
|
|
|
URL: https://github.com/neutrinolabs/xorgxrdp
|
|
|
|
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
BuildRequires: make
|
|
|
|
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.16
|
|
|
|
%if 0%{?fedora} > 0 && 0%{?fedora} <= 24
|
|
|
|
%if 0%{?fedora} > 0 && 0%{?fedora} <= 24
|
|
|
|
BuildRequires: libXfont-devel
|
|
|
|
BuildRequires: libXfont-devel
|
|
|
|
%else
|
|
|
|
%else
|
|
|
@ -55,6 +56,15 @@ for screen resizing and multiple monitors.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Sat May 1 2021 Bojan Smojver <bojan@rexursive.com> - 0.2.16-1
|
|
|
|
|
|
|
|
- Bump up to 0.2.16
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Apr 14 2021 Bojan Smojver <bojan@rexursive.com> - 0.2.15-2
|
|
|
|
|
|
|
|
- Rebuild against xorg-x11-server 1.20.11
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jan 28 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.15-2
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Dec 23 2020 Bojan Smojver <bojan@rexursive.com> - 0.2.15-1
|
|
|
|
* Wed Dec 23 2020 Bojan Smojver <bojan@rexursive.com> - 0.2.15-1
|
|
|
|
- Bump up to 0.2.15
|
|
|
|
- Bump up to 0.2.15
|
|
|
|
|
|
|
|
|
|
|
|