From 597d510034ecc4cbf24fd1e008f7004079a59d94fa6a4584067e68d4de962eea Mon Sep 17 00:00:00 2001 From: Matwey Kornilov Date: Thu, 20 Jul 2023 09:42:08 +0000 Subject: [PATCH] Accepting request 1099695 from home:dirkmueller:Factory - update to 0.14.0: * general: add `hid_get_report_descriptor` API function (#451) * libusb: fix crash in hid_enumerate() caused by a stale device handle (#526) * fixes (mostly error handling) of issues found by Coverity Scan (#552/#554/#555/#559/#560/#561) * various fixes and improvements OBS-URL: https://build.opensuse.org/request/show/1099695 OBS-URL: https://build.opensuse.org/package/show/hardware/hidapi?expand=0&rev=22 --- hidapi-0.13.1.tar.gz | 3 --- hidapi-0.14.0.tar.gz | 3 +++ hidapi.changes | 11 +++++++++++ hidapi.spec | 2 +- 4 files changed, 15 insertions(+), 4 deletions(-) delete mode 100644 hidapi-0.13.1.tar.gz create mode 100644 hidapi-0.14.0.tar.gz diff --git a/hidapi-0.13.1.tar.gz b/hidapi-0.13.1.tar.gz deleted file mode 100644 index 320956e..0000000 --- a/hidapi-0.13.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:476a2c9a4dc7d1fc97dd223b84338dbea3809a84caea2dcd887d9778725490e3 -size 244666 diff --git a/hidapi-0.14.0.tar.gz b/hidapi-0.14.0.tar.gz new file mode 100644 index 0000000..1fdd595 --- /dev/null +++ b/hidapi-0.14.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5714234abe6e1f53647dd8cba7d69f65f71c558b7896ed218864ffcf405bcbd +size 348221 diff --git a/hidapi.changes b/hidapi.changes index c8f761c..e0a4e80 100644 --- a/hidapi.changes +++ b/hidapi.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Thu Jul 20 09:37:23 UTC 2023 - Dirk Müller + +- update to 0.14.0: + * general: add `hid_get_report_descriptor` API function (#451) + * libusb: fix crash in hid_enumerate() caused by a stale device + handle (#526) + * fixes (mostly error handling) of issues found by + Coverity Scan (#552/#554/#555/#559/#560/#561) + * various fixes and improvements + ------------------------------------------------------------------- Sat Jan 21 10:04:03 UTC 2023 - Dirk Müller diff --git a/hidapi.spec b/hidapi.spec index f758bcf..edcdc0c 100644 --- a/hidapi.spec +++ b/hidapi.spec @@ -18,7 +18,7 @@ %define sover 0 Name: hidapi -Version: 0.13.1 +Version: 0.14.0 Release: 0 Summary: Simple library for communicating with USB and Bluetooth HID devices License: BSD-3-Clause OR GPL-3.0-or-later