Update to 0.10.3

epel8 imports/epel9/xorgxrdp-0.10.3-1.el9
Bojan Smojver 3 weeks ago
parent 8c21f90b47
commit 39a370a3ba

1
.gitignore vendored

@ -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

@ -1 +1 @@
SHA512 (xorgxrdp-0.10.2.tar.gz) = 867e517c53848102641ff60959b9d0ea0d8ce63f7fd0f3871e159c456d67dda09cfaa7cabe0e616c41d90785d888283858be7eb344db902dd2500fb9f315dc9c
SHA512 (xorgxrdp-0.10.3.tar.gz) = ac09a553e151431c70fe5f1b285b5077493e360e065af1092e8e068cc9eb4c7c305a84c71cab6da0622c2003c8d70ece49b2eefa1fb1ae32f0d36de050be079b

@ -1,6 +1,6 @@
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
@ -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.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 <bojan@rexursive.com> - 0.10.3-1
- Bump up to 0.10.3
* Fri Sep 27 2024 Sérgio Basto <sergio@serjux.com> - 0.10.2-2
- Rebuild for rebase of xorg-server to versions 21.1.x

Loading…
Cancel
Save