From 6972374aad585ee58c2228f451dce4267c6d2c77 Mon Sep 17 00:00:00 2001 From: Bojan Smojver Date: Aug 16 2019 01:53:28 +0000 Subject: Bump up to 0.2.11. --- diff --git a/.gitignore b/.gitignore index 7aaf109..e9e089d 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,4 @@ /xorgxrdp-0.2.8.tar.gz /xorgxrdp-0.2.9.tar.gz /xorgxrdp-0.2.10.tar.gz +/xorgxrdp-0.2.11.tar.gz diff --git a/sources b/sources index 560fe00..52fa273 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (xorgxrdp-0.2.10.tar.gz) = 5df225b5e2b2b4ba9aa11244f76c6f09c0324bca7bf86ebf56f4e2230ee0cf80da808e16bbec1a750d5a3d0da057459a6ed82ff238a47228f6384b31114ebbde +SHA512 (xorgxrdp-0.2.11.tar.gz) = be63f206b8af062d131126c8137fc7cdb41f965ce4ee5ed83df2baf6881d6e095aad6766899eda8669dfc2c301a84bbc540f85c34ffdf8553a63a5cde96be898 diff --git a/xorgxrdp.spec b/xorgxrdp.spec index 9fb6296..2540e80 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.10 -Release: 4%{?dist} +Version: 0.2.11 +Release: 1%{?dist} Summary: Implementation of xrdp backend as Xorg modules License: MIT @@ -55,6 +55,9 @@ for screen resizing and multiple monitors. %changelog +* Fri Aug 16 2019 Bojan Smojver - 0.2.11-1 +- Bump up to 0.2.11 + * Sat Aug 10 2019 Bojan Smojver - 0.2.10-4 - Add RHEL8/EPEL8 conditional.