diff --git a/openocd.changes b/openocd.changes index 4be476e..e5fe2ea 100644 --- a/openocd.changes +++ b/openocd.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Feb 3 15:14:43 UTC 2020 - Dominique Leuenberger + +- BuildRequire pkgconfig(libudev) instead of libudev-devel: allow + OBS to shortcut through the -mini flavors. + ------------------------------------------------------------------- Sun Mar 19 11:31:10 UTC 2017 - afaerber@suse.de diff --git a/openocd.spec b/openocd.spec index e3bbde4..8158ad1 100644 --- a/openocd.spec +++ b/openocd.spec @@ -1,7 +1,7 @@ # # spec file for package openocd # -# Copyright (c) 2017 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 @@ -12,7 +12,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # @@ -29,9 +29,9 @@ Name: openocd Version: 0.10.0 Release: 0 Summary: Debugging, in-system programming and boundary-scan testing for embedded devices -License: GPL-2.0 +License: GPL-2.0-only Group: Development/Tools/Debuggers -Url: http://openocd.sourceforge.net/ +URL: http://openocd.sourceforge.net/ Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.bz2 Source1: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.bz2.sig Source2: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.bz2.sha1 @@ -48,10 +48,10 @@ BuildRequires: libhidapi-devel BuildRequires: libjaylink-devel %endif BuildRequires: libtool -BuildRequires: libudev-devel BuildRequires: libusb-compat-devel BuildRequires: makeinfo BuildRequires: pkg-config >= 0.23 +BuildRequires: pkgconfig(libudev) BuildRequires: pkgconfig(libusb-1.0) BuildRequires: pkgconfig(udev) Requires: %{name}-data = %{version}