From 57d6d36f6b891019ad9d54840f83719fb637348a Mon Sep 17 00:00:00 2001 From: Bojan Smojver Date: Mon, 12 Oct 2020 23:35:17 +1100 Subject: [PATCH 1/3] Rebuild against xorg-x11-server 1.20.9. --- xorgxrdp.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xorgxrdp.spec b/xorgxrdp.spec index 744179d..a9a1620 100644 --- a/xorgxrdp.spec +++ b/xorgxrdp.spec @@ -2,7 +2,7 @@ Name: xorgxrdp Version: 0.2.14 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Implementation of xrdp backend as Xorg modules License: MIT @@ -55,6 +55,9 @@ for screen resizing and multiple monitors. %changelog +* Mon Oct 12 2020 Bojan Smojver - 0.2.14-3 +- Rebuild against xorg-x11-server 1.20.9 + * Tue Sep 1 2020 Bojan Smojver - 0.2.14-2 - Enable s390x From 73a5e9190bda1e97efc636d951b9b2b8441941aa Mon Sep 17 00:00:00 2001 From: Bojan Smojver Date: Thu, 3 Dec 2020 00:08:18 +1100 Subject: [PATCH 2/3] Rebuild against xorg-x11-server 1.20.10. --- xorgxrdp.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xorgxrdp.spec b/xorgxrdp.spec index a9a1620..78a23d9 100644 --- a/xorgxrdp.spec +++ b/xorgxrdp.spec @@ -2,7 +2,7 @@ Name: xorgxrdp Version: 0.2.14 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Implementation of xrdp backend as Xorg modules License: MIT @@ -55,6 +55,9 @@ for screen resizing and multiple monitors. %changelog +* Thu Dec 3 2020 Bojan Smojver - 0.2.14-4 +- Rebuild against xorg-x11-server 1.20.10 + * Mon Oct 12 2020 Bojan Smojver - 0.2.14-3 - Rebuild against xorg-x11-server 1.20.9 From 9690d96530f47954f9dea43fae31161bcf3f7cc8 Mon Sep 17 00:00:00 2001 From: Bojan Smojver Date: Wed, 23 Dec 2020 16:53:21 +1100 Subject: [PATCH 3/3] Bump up to 0.2.15. --- .gitignore | 1 + sources | 2 +- xorgxrdp.spec | 7 +++++-- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index d0be86b..bace9eb 100644 --- a/.gitignore +++ b/.gitignore @@ -13,3 +13,4 @@ /xorgxrdp-0.2.12.tar.gz /xorgxrdp-0.2.13.tar.gz /xorgxrdp-0.2.14.tar.gz +/xorgxrdp-0.2.15.tar.gz diff --git a/sources b/sources index 05d25ec..e34e473 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (xorgxrdp-0.2.14.tar.gz) = 9abe7e831215f8922e244da8fdc8b61a2ac1c45ea454419b9176b333d8fc1def866ff5f7121c5d73c0581d3d42bc2225ffeef6f779959e277419ddf9beb5704f +SHA512 (xorgxrdp-0.2.15.tar.gz) = 9bae183f3943701c62056a8dc42e6531b0328527d70849d35c4e4438c56f9fa244ac8e5d483083bdfa5094d777ed9c89c4ca127996f7992a3f32cba89deaf9c0 diff --git a/xorgxrdp.spec b/xorgxrdp.spec index 78a23d9..08f2f7b 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.14 -Release: 4%{?dist} +Version: 0.2.15 +Release: 1%{?dist} Summary: Implementation of xrdp backend as Xorg modules License: MIT @@ -55,6 +55,9 @@ for screen resizing and multiple monitors. %changelog +* Wed Dec 23 2020 Bojan Smojver - 0.2.15-1 +- Bump up to 0.2.15 + * Thu Dec 3 2020 Bojan Smojver - 0.2.14-4 - Rebuild against xorg-x11-server 1.20.10