From c890d2cd4f1f16074f385d47bdf024e30aa038ce8e0c824ac55bde819e9fa4aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Thu, 29 Aug 2019 23:37:45 +0000 Subject: [PATCH] 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 --- libusb-1.0.22.tar.bz2 | 3 --- libusb-1.0.23.tar.bz2 | 3 +++ libusb-1_0.changes | 14 ++++++++++++++ libusb-1_0.spec | 6 +++--- 4 files changed, 20 insertions(+), 6 deletions(-) delete mode 100644 libusb-1.0.22.tar.bz2 create mode 100644 libusb-1.0.23.tar.bz2 diff --git a/libusb-1.0.22.tar.bz2 b/libusb-1.0.22.tar.bz2 deleted file mode 100644 index ec31bf7..0000000 --- a/libusb-1.0.22.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:75aeb9d59a4fdb800d329a545c2e6799f732362193b465ea198f2aa275518157 -size 598833 diff --git a/libusb-1.0.23.tar.bz2 b/libusb-1.0.23.tar.bz2 new file mode 100644 index 0000000..e12cd70 --- /dev/null +++ b/libusb-1.0.23.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db11c06e958a82dac52cf3c65cb4dd2c3f339c8a988665110e0d24d19312ad8d +size 602860 diff --git a/libusb-1_0.changes b/libusb-1_0.changes index 9bee3d8..9882c41 100644 --- a/libusb-1_0.changes +++ b/libusb-1_0.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Thu Aug 29 20:04:48 UTC 2019 - Martin Hauke + +- 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 diff --git a/libusb-1_0.spec b/libusb-1_0.spec index 2bdd9d6..7c6a950 100644 --- a/libusb-1_0.spec +++ b/libusb-1_0.spec @@ -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