diff --git a/.gitignore b/.gitignore index 4766548..d0be86b 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/sources b/sources index df9ebfc..05d25ec 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (xorgxrdp-0.2.13.tar.gz) = 1f0f6982917b4cd18660ab950a0f04ba962643a71fc2a7d7caeb3c30a6cd37ecb6e757efce3571c6c12f928eddb4e3311080a65f9074c7719980d3d7a6201185 +SHA512 (xorgxrdp-0.2.14.tar.gz) = 9abe7e831215f8922e244da8fdc8b61a2ac1c45ea454419b9176b333d8fc1def866ff5f7121c5d73c0581d3d42bc2225ffeef6f779959e277419ddf9beb5704f diff --git a/xorgxrdp.spec b/xorgxrdp.spec index ba66b83..a0ed09c 100644 --- a/xorgxrdp.spec +++ b/xorgxrdp.spec @@ -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 - 0.2.14-1 +- Bump up to 0.2.14 + * Sat Aug 01 2020 Fedora Release Engineering - 0.2.13-4 - Second attempt - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild