Dominique Leuenberger 2021-01-15 18:46:15 +00:00 committed by Git OBS Bridge
commit a65fcc43ee
4 changed files with 23 additions and 5 deletions

3
hidapi-0.10.1.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f71dd8a1f46979c17ee521bc2117573872bbf040f8a4750e492271fc141f2644
size 119581

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:630ee1834bdd5c5761ab079fd04f463a89585df8fcae51a7bfe4229b1e02a652
size 112963

View File

@ -1,3 +1,21 @@
-------------------------------------------------------------------
Mon Jan 11 04:35:27 UTC 2021 - Wang Jun <jgwang@suse.com>
- Update to version 0.10.1
* Add FreeBSD/macOS/MinGW/Alpine/Arch Linux/Windows CI
* Add hid_version/hid_version_str API (#192)
* Add podspec to support releases via cocoapods
* Add support for HID over I2C and uhid devices (#166)
* Fix small casting issue
* Fix race condition on device close (#189)
* Fix API prototype for gcc flag -Wstrict-prototypes (#207)
* Fix strict typecast (#206)
* Fix -Wall -Wextra -pedantic -Werror compilation (#214) …
* Drop workaround for kernel < 2.6.34
* Use pkg-config to find libusb on *freebsd
* Reattach kernel driver in hidapi-libusb
* Move local variable declaration to the beginning of the function
-------------------------------------------------------------------
Mon Feb 3 13:53:41 UTC 2020 - Dominique Leuenberger <dimstar@opensuse.org>

View File

@ -1,7 +1,7 @@
#
# spec file for package hidapi
#
# Copyright (c) 2020 SUSE LLC
# Copyright (c) 2021 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -19,7 +19,7 @@
%define sover 0
Name: hidapi
Version: 0.9.0
Version: 0.10.1
Release: 0
Summary: Simple library for communicating with USB and Bluetooth HID devices
License: GPL-3.0-or-later OR BSD-3-Clause