diff --git a/.gitignore b/.gitignore index c0efb80..4da05b5 100644 --- a/.gitignore +++ b/.gitignore @@ -19,3 +19,4 @@ /xorgxrdp-0.2.18.tar.gz /xorgxrdp-0.9.19.tar.gz /xorgxrdp-0.9.20.tar.gz +/xorgxrdp-0.10.0.tar.gz diff --git a/sources b/sources index 8a5dab9..1fb1699 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (xorgxrdp-0.9.20.tar.gz) = 95741ea7eab252d366b4961654014f29fdb5c71347feb59298a32e2bbb2e8e20b68f322a59177e5c49d89147f24b651171307662dde0f6ed892fd078a42c2ac9 +SHA512 (xorgxrdp-0.10.0.tar.gz) = 3392c526b3287c9865e0526c23245a18c476344d71842d42e53f3fcef5baab20049532625fd3ba3c63dff60c53ab960ad37d1bebd7a6e74693c57e585cd1d1be diff --git a/xorgxrdp.spec b/xorgxrdp.spec index e7fec9b..d2ef411 100644 --- a/xorgxrdp.spec +++ b/xorgxrdp.spec @@ -1,6 +1,6 @@ Name: xorgxrdp -Version: 0.9.20 -Release: 1%{?dist} +Version: 0.10.0 +Release: 3%{?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.25 +BuildRequires: xrdp-devel >= 1:0.10.0 %if 0%{?fedora} > 0 && 0%{?fedora} <= 24 BuildRequires: libXfont-devel %else @@ -127,9 +127,18 @@ CFLAGS="$RPM_OPT_FLAGS -I/usr/include/libdrm" \ %endif %changelog +* Tue May 14 2024 Bojan Smojver - 0.10.0-3 +- Rebuild against xrdp 0.10.0 + +* Wed Apr 03 2024 Bojan Smojver - 0.10.0-2 +- Rebuild against xrdp 0.10.0-beta.2 + * Tue Mar 12 2024 Bojan Smojver - 0.9.20-1 - Bump up to 0.9.20 +* Mon Mar 11 2024 Bojan Smojver - 0.10.0-1 +- Update to 0.10.0 + * Sat Jan 27 2024 Fedora Release Engineering - 0.9.19-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild