- Attempt to be more useful in libusbscanner by waiting a maximum of 30

seconds.
This commit is contained in:
Tim Waugh 2004-11-22 16:33:46 +00:00
parent cefd4b6c0c
commit 096feea737

View File

@ -1,7 +1,7 @@
Summary: Scanner access software.
Name: sane-backends
Version: 1.0.15
Release: 3
Release: 4
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,7 +138,9 @@ rm -rf %{buildroot}
%{_libdir}/sane/*.so
%changelog
* Mon Nov 22 2004 Tim Waugh <twaugh@redhat.com>
* Mon Nov 22 2004 Tim Waugh <twaugh@redhat.com> 1.0.15-4
- Attempt to be more useful in libusbscanner by waiting a maximum of 30
seconds.
- Add a chcon call to libusbscanner (bug #140059). Based on contribution
from W. Michael Petullo.