forked from pool/libusb-1_0
Accepting request 727078 from home:mnhauke
- Update to version 1.0.23 * Core: abandon synchronous transfers when device closure is detected. * Core: fix error in handling the removal of file descriptors while handling events. * New API libusb_set_log_cb() to redirect global and per context log messages to the provided log handling function. * New API libusb_wrap_sys_device to allow the user to specify the usb device to use. * Various other bug fixes and improvements. OBS-URL: https://build.opensuse.org/request/show/727078 OBS-URL: https://build.opensuse.org/package/show/hardware/libusb-1_0?expand=0&rev=55
This commit is contained in:
parent
fce45c04ab
commit
c890d2cd4f
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:75aeb9d59a4fdb800d329a545c2e6799f732362193b465ea198f2aa275518157
|
||||
size 598833
|
3
libusb-1.0.23.tar.bz2
Normal file
3
libusb-1.0.23.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:db11c06e958a82dac52cf3c65cb4dd2c3f339c8a988665110e0d24d19312ad8d
|
||||
size 602860
|
@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 29 20:04:48 UTC 2019 - Martin Hauke <mardnh@gmx.de>
|
||||
|
||||
- Update to version 1.0.23
|
||||
* Core: abandon synchronous transfers when device closure is
|
||||
detected.
|
||||
* Core: fix error in handling the removal of file descriptors
|
||||
while handling events.
|
||||
* New API libusb_set_log_cb() to redirect global and per context
|
||||
log messages to the provided log handling function.
|
||||
* New API libusb_wrap_sys_device to allow the user to specify
|
||||
the usb device to use.
|
||||
* Various other bug fixes and improvements.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Mar 25 10:05:47 UTC 2018 - mardnh@gmx.de
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package libusb-1_0
|
||||
#
|
||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -12,14 +12,14 @@
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
%define _name libusb
|
||||
%define debug_package_requires libusb-1_0-0 = %{version}-%{release}
|
||||
Name: libusb-1_0
|
||||
Version: 1.0.22
|
||||
Version: 1.0.23
|
||||
Release: 0
|
||||
Summary: USB Library
|
||||
License: LGPL-2.1-or-later
|
||||
|
Loading…
Reference in New Issue
Block a user