From e788e6e95072abb3035e930fefcab2e871b11afe1c0c2889d6a8b90e3e7c2aed Mon Sep 17 00:00:00 2001 From: Michael Vetter Date: Wed, 2 Nov 2022 08:42:38 +0000 Subject: [PATCH] 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 --- waybar.changes | 5 +++++ waybar.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/waybar.changes b/waybar.changes index 3443e21..74cd88e 100644 --- a/waybar.changes +++ b/waybar.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Nov 1 03:00:49 UTC 2022 - Soc Virnyl Estela + +- Fix spec file to use catch2 >= 3.0 + ------------------------------------------------------------------- Thu Oct 27 06:52:06 UTC 2022 - Michael Vetter diff --git a/waybar.spec b/waybar.spec index e5a6cb6..90fdf50 100644 --- a/waybar.spec +++ b/waybar.spec @@ -38,7 +38,7 @@ BuildRequires: meson BuildRequires: ninja BuildRequires: pkgconfig # test dependency -BuildRequires: pkgconfig(catch2) < 3.0 +BuildRequires: pkgconfig(catch2) >= 3.0 BuildRequires: sndio-devel >= 1.7.0 # optional: man pages BuildRequires: scdoc