From 9690d96530f47954f9dea43fae31161bcf3f7cc8 Mon Sep 17 00:00:00 2001 From: Bojan Smojver Date: Wed, 23 Dec 2020 16:53:21 +1100 Subject: [PATCH] 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