From 45ef53b08231c409acfe4e5efdb1bbecd8e24390 Mon Sep 17 00:00:00 2001 From: Bojan Smojver Date: Tue, 29 Dec 2020 10:20:37 +1100 Subject: [PATCH] Bump up to 0.9.15. --- .gitignore | 1 + sources | 2 +- xrdp.spec | 7 +++++-- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index f5f8d8a..0c641a2 100644 --- a/.gitignore +++ b/.gitignore @@ -18,3 +18,4 @@ xrdp-cvs-03-17-2010.tar.gz /xrdp-0.9.13.tar.gz /xrdp-0.9.13.1.tar.gz /xrdp-0.9.14.tar.gz +/xrdp-0.9.15.tar.gz diff --git a/sources b/sources index 92eda94..922a48e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (xrdp-0.9.14.tar.gz) = 5c0a8f8b25e8482ac871e227227c030521df5af2bb7ab0f5000888a02969aae8c275e7b9b1b1d42cb83ffd86e6dc1f9eef1b254bf3984f9a1eb48623bfb0a2ef +SHA512 (xrdp-0.9.15.tar.gz) = 5adc9f1ed2046d0c8c96e3ac4701b2e12b303fcb4ba22708e78398d4be32220b91a38d9425ddfebfad76045e14ed2d7886ed2b644971678101349b0ea0c479a6 diff --git a/xrdp.spec b/xrdp.spec index 2ae6069..46f3d93 100644 --- a/xrdp.spec +++ b/xrdp.spec @@ -12,8 +12,8 @@ Summary: Open source remote desktop protocol (RDP) server Name: xrdp Epoch: 1 -Version: 0.9.14 -Release: 3%{?dist} +Version: 0.9.15 +Release: 1%{?dist} License: ASL 2.0 and GPLv2+ and MIT URL: http://www.xrdp.org/ Source0: https://github.com/neutrinolabs/xrdp/releases/download/v%{version}/xrdp-%{version}.tar.gz @@ -280,6 +280,9 @@ fi %{_datadir}/selinux/*/%{name}.pp %changelog +* Tue Dec 29 2020 Bojan Smojver - 1:0.9.15-1 +- Bump up to 0.9.15 + * Tue Sep 1 2020 Bojan Smojver - 1:0.9.14-3 - Add a patch for uninitialised variables, courtesy of Dan HorĂ¡k