From 672c2eafa84b632a7f457f12dd058448765af26813c7148c209993a067e5d8e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Mon, 3 Feb 2020 15:05:27 +0000 Subject: [PATCH] Accepting request 769591 from home:dimstar:Factory Shortcut through -mini OBS-URL: https://build.opensuse.org/request/show/769591 OBS-URL: https://build.opensuse.org/package/show/hardware/hidapi?expand=0&rev=9 --- hidapi.changes | 6 ++++++ hidapi.spec | 6 +++--- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/hidapi.changes b/hidapi.changes index 326a8bf..9f845d9 100644 --- a/hidapi.changes +++ b/hidapi.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Feb 3 13:53:41 UTC 2020 - Dominique Leuenberger + +- BuildRequire pkgconfig(libudev) instead of libudev-devel: allow + OBS to shortcut through the -mini flavors. + ------------------------------------------------------------------- Mon Jul 22 08:54:03 UTC 2019 - Matwey Kornilov diff --git a/hidapi.spec b/hidapi.spec index 1ceb660..44e69b9 100644 --- a/hidapi.spec +++ b/hidapi.spec @@ -1,7 +1,7 @@ # # spec file for package hidapi # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -24,7 +24,7 @@ Release: 0 Summary: Simple library for communicating with USB and Bluetooth HID devices License: GPL-3.0-or-later OR BSD-3-Clause Group: System/Libraries -Url: https://github.com/libusb/hidapi +URL: https://github.com/libusb/hidapi Source: https://github.com/libusb/hidapi/archive/%{name}-%{version}.tar.gz # PATCH-FIX-OPENSUSE do_not_install_docs.patch -- don't let make install put files into /usr/share/doc/packages Patch0: do_not_install_docs.patch @@ -32,10 +32,10 @@ BuildRequires: autoconf BuildRequires: automake BuildRequires: gcc-c++ BuildRequires: libtool -BuildRequires: libudev-devel BuildRequires: libusb-1_0-devel BuildRequires: make BuildRequires: pkg-config +BuildRequires: pkgconfig(libudev) BuildRoot: %{_tmppath}/%{name}-%{version}-build %description