- Changed pkgconfig(wlroots) to >= 0.17.0 to clear buildfailure,

due to ambiguous Provides in wlroots

- Added the %check section.
  * duration: add function to enumerate all the available

OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/wf-config?expand=0&rev=11
This commit is contained in:
Ana Guerrero 2024-11-14 08:11:39 +00:00 committed by Git OBS Bridge
parent 7aca7c5422
commit cb78bead1e
2 changed files with 9 additions and 3 deletions

View File

@ -1,7 +1,13 @@
-------------------------------------------------------------------
Wed Nov 13 16:14:50 UTC 2024 - Shawn Dunn <sfalken@opensuse.org>
- 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 <dead_mozay@opensuse.org>
- Added the %check section.
- Added the %check section.
-------------------------------------------------------------------
Mon Aug 26 03:07:01 UTC 2024 - Dead Mozay <dead_mozay@opensuse.org>
@ -11,7 +17,7 @@ Mon Aug 26 03:07:01 UTC 2024 - Dead Mozay <dead_mozay@opensuse.org>
* 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.
-------------------------------------------------------------------

View File

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