From 9a777ce06712181b6d08ef00a231940b257739e9 Mon Sep 17 00:00:00 2001 From: Bojan Smojver Date: Tue, 12 Mar 2024 09:31:32 +1100 Subject: [PATCH 1/2] Initial work on build of 0.10.0 --- xorgxrdp.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/xorgxrdp.spec b/xorgxrdp.spec index 641df6d..913f376 100644 --- a/xorgxrdp.spec +++ b/xorgxrdp.spec @@ -1,6 +1,6 @@ Name: xorgxrdp -Version: 0.9.19 -Release: 7%{?dist} +Version: 0.10.0 +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.10.0 %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 +* Mon Mar 11 2024 Bojan Smojver - 0.10.0-1 +- Update to 0.10.0 + * Wed Jul 26 2023 Bojan Smojver - 0.9.19-7 - run autoreconf before build, to avoid problems on F39 From 723e85d3374b804b1279ee48ed6251c3f58d1997 Mon Sep 17 00:00:00 2001 From: Bojan Smojver Date: Wed, 3 Apr 2024 11:33:20 +1100 Subject: [PATCH 2/2] Rebuild against xrdp 0.10.0-beta.2 --- xorgxrdp.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xorgxrdp.spec b/xorgxrdp.spec index 913f376..47e3f14 100644 --- a/xorgxrdp.spec +++ b/xorgxrdp.spec @@ -1,6 +1,6 @@ Name: xorgxrdp Version: 0.10.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Implementation of xrdp backend as Xorg modules License: MIT @@ -127,6 +127,9 @@ CFLAGS="$RPM_OPT_FLAGS -I/usr/include/libdrm" \ %endif %changelog +* Wed Apr 03 2024 Bojan Smojver - 0.10.0-2 +- Rebuild against xrdp 0.10.0-beta.2 + * Mon Mar 11 2024 Bojan Smojver - 0.10.0-1 - Update to 0.10.0