diff --git a/.gitignore b/.gitignore index 325b783..8e65fb0 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ /xorgxrdp-0.2.2.tar.gz /xorgxrdp-0.2.3.tar.gz /xorgxrdp-0.2.4.tar.gz +/xorgxrdp-0.2.5.tar.gz diff --git a/sources b/sources index d0c4b18..1eed855 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (xorgxrdp-0.2.4.tar.gz) = 77062efc84061dd01f3fc96e96e805308988ad80d5b40f06a86e0d8a9e92fa96b63455ba4e1671b6073d783429add7184bb44e984ce503c6186267873916c213 +SHA512 (xorgxrdp-0.2.5.tar.gz) = 0b2d6fcd7675703707221ff2ac3dd7674f1536c8f373d7f7c730e1cb13e0001a01dd8b75c00bea6fc2cecad64454442faaa1625c69165247a66a13f60c25328e diff --git a/xorgxrdp.spec b/xorgxrdp.spec index dbfc0d8..ce608b1 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.4 -Release: 5%{?dist} +Version: 0.2.5 +Release: 1%{?dist} Summary: Implementation of xrdp backend as Xorg modules License: MIT @@ -56,6 +56,9 @@ for screen resizing and multiple monitors. %changelog +* Sat Dec 16 2017 Bojan Smojver - 0.2.5-1 +- Bump up to 0.2.5 + * Fri Oct 13 2017 Bojan Smojver - 0.2.4-5 - Bump and rebuild against latest xorg-x11-server