diff --git a/.gitignore b/.gitignore index 3255975..8b3b0f5 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /xwayland-run-0.0.2.tar.gz +/xwayland-run-0.0.4.tar.bz2 diff --git a/sources b/sources index 1bb0204..e8a113a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (xwayland-run-0.0.2.tar.gz) = ac38c60c08c8c4140260094ca31bf215556d83393653725495364172bf7eb137093195ab6668683e199e758d7478c6aa264ad99942c40b7911899687e9c202c4 +SHA512 (xwayland-run-0.0.4.tar.bz2) = e77e78b56993830f5d180017eb1c5a6f37067b3c96700bcc7886d3fec201afb4f81a49ff2d127e34355e712915702f5c6f26a9a229a2e9102465fb42112755e2 diff --git a/xwayland-run.spec b/xwayland-run.spec index 428b19f..ea7a65b 100644 --- a/xwayland-run.spec +++ b/xwayland-run.spec @@ -1,14 +1,11 @@ Name: xwayland-run -Version: 0.0.2 -Release: 5%{?dist} +Version: 0.0.4 +Release: 1%{?dist} Summary: Set of utilities to run headless X/Wayland clients License: GPL-2.0-or-later URL: https://gitlab.freedesktop.org/ofourdan/xwayland-run -Source0: %{url}/-/archive/%{version}/%{name}-%{version}.tar.gz - -# Backport from upstream -Patch0001: 0001-wlheadless-Add-support-for-kwin.patch +Source0: %{url}/-/archive/%{version}/%{name}-%{version}.tar.bz2 BuildArch: noarch @@ -17,6 +14,8 @@ BuildRequires: git-core BuildRequires: python3-devel Requires: (weston or cage or kwin-wayland or mutter or gnome-kiosk) Requires: xorg-x11-server-Xwayland +Requires: xorg-x11-xauth +Requires: dbus-daemon # Provide names of the other utilities included Provides: wlheadless-run = %{version}-%{release} @@ -32,7 +31,7 @@ Xwayland and various Wayland compositor headless. %build -%meson +%meson -Dcompositor=mutter %meson_build @@ -54,6 +53,14 @@ Xwayland and various Wayland compositor headless. %changelog +* Mon Jul 1 2024 Olivier Fourdan - 0.0.4-1 +- Update to 0.0.4 +- Require xorg-x11-xauth and dbus-daemon +- Use mutter as default compositor if none is specified + +* Mon Jun 24 2024 Troy Dawson - 0.0.2-5 +- Bump release for June 2024 mass rebuild + * Mon Jun 24 2024 Troy Dawson - 0.0.2-5 - Bump release for June 2024 mass rebuild