SPECS: libusb.spec - added urb patch - hack to get threaded apps w...
freetz
freetz at pld-linux.org
Sat Jan 7 14:42:36 CET 2006
Author: freetz Date: Sat Jan 7 13:42:36 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- added urb patch - hack to get threaded apps working again/make use of
new /dev/bus/usb interface introduced in linux 2.6.14
---- Files affected:
SPECS:
libusb.spec (1.27 -> 1.28)
---- Diffs:
================================================================
Index: SPECS/libusb.spec
diff -u SPECS/libusb.spec:1.27 SPECS/libusb.spec:1.28
--- SPECS/libusb.spec:1.27 Fri Dec 9 14:55:08 2005
+++ SPECS/libusb.spec Sat Jan 7 14:42:31 2006
@@ -9,11 +9,12 @@
Summary(pt_BR): libusb - Biblioteca para acesso a devices USB
Name: libusb
Version: 0.1.10a
-Release: 1
+Release: 2
License: LGPL
Group: Libraries
Source0: http://dl.sourceforge.net/libusb/%{name}-%{version}.tar.gz
# Source0-md5: c6062b29acd2cef414bcc34e0decbdd1
+Patch0: %{name}-urb.patch
URL: http://libusb.sourceforge.net/
BuildRequires: autoconf >= 2.59
BuildRequires: automake >= 1:1.7.6
@@ -121,6 +122,7 @@
%prep
%setup -q
+%patch0 -p1
# docbook 4.1 is sufficient (for 4.2 we have only DocBook XML packaged)
%{__perl} -pi -e 's/DocBook V4\.2/DocBook V4.1/' doc/manual.sgml
@@ -189,6 +191,10 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.28 2006/01/07 13:42:31 freetz
+- added urb patch - hack to get threaded apps working again/make use of
+ new /dev/bus/usb interface introduced in linux 2.6.14
+
Revision 1.27 2005/12/09 13:55:08 sparky
- without doc bcond
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/libusb.spec?r1=1.27&r2=1.28&f=u
More information about the pld-cvs-commit
mailing list