diff --git a/.gitignore b/.gitignore index 8e65fb0..0775be0 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ /xorgxrdp-0.2.3.tar.gz /xorgxrdp-0.2.4.tar.gz /xorgxrdp-0.2.5.tar.gz +/xorgxrdp-0.2.6.tar.gz diff --git a/sources b/sources index 1eed855..69c60e7 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (xorgxrdp-0.2.5.tar.gz) = 0b2d6fcd7675703707221ff2ac3dd7674f1536c8f373d7f7c730e1cb13e0001a01dd8b75c00bea6fc2cecad64454442faaa1625c69165247a66a13f60c25328e +SHA512 (xorgxrdp-0.2.6.tar.gz) = b798b1bb610fa8e1c5280177593763f15aa031920f5ca03455eed1b873678fdb72c5745198ee39901c173b5cf6aa36caf05f5d04593ae602d59f18d523c0c030 diff --git a/xorgxrdp.spec b/xorgxrdp.spec index b25f03c..a6ec257 100644 --- a/xorgxrdp.spec +++ b/xorgxrdp.spec @@ -1,14 +1,13 @@ %global xorg_server_version %(pkg-config --silence-errors --modversion xorg-server 2>/dev/null || echo 65536) Name: xorgxrdp -Version: 0.2.5 -Release: 4%{?dist} +Version: 0.2.6 +Release: 1%{?dist} Summary: Implementation of xrdp backend as Xorg modules License: MIT URL: https://github.com/neutrinolabs/xorgxrdp Source0: https://github.com/neutrinolabs/xorgxrdp/releases/download/v%{version}/%{name}-%{version}.tar.gz -Patch1: xorgxrdp-0.2.5-gamma.patch BuildRequires: nasm BuildRequires: xorg-x11-server-devel @@ -57,6 +56,9 @@ for screen resizing and multiple monitors. %changelog +* Sun Mar 25 2018 Bojan Smojver - 0.2.6-1 +- Bump up to 0.2.6 + * Fri Feb 09 2018 Fedora Release Engineering - 0.2.5-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild