forked from pool/libusb-1_0
Accepting request 590905 from home:mnhauke
- Update to version 1.0.22 * Core: Refactor code related to transfer flags and timeout handling * Linux: Support preallocating kernel memory for zerocopy USB * Linux: Deal with receiving POLLERR before all transfers have completed * Prevent attempts to recursively handle events * Fix race condition in handle_timeout() * Allow transferred argument to be optional in bulk APIs * Various other bug fixes and improvements OBS-URL: https://build.opensuse.org/request/show/590905 OBS-URL: https://build.opensuse.org/package/show/hardware/libusb-1_0?expand=0&rev=53
This commit is contained in:
parent
f664b68630
commit
fce45c04ab
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7dce9cce9a81194b7065ee912bcd55eeffebab694ea403ffb91b67db66b1824b
|
||||
size 607417
|
3
libusb-1.0.22.tar.bz2
Normal file
3
libusb-1.0.22.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:75aeb9d59a4fdb800d329a545c2e6799f732362193b465ea198f2aa275518157
|
||||
size 598833
|
@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Mar 25 10:05:47 UTC 2018 - mardnh@gmx.de
|
||||
|
||||
- Update to version 1.0.22
|
||||
* Core: Refactor code related to transfer flags and timeout handling
|
||||
* Linux: Support preallocating kernel memory for zerocopy USB
|
||||
* Linux: Deal with receiving POLLERR before all transfers have completed
|
||||
* Prevent attempts to recursively handle events
|
||||
* Fix race condition in handle_timeout()
|
||||
* Allow transferred argument to be optional in bulk APIs
|
||||
* Various other bug fixes and improvements
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 22 09:10:18 UTC 2018 - jengelh@inai.de
|
||||
|
||||
|
@ -19,12 +19,12 @@
|
||||
%define _name libusb
|
||||
%define debug_package_requires libusb-1_0-0 = %{version}-%{release}
|
||||
Name: libusb-1_0
|
||||
Version: 1.0.21
|
||||
Version: 1.0.22
|
||||
Release: 0
|
||||
Summary: USB Library
|
||||
License: LGPL-2.1-or-later
|
||||
Group: System/Hardware
|
||||
Url: http://libusb.info/
|
||||
URL: http://libusb.info/
|
||||
Source: https://github.com/libusb/libusb/releases/download/v%{version}/libusb-%{version}.tar.bz2
|
||||
Source1: baselibs.conf
|
||||
BuildRequires: dos2unix
|
||||
|
Loading…
Reference in New Issue
Block a user