SHA256
1
0
forked from pool/waybar

Accepting request 1032595 from home:uncomfyhalomacro:branches:X11:Wayland

- Fix spec file to use catch2 >= 3.0

OBS-URL: https://build.opensuse.org/request/show/1032595
OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/waybar?expand=0&rev=80
This commit is contained in:
Michael Vetter 2022-11-02 08:42:38 +00:00 committed by Git OBS Bridge
parent 000eb45159
commit e788e6e950
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Nov 1 03:00:49 UTC 2022 - Soc Virnyl Estela <socvirnyl.estela@gmail.com>
- Fix spec file to use catch2 >= 3.0
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Oct 27 06:52:06 UTC 2022 - Michael Vetter <mvetter@suse.com> Thu Oct 27 06:52:06 UTC 2022 - Michael Vetter <mvetter@suse.com>

View File

@ -38,7 +38,7 @@ BuildRequires: meson
BuildRequires: ninja BuildRequires: ninja
BuildRequires: pkgconfig BuildRequires: pkgconfig
# test dependency # test dependency
BuildRequires: pkgconfig(catch2) < 3.0 BuildRequires: pkgconfig(catch2) >= 3.0
BuildRequires: sndio-devel >= 1.7.0 BuildRequires: sndio-devel >= 1.7.0
# optional: man pages # optional: man pages
BuildRequires: scdoc BuildRequires: scdoc