From 507346eea24345888a322337cf5eafd1b52d95ab Mon Sep 17 00:00:00 2001 From: Tom Stellard Date: Sat, 9 Jan 2021 01:35:16 +0000 Subject: [PATCH 1/5] Add BuildRequires: make https://fedoraproject.org/wiki/Changes/Remove_make_from_BuildRoot --- xorgxrdp.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/xorgxrdp.spec b/xorgxrdp.spec index 08f2f7b..63a6729 100644 --- a/xorgxrdp.spec +++ b/xorgxrdp.spec @@ -9,6 +9,7 @@ License: MIT URL: https://github.com/neutrinolabs/xorgxrdp Source0: https://github.com/neutrinolabs/xorgxrdp/releases/download/v%{version}/%{name}-%{version}.tar.gz +BuildRequires: make BuildRequires: nasm BuildRequires: xorg-x11-server-devel BuildRequires: xrdp-devel >= 1:0.9.13 From f84a65e1fb4b9f90623d7ba708cfd260e9703410 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 28 Jan 2021 00:19:52 +0000 Subject: [PATCH 2/5] - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- xorgxrdp.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xorgxrdp.spec b/xorgxrdp.spec index 63a6729..db7c782 100644 --- a/xorgxrdp.spec +++ b/xorgxrdp.spec @@ -2,7 +2,7 @@ Name: xorgxrdp Version: 0.2.15 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Implementation of xrdp backend as Xorg modules License: MIT @@ -56,6 +56,9 @@ for screen resizing and multiple monitors. %changelog +* Thu Jan 28 2021 Fedora Release Engineering - 0.2.15-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + * Wed Dec 23 2020 Bojan Smojver - 0.2.15-1 - Bump up to 0.2.15 From 4e1a5fbbfc67ff38a68daebdc9c15cc7696dc86d Mon Sep 17 00:00:00 2001 From: Bojan Smojver Date: Wed, 14 Apr 2021 22:33:36 +1000 Subject: [PATCH 3/5] Rebuild against xorg-x11-server 1.20.11. --- xorgxrdp.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xorgxrdp.spec b/xorgxrdp.spec index db7c782..4274356 100644 --- a/xorgxrdp.spec +++ b/xorgxrdp.spec @@ -2,7 +2,7 @@ Name: xorgxrdp Version: 0.2.15 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Implementation of xrdp backend as Xorg modules License: MIT @@ -56,6 +56,9 @@ for screen resizing and multiple monitors. %changelog +* Wed Apr 14 2021 Bojan Smojver - 0.2.15-2 +- Rebuild against xorg-x11-server 1.20.11 + * Thu Jan 28 2021 Fedora Release Engineering - 0.2.15-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild From 01bbc541a10158fd19e9367e75ddc9ff8ab4a1db Mon Sep 17 00:00:00 2001 From: Bojan Smojver Date: Sat, 1 May 2021 09:51:49 +1000 Subject: [PATCH 4/5] Bump up to 0.2.16. --- .gitignore | 1 + sources | 2 +- xorgxrdp.spec | 7 +++++-- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index bace9eb..441b2b4 100644 --- a/.gitignore +++ b/.gitignore @@ -14,3 +14,4 @@ /xorgxrdp-0.2.13.tar.gz /xorgxrdp-0.2.14.tar.gz /xorgxrdp-0.2.15.tar.gz +/xorgxrdp-0.2.16.tar.gz diff --git a/sources b/sources index e34e473..b2e60a8 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (xorgxrdp-0.2.15.tar.gz) = 9bae183f3943701c62056a8dc42e6531b0328527d70849d35c4e4438c56f9fa244ac8e5d483083bdfa5094d777ed9c89c4ca127996f7992a3f32cba89deaf9c0 +SHA512 (xorgxrdp-0.2.16.tar.gz) = 52776c1ffc4b0873623ebfa1c3e607b09264e48257013e7f78bfbe33186e0c279cb6c239a08a75aff74e99e1873b1b5b1534d1db6529e5e3dea7534ca0af73b2 diff --git a/xorgxrdp.spec b/xorgxrdp.spec index 4274356..8249cff 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.15 -Release: 3%{?dist} +Version: 0.2.16 +Release: 1%{?dist} Summary: Implementation of xrdp backend as Xorg modules License: MIT @@ -56,6 +56,9 @@ for screen resizing and multiple monitors. %changelog +* Sat May 1 2021 Bojan Smojver - 0.2.16-1 +- Bump up to 0.2.16 + * Wed Apr 14 2021 Bojan Smojver - 0.2.15-2 - Rebuild against xorg-x11-server 1.20.11 From ffea1950111b03cbf1a8cee9ce6f8e2806f372ac Mon Sep 17 00:00:00 2001 From: Bojan Smojver Date: Sat, 1 May 2021 09:58:36 +1000 Subject: [PATCH 5/5] Build requires xrdp 0.9.16 now. --- xorgxrdp.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xorgxrdp.spec b/xorgxrdp.spec index 8249cff..46b4b1f 100644 --- a/xorgxrdp.spec +++ b/xorgxrdp.spec @@ -12,7 +12,7 @@ Source0: https://github.com/neutrinolabs/xorgxrdp/releases/download/v%{ve BuildRequires: make BuildRequires: nasm 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 BuildRequires: libXfont-devel %else