From f22578198617a8fed2466b69588886245344fd24 Mon Sep 17 00:00:00 2001 From: Tim Waugh Date: Nov 23 2004 16:48:06 +0000 Subject: - libusbscanner: Create /dev/usb if it doesn't exist after 30s. --- diff --git a/sane-backends.spec b/sane-backends.spec index 8e9d44d..ba12dfe 100644 --- a/sane-backends.spec +++ b/sane-backends.spec @@ -1,7 +1,7 @@ Summary: Scanner access software. Name: sane-backends Version: 1.0.15 -Release: 4 +Release: 5 License: GPL (programs), relaxed LGPL (libraries), and public domain (docs) Group: System Environment/Libraries Source0: ftp://ftp.sane-project.org/pub/sane/%{name}-%{version}/%{name}-%{version}.tar.gz @@ -138,6 +138,9 @@ rm -rf %{buildroot} %{_libdir}/sane/*.so %changelog +* Tue Nov 23 2004 Tim Waugh 1.0.15-5 +- libusbscanner: Create /dev/usb if it doesn't exist after 30s. + * Mon Nov 22 2004 Tim Waugh 1.0.15-4 - Attempt to be more useful in libusbscanner by waiting a maximum of 30 seconds.