From 3242af12d165e7a9aebace5d7bd1f53ed3ff633a76f3396c6ce4914b888360ba Mon Sep 17 00:00:00 2001 From: Stefan Seyfried Date: Tue, 9 Mar 2021 06:39:02 +0000 Subject: [PATCH] Accepting request 877891 from home:seife:branches:vdr switch away from the libusb-compat (0.1) to the maintained libusb 1.0 OBS-URL: https://build.opensuse.org/request/show/877891 OBS-URL: https://build.opensuse.org/package/show/vdr/lirc?expand=0&rev=101 --- lirc.changes | 6 ++++++ lirc.spec | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/lirc.changes b/lirc.changes index 93e187a..944c183 100644 --- a/lirc.changes +++ b/lirc.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sat Feb 20 11:09:50 UTC 2021 - Dirk Müller + +- switch away from the libusb-compat (0.1) to the maintained libusb 1.0 + (lirc has support for both) + ------------------------------------------------------------------- Sat Dec 26 18:33:35 UTC 2020 - d_werner@gmx.net diff --git a/lirc.spec b/lirc.spec index 78e9051..32b0c41 100644 --- a/lirc.spec +++ b/lirc.spec @@ -1,7 +1,7 @@ # # spec file for package lirc # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -46,7 +46,7 @@ BuildRequires: pkgconfig(alsa) BuildRequires: pkgconfig(libftdi1) BuildRequires: pkgconfig(libirman) BuildRequires: pkgconfig(libudev) -BuildRequires: pkgconfig(libusb) +BuildRequires: pkgconfig(libusb-1.0) %if %{with portaudio_drv} BuildRequires: pkgconfig(portaudio-2.0) %endif