diff --git a/.gitignore b/.gitignore index 02f3261..c0efb80 100644 --- a/.gitignore +++ b/.gitignore @@ -18,3 +18,4 @@ /xorgxrdp-0.2.17.tar.gz /xorgxrdp-0.2.18.tar.gz /xorgxrdp-0.9.19.tar.gz +/xorgxrdp-0.9.20.tar.gz diff --git a/sources b/sources index 2adc2ca..8a5dab9 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (xorgxrdp-0.9.19.tar.gz) = ddde47133df70dc401bc6ce29c2d2562dec47e8c81cdd3415a185396f2db75d663586b426aa36b27f696ed9e046cbb4a4c05553b64688a36ec0bd6966c527667 +SHA512 (xorgxrdp-0.9.20.tar.gz) = 95741ea7eab252d366b4961654014f29fdb5c71347feb59298a32e2bbb2e8e20b68f322a59177e5c49d89147f24b651171307662dde0f6ed892fd078a42c2ac9 diff --git a/xorgxrdp.spec b/xorgxrdp.spec index ccdcae2..3862a1b 100644 --- a/xorgxrdp.spec +++ b/xorgxrdp.spec @@ -1,6 +1,6 @@ Name: xorgxrdp -Version: 0.9.19 -Release: 8%{?dist} +Version: 0.9.20 +Release: 1%{?dist} Summary: Implementation of xrdp backend as Xorg modules License: MIT @@ -10,7 +10,7 @@ Source0: https://github.com/neutrinolabs/xorgxrdp/releases/download/v%{ve BuildRequires: make BuildRequires: nasm BuildRequires: xorg-x11-server-devel -BuildRequires: xrdp-devel >= 1:0.9.17 +BuildRequires: xrdp-devel >= 1:0.9.25 %if 0%{?fedora} > 0 && 0%{?fedora} <= 24 BuildRequires: libXfont-devel %else @@ -127,6 +127,9 @@ CFLAGS="$RPM_OPT_FLAGS -I/usr/include/libdrm" \ %endif %changelog +* Tue Mar 12 2024 Bojan Smojver - 0.9.20-1 +- Bump up to 0.9.20 + * Sat Jan 27 2024 Fedora Release Engineering - 0.9.19-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild