diff --git a/wf-config.changes b/wf-config.changes index 9185b43..ee43e06 100644 --- a/wf-config.changes +++ b/wf-config.changes @@ -1,7 +1,13 @@ +------------------------------------------------------------------- +Wed Nov 13 16:14:50 UTC 2024 - Shawn Dunn + +- Changed pkgconfig(wlroots) to >= 0.17.0 to clear buildfailure, + due to ambiguous Provides in wlroots + ------------------------------------------------------------------- Mon Aug 26 03:29:50 UTC 2024 - Dead Mozay -- Added the %check section. +- Added the %check section. ------------------------------------------------------------------- Mon Aug 26 03:07:01 UTC 2024 - Dead Mozay @@ -11,7 +17,7 @@ Mon Aug 26 03:07:01 UTC 2024 - Dead Mozay * activators: add extension type bindings. * make glm work. * log: use localtime_r instead of std::localtime. - * duration: add function to enumerate all the available + * duration: add function to enumerate all the available smoothing functions. ------------------------------------------------------------------- diff --git a/wf-config.spec b/wf-config.spec index 01b3a73..a8117b7 100644 --- a/wf-config.spec +++ b/wf-config.spec @@ -32,7 +32,7 @@ BuildRequires: pkgconfig(doctest) BuildRequires: pkgconfig(glm) BuildRequires: pkgconfig(libxml-2.0) BuildRequires: pkgconfig(libevdev) -BuildRequires: pkgconfig(wlroots) >= 0.16.0 +BuildRequires: pkgconfig(wlroots) >= 0.17.0 %description A library for managing configuration files, written for wayfire.