automatic version update by autodist [release 24.1.0-1mamba;Sun Jun 02 2024]

This commit is contained in:
Automatic Build System 2024-06-06 15:55:06 +02:00
parent cf7a3e5133
commit 6b14776f33
2 changed files with 16 additions and 3 deletions

View File

@ -0,0 +1,10 @@
--- xwayland-24.1.0/os/osdep.h.orig 2024-06-06 10:31:34.996961033 +0200
+++ xwayland-24.1.0/os/osdep.h 2024-06-06 10:31:53.318990923 +0200
@@ -60,6 +60,7 @@
#include <limits.h>
#include <stddef.h>
#include <X11/Xos.h>
+#include <X11/Xmd.h>
/* If EAGAIN and EWOULDBLOCK are distinct errno values, then we check errno
* for both EAGAIN and EWOULDBLOCK, because some supposedly POSIX

View File

@ -1,5 +1,5 @@
Name: xwayland
Version: 23.2.6
Version: 24.1.0
Release: 1mamba
Summary: X.org X Server that runs under Wayland
Group: System/X11
@ -8,6 +8,7 @@ Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: https://wayland.freedesktop.org/xserver.html
Source: https://xorg.freedesktop.org/archive/individual/xserver/xwayland-%{version}.tar.xz
Patch0: xwayland-24.1.0-x86-fix-undefined-CARD32.patch
License: https://xorg.freedesktop.org
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
@ -24,7 +25,6 @@ BuildRequires: libmd-devel
BuildRequires: libmesa-devel
BuildRequires: libpixman-devel
BuildRequires: libselinux-devel
BuildRequires: libsystemd-devel
BuildRequires: libtirpc-devel
BuildRequires: libwayland-devel
BuildRequires: libxcvt-devel
@ -41,6 +41,7 @@ X.org X Server that runs under Wayland.
%prep
%setup -q
%patch 0 -p1
%build
%meson \
@ -49,7 +50,6 @@ X.org X Server that runs under Wayland.
-D xdmcp=false \
-D xcsecurity=true \
-D dri3=true \
-D xwayland_eglstream=true \
-D glamor=true \
-D xkb_dir=%{_datadir}/X11/xkb \
-D xkb_output_dir=%{_sysconfdir}/X11/xkb/compiled
@ -75,6 +75,9 @@ rm -f %{buildroot}%{_libdir}/xorg/protocol.txt
%doc COPYING
%changelog
* Sun Jun 02 2024 Automatic Build System <autodist@openmamba.org> 24.1.0-1mamba
- automatic version update by autodist
* Fri Apr 26 2024 Automatic Build System <autodist@openmamba.org> 23.2.6-1mamba
- automatic version update by autodist