From 6771b3a6d0876deff02b9069fdf0635853e0cf42 Mon Sep 17 00:00:00 2001 From: Bojan Smojver Date: Tue, 19 Jun 2018 10:39:01 +1000 Subject: [PATCH] Bump up to 0.2.7. --- .gitignore | 1 + sources | 2 +- xorgxrdp.spec | 7 +++++-- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 0775be0..1235951 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ /xorgxrdp-0.2.4.tar.gz /xorgxrdp-0.2.5.tar.gz /xorgxrdp-0.2.6.tar.gz +/xorgxrdp-0.2.7.tar.gz diff --git a/sources b/sources index 69c60e7..835bd89 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (xorgxrdp-0.2.6.tar.gz) = b798b1bb610fa8e1c5280177593763f15aa031920f5ca03455eed1b873678fdb72c5745198ee39901c173b5cf6aa36caf05f5d04593ae602d59f18d523c0c030 +SHA512 (xorgxrdp-0.2.7.tar.gz) = b209f89017b9bcc8386e8690cfb0c59cb6817c37a051f1d6256365afa2d80290f5b162c01b34faab828c811c26d2a26bc9e55eb3925522833bd3a598e67127f3 diff --git a/xorgxrdp.spec b/xorgxrdp.spec index b0747ed..e973cec 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.6 -Release: 3%{?dist} +Version: 0.2.7 +Release: 1%{?dist} Summary: Implementation of xrdp backend as Xorg modules License: MIT @@ -56,6 +56,9 @@ for screen resizing and multiple monitors. %changelog +* Tue Jun 19 2018 Bojan Smojver - 0.2.7-1 +- Bump up to 0.2.7 + * Thu May 17 2018 Bojan Smojver - 0.2.6-3 - Rebuild against Xorg 1.20.0 from F29