From c02bb3586b4ce654db0c05a79154b980de8d402a Mon Sep 17 00:00:00 2001 From: DistroBaker Date: Tue, 2 Feb 2021 12:45:26 +0000 Subject: [PATCH] Merged update from upstream sources This is an automated DistroBaker update from upstream sources. If you do not know what this is about or would like to opt out, contact the OSCI team. Source: https://src.fedoraproject.org/rpms/libusbx.git#5db9327a030dff43df05c88ffad9ee6c7acc3f08 --- libusbx.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/libusbx.spec b/libusbx.spec index 0af8b4f..83490e5 100644 --- a/libusbx.spec +++ b/libusbx.spec @@ -1,7 +1,7 @@ Summary: Library for accessing USB devices Name: libusbx Version: 1.0.23 -Release: 2%{?dist} +Release: 3%{?dist} # upstream libusbx has merged back with libusb and is now called libusb again # but we already have a libusb package for the old libusb-compat-0.1, renaming # that to libusb-compat while at the same time giving this its name is a bit @@ -10,6 +10,7 @@ Source0: https://github.com/libusb/libusb/releases/download/v%{version}/l License: LGPLv2+ URL: http://libusb.info BuildRequires: systemd-devel doxygen libtool +BuildRequires: make Provides: libusb1 = %{version}-%{release} Obsoletes: libusb1 <= 1.0.9 @@ -118,6 +119,9 @@ LD_LIBRARY_PATH=libusb/.libs $RPM_BUILD_ROOT%{_bindir}/libusb-example-listdevs %changelog +* Tue Jan 26 2021 Fedora Release Engineering - 1.0.23-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + * Tue Jul 28 2020 Fedora Release Engineering - 1.0.23-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild