From 79452948ff36b91e1925569ab26d4786c7504084 Mon Sep 17 00:00:00 2001 From: Jindrich Novy Date: Jan 27 2006 09:25:47 +0000 Subject: - change device search order, /dev/bus/usb is tried first, then /proc/bus/usb, and never try /sys/bus/usb (#178994) --- diff --git a/libusb.spec b/libusb.spec index 68d2b34..c0670a2 100644 --- a/libusb.spec +++ b/libusb.spec @@ -1,9 +1,10 @@ Summary: A library which allows userspace access to USB devices. Name: libusb Version: 0.1.11 -Release: 1 +Release: 2 Source0: http://prdownloads.sourceforge.net/libusb/%{name}-%{version}.tar.gz Patch0: libusb-0.1.11-format.patch +Patch1: libusb-0.1.11-searchorder.patch License: LGPL Group: System Environment/Libraries BuildRoot: %{_tmppath}/%{name}-%{version}-root @@ -27,6 +28,7 @@ develop applications that use libusb. %prep %setup -q %patch0 -p1 -b .format +%patch1 -p1 -b .searchorder # Fix libdir in configure.in. mv -f configure.in configure.in.old @@ -71,6 +73,10 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Fri Jan 27 2006 Jindrich Novy 0.1.11-2 +- change device search order, /dev/bus/usb is tried first, + then /proc/bus/usb, and never try /sys/bus/usb (#178994) + * Fri Jan 20 2006 Jindrich Novy 0.1.11-1 - 0.1.11 - require pkgconfig, package libusb.pc