From 5e9d88910f878b20bcadc15af7fb2e25c25d958d95317a8a7e308bbaa042290e Mon Sep 17 00:00:00 2001 From: Michael Vetter Date: Sun, 22 Dec 2019 16:55:24 +0000 Subject: [PATCH] Accepting request 758293 from home:dimstar:Factory - BuildRequire pkgconfig(libudev) instead of libudev-devel: Allow OBS to shortcut through the -mini flavors. OBS-URL: https://build.opensuse.org/request/show/758293 OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/waybar?expand=0&rev=32 --- waybar.changes | 6 ++++++ waybar.spec | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/waybar.changes b/waybar.changes index b8e3b2f..4cf3a29 100644 --- a/waybar.changes +++ b/waybar.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Dec 19 16:16:29 UTC 2019 - Dominique Leuenberger + +- BuildRequire pkgconfig(libudev) instead of libudev-devel: + Allow OBS to shortcut through the -mini flavors. + ------------------------------------------------------------------- Mon Sep 23 17:47:41 UTC 2019 - Bjørn Lie diff --git a/waybar.spec b/waybar.spec index a494332..7b4f671 100644 --- a/waybar.spec +++ b/waybar.spec @@ -1,7 +1,7 @@ # # spec file for package waybar # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -25,7 +25,6 @@ Group: System/GUI/Other URL: https://github.com/Alexays/Waybar Source: %{url}/archive/%{version}.tar.gz BuildRequires: gcc-c++ -BuildRequires: libudev-devel BuildRequires: meson BuildRequires: ninja BuildRequires: pkgconfig @@ -34,6 +33,7 @@ BuildRequires: pkgconfig(gio-unix-2.0) BuildRequires: pkgconfig(gtkmm-3.0) BuildRequires: pkgconfig(jsoncpp) BuildRequires: pkgconfig(libinput) +BuildRequires: pkgconfig(libudev) BuildRequires: pkgconfig(sigc++-2.0) BuildRequires: pkgconfig(spdlog) BuildRequires: pkgconfig(wayland-client)