Bump up to 0.2.14.

Exclude s390x for now, xrdp will not build on it.
epel9
Bojan Smojver 4 years ago
parent cd618b1bd7
commit e46a8c6c97

1
.gitignore vendored

@ -12,3 +12,4 @@
/xorgxrdp-0.2.11.tar.gz
/xorgxrdp-0.2.12.tar.gz
/xorgxrdp-0.2.13.tar.gz
/xorgxrdp-0.2.14.tar.gz

@ -1 +1 @@
SHA512 (xorgxrdp-0.2.13.tar.gz) = 1f0f6982917b4cd18660ab950a0f04ba962643a71fc2a7d7caeb3c30a6cd37ecb6e757efce3571c6c12f928eddb4e3311080a65f9074c7719980d3d7a6201185
SHA512 (xorgxrdp-0.2.14.tar.gz) = 9abe7e831215f8922e244da8fdc8b61a2ac1c45ea454419b9176b333d8fc1def866ff5f7121c5d73c0581d3d42bc2225ffeef6f779959e277419ddf9beb5704f

@ -1,8 +1,8 @@
%global xorg_server_version %(pkg-config --silence-errors --modversion xorg-server 2>/dev/null || echo 65536)
Name: xorgxrdp
Version: 0.2.13
Release: 4%{?dist}
Version: 0.2.14
Release: 1%{?dist}
Summary: Implementation of xrdp backend as Xorg modules
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
Patch0: xorgxrdp-0.2.12-xrandr-resize-revert.patch
ExcludeArch: s390x
BuildRequires: nasm
BuildRequires: xorg-x11-server-devel
BuildRequires: xrdp-devel >= 1:0.9.13
@ -56,6 +58,9 @@ for screen resizing and multiple monitors.
%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
- Second attempt - Rebuilt for
https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild

Loading…
Cancel
Save