Dominique Leuenberger 2023-01-09 16:23:24 +00:00 committed by Git OBS Bridge
commit 58f753754e
4 changed files with 18 additions and 5 deletions

View File

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

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

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

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Sun Jan 8 17:51:23 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 0.13.0:
* general: add hid_get_device_info (#432);
* general: Meson build script (as a wrapper over CMake) (#410);
* general: add HID Bus Type in hid_device_info (#308);
* libusb: primary usage_page/usage is now available with hid_get_device_info
regardless of the compilation flags;
* hidraw: Open files with O_CLOEXEC to not leak fds to child processes (#446);
* hidraw: add support for HID over SPI (#486);
* cmake: libusb: Ensure Iconv is found when provided via CFLAGS/LDFLAGS (#430);
-------------------------------------------------------------------
Mon Jul 11 07:52:19 UTC 2022 - Dirk Müller <dmueller@suse.com>

View File

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