From 5965f0a94b0b188d2aa9743a354347f1382d34d95596c2976a24ae4652b8d29d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ismail=20D=C3=B6nmez?= Date: Tue, 15 Sep 2015 07:49:06 +0000 Subject: [PATCH] Accepting request 330942 from home:mnhauke:branches:hardware Update to version 1.0.20 OBS-URL: https://build.opensuse.org/request/show/330942 OBS-URL: https://build.opensuse.org/package/show/hardware/libusb-1_0?expand=0&rev=42 --- libusb-1.0.19.tar.bz2 | 3 --- libusb-1.0.20.tar.bz2 | 3 +++ libusb-1_0.changes | 19 +++++++++++++++++++ libusb-1_0.spec | 4 ++-- 4 files changed, 24 insertions(+), 5 deletions(-) delete mode 100644 libusb-1.0.19.tar.bz2 create mode 100644 libusb-1.0.20.tar.bz2 diff --git a/libusb-1.0.19.tar.bz2 b/libusb-1.0.19.tar.bz2 deleted file mode 100644 index e7d5796..0000000 --- a/libusb-1.0.19.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6c502c816002f90d4f76050a6429c3a7e0d84204222cbff2dce95dd773ba6840 -size 521496 diff --git a/libusb-1.0.20.tar.bz2 b/libusb-1.0.20.tar.bz2 new file mode 100644 index 0000000..a3c3d6e --- /dev/null +++ b/libusb-1.0.20.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb057190ba0a961768224e4dc6883104c6f945b2bf2ef90d7da39e7c1834f7ff +size 795247 diff --git a/libusb-1_0.changes b/libusb-1_0.changes index 44d0f97..a572b67 100644 --- a/libusb-1_0.changes +++ b/libusb-1_0.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +Mon Sep 14 17:09:43 UTC 2015 - mardnh@gmx.de + +- Update to version 1.0.20: + * Add Haiku support + * Fix multiple memory and resource leaks (#16, #52, #76, #81) + * Fix possible deadlock when executing transfer callback + * New libusb_free_pollfds() API + * Darwin: Fix devices not being detected on OS X 10.8 (#48) + * Linux: Allow larger isochronous transfer submission (#23) + * Windows: Fix broken builds Cygwin/MinGW builds and compiler warnings + * Windows: Fix broken bus number lookup + * Windows: Improve submission of control requests for composite devices + * Examples: Add two-stage load support to fxload (#12) + * Correctly report cancellations due to timeouts + * Improve efficiency of event handling + * Improve speed of transfer submission in multi-threaded environments + * Various other bug fixes and improvements + ------------------------------------------------------------------- Wed Jul 23 20:17:14 UTC 2014 - mardnh@gmx.de diff --git a/libusb-1_0.spec b/libusb-1_0.spec index 9620c93..f3b1c22 100644 --- a/libusb-1_0.spec +++ b/libusb-1_0.spec @@ -1,7 +1,7 @@ # # spec file for package libusb-1_0 # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 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 @@ -17,7 +17,7 @@ Name: libusb-1_0 -Version: 1.0.19 +Version: 1.0.20 Release: 0 Summary: USB Library License: LGPL-2.1+