From 3bd45eb6e8cd87ba643dac30bc76b68f2e372515580a58c8dfc407e8dee29e57 Mon Sep 17 00:00:00 2001 From: Dead Mozay Date: Wed, 13 Nov 2024 02:49:21 +0000 Subject: [PATCH] - Change BuildRequires: to wlroots >= 0.17.0 to clear unresolvable build * A lot of effort in this release went into improving OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/wayfire?expand=0&rev=14 --- wayfire.changes | 8 +++++++- wayfire.spec | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/wayfire.changes b/wayfire.changes index 6265299..3b178c4 100644 --- a/wayfire.changes +++ b/wayfire.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Nov 13 00:37:13 UTC 2024 - Shawn Dunn + +- Change BuildRequires: to wlroots >= 0.17.0 to clear unresolvable + build + ------------------------------------------------------------------- Mon Aug 26 03:14:01 UTC 2024 - Dead Mozay @@ -5,7 +11,7 @@ Mon Aug 26 03:14:01 UTC 2024 - Dead Mozay * session-lock-v1 protocol. * Bindings following the current layout. * Animation easings. - * A lot of effort in this release went into improving + * A lot of effort in this release went into improving the IPC socket. * CSS theming in wf-shell. * improving and adding even more plugins. diff --git a/wayfire.spec b/wayfire.spec index b46527c..53bba66 100644 --- a/wayfire.spec +++ b/wayfire.spec @@ -56,7 +56,7 @@ BuildRequires: pkgconfig(wayland-cursor) BuildRequires: pkgconfig(wayland-protocols) >= 1.12 BuildRequires: pkgconfig(wayland-server) BuildRequires: pkgconfig(wf-config) >= %{major_ver} -BuildRequires: pkgconfig(wlroots) >= 0.16.0 +BuildRequires: pkgconfig(wlroots) >= 0.17.0 BuildRequires: pkgconfig(xkbcommon) BuildRequires: pkgconfig(xwayland) Recommends: wayfire-config-manager