Accepting request 1056932 from hardware
OBS-URL: https://build.opensuse.org/request/show/1056932 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/hidapi?expand=0&rev=9
This commit is contained in:
commit
58f753754e
@ -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
3
hidapi-0.13.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:e35eabe4ad59bd6e24dce6136f084997cdecd9bb7f6e83b40f3cc15b0ea8d56f
|
||||||
|
size 244590
|
@ -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>
|
Mon Jul 11 07:52:19 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package hidapi
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%define sover 0
|
%define sover 0
|
||||||
Name: hidapi
|
Name: hidapi
|
||||||
Version: 0.12.0
|
Version: 0.13.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Simple library for communicating with USB and Bluetooth HID devices
|
Summary: Simple library for communicating with USB and Bluetooth HID devices
|
||||||
License: BSD-3-Clause OR GPL-3.0-or-later
|
License: BSD-3-Clause OR GPL-3.0-or-later
|
||||||
|
Loading…
x
Reference in New Issue
Block a user