Bump up to 0.9.11.

This commit is contained in:
Bojan Smojver 2019-08-22 22:11:46 +10:00
parent b3f30b29e2
commit ec60b4cc96
3 changed files with 7 additions and 3 deletions

1
.gitignore vendored
View File

@ -13,3 +13,4 @@ xrdp-cvs-03-17-2010.tar.gz
/xrdp-0.9.8.tar.gz
/xrdp-0.9.9.tar.gz
/xrdp-0.9.10.tar.gz
/xrdp-0.9.11.tar.gz

View File

@ -1 +1 @@
SHA512 (xrdp-0.9.10.tar.gz) = ae84a66ec92de5ef4bf534c3b06772f52ea285b2408e1b9fab27c1fb79a20281771ef8480453bcc1bc793776f48f99ef3b04f6c6701914a62770608f23914973
SHA512 (xrdp-0.9.11.tar.gz) = a025b504b8cc2c702514e200669a9d3952ccf22655036c088375d19b48581691d509d451050a5b72304134e1755c446d9a86a246ce760f9e797dc23d34158c45

View File

@ -12,8 +12,8 @@
Summary: Open source remote desktop protocol (RDP) server
Name: xrdp
Epoch: 1
Version: 0.9.10
Release: 3%{?dist}
Version: 0.9.11
Release: 1%{?dist}
License: ASL 2.0
URL: http://www.xrdp.org/
Source0: https://github.com/neutrinolabs/xrdp/releases/download/v%{version}/xrdp-%{version}.tar.gz
@ -267,6 +267,9 @@ fi
%{_datadir}/selinux/*/%{name}.pp
%changelog
* Thu Aug 22 2019 Bojan Smojver <bojan@rexurive.com> - 1:0.9.11-1
- Bump up to 0.9.11
* Sat Aug 10 2019 Bojan Smojver <bojan@rexurive.com> - 1:0.9.10-3
- Make sure rsakeys.ini exists (bug #1739176).