From 39a370a3ba5347795857b42209edbfb31b4ec8c4 Mon Sep 17 00:00:00 2001 From: Bojan Smojver Date: Tue, 24 Dec 2024 08:31:43 +1100 Subject: [PATCH] Update to 0.10.3 --- .gitignore | 1 + sources | 2 +- xorgxrdp.spec | 13 +++++++++---- 3 files changed, 11 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 44a3ea2..8eca331 100644 --- a/.gitignore +++ b/.gitignore @@ -22,3 +22,4 @@ /xorgxrdp-0.10.0.tar.gz /xorgxrdp-0.10.1.tar.gz /xorgxrdp-0.10.2.tar.gz +/xorgxrdp-0.10.3.tar.gz diff --git a/sources b/sources index 76aa6bc..23162b9 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (xorgxrdp-0.10.2.tar.gz) = 867e517c53848102641ff60959b9d0ea0d8ce63f7fd0f3871e159c456d67dda09cfaa7cabe0e616c41d90785d888283858be7eb344db902dd2500fb9f315dc9c +SHA512 (xorgxrdp-0.10.3.tar.gz) = ac09a553e151431c70fe5f1b285b5077493e360e065af1092e8e068cc9eb4c7c305a84c71cab6da0622c2003c8d70ece49b2eefa1fb1ae32f0d36de050be079b diff --git a/xorgxrdp.spec b/xorgxrdp.spec index 39df799..c10e815 100644 --- a/xorgxrdp.spec +++ b/xorgxrdp.spec @@ -1,16 +1,16 @@ Name: xorgxrdp -Version: 0.10.2 -Release: 2%{?dist} +Version: 0.10.3 +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 -BuildRequires: make +BuildRequires: make BuildRequires: nasm BuildRequires: xorg-x11-server-devel -BuildRequires: xrdp-devel >= 1:0.10.0 +BuildRequires: xrdp-devel >= 1:0.10.2 %if 0%{?fedora} > 0 && 0%{?fedora} <= 24 BuildRequires: libXfont-devel %else @@ -28,6 +28,7 @@ BuildRequires: libtool Conflicts: %{name}-glamor %endif +Requires: xrdp >= 1:0.10.2 Requires: Xorg %(xserver-sdk-abi-requires videodrv 2>/dev/null) Requires: Xorg %(xserver-sdk-abi-requires xinput 2>/dev/null) @@ -37,6 +38,7 @@ Summary: Implementation of xrdp backend as Xorg modules with glamor RemovePathPostfixes: .glamor Conflicts: %{name} +Requires: xrdp >= 1:0.10.2 Requires: Xorg %(xserver-sdk-abi-requires videodrv 2>/dev/null) Requires: Xorg %(xserver-sdk-abi-requires xinput 2>/dev/null) %endif @@ -127,6 +129,9 @@ CFLAGS="$RPM_OPT_FLAGS -I/usr/include/libdrm" \ %endif %changelog +* Mon Dec 16 2024 Bojan Smojver - 0.10.3-1 +- Bump up to 0.10.3 + * Fri Sep 27 2024 Sérgio Basto - 0.10.2-2 - Rebuild for rebase of xorg-server to versions 21.1.x