diff --git a/libusb.spec b/libusb.spec index 64a27e8..776c12a 100644 --- a/libusb.spec +++ b/libusb.spec @@ -1,7 +1,7 @@ Summary: A library which allows userspace access to USB devices Name: libusb Version: 0.1.12 -Release: 18%{?dist} +Release: 19%{?dist} Source0: http://prdownloads.sourceforge.net/libusb/%{name}-%{version}.tar.gz Patch0: libusb-0.1.12-libusbconfig.patch Patch1: libusb-0.1.12-memset.patch @@ -44,7 +44,7 @@ This package contains static libraries to develop applications that use libusb. %patch1 -p1 -b .memset %patch2 -p1 -b .openat #%patch3 -p0 -b .wakeups -%patch4 -p1 -b .concurrency-timeout +#%patch4 -p1 -b .concurrency-timeout %build autoconf @@ -84,6 +84,10 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/*.a %changelog +* Tue Oct 14 2008 Jindrich Novy 0.1.12-19 +- don't apply the concurrency timeout handling patch, it breaks + pilot-link (#456811) + * Mon Oct 6 2008 Jindrich Novy 0.1.12-18 - fix multiarch conflict in libusb-devel (#465209)