File project.diff of Package libusb
--- libusb.changes.orig
+++ libusb.changes
@@ -1,4 +1,9 @@
-------------------------------------------------------------------
+Wed Dec 9 16:07:30 CET 2009 - sbrabec@suse.cz
+
+- Support for debugging of usb_control_msg usb_*_read/write.
+
+-------------------------------------------------------------------
Thu Dec 3 11:23:15 CET 2009 - sbrabec@suse.cz
- Fixed spec preamble to conform the new rpm format.
--- libusb.spec.orig
+++ libusb.spec
@@ -29,6 +29,7 @@ Version: 0.1.12
Release: 139
Source: %{name}-%{version}.tar.bz2
Patch: libusb-autoreconf.patch
+Patch1: libusb0-debug-more.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%define debug_package_requires libusb-0_1-4 = %{version}-%{release}
@@ -109,6 +110,7 @@ Authors:
%prep
%setup -q
%patch
+%patch1 -p1
%build
autoreconf -f -i