From 7bf4800cfe2757a964daa73c083a88e2dc88563d3a4d0e77b83b0b5e03382c6a Mon Sep 17 00:00:00 2001 From: Matwey Kornilov Date: Sun, 8 Jan 2023 19:52:16 +0000 Subject: [PATCH] Accepting request 1056912 from home:dirkmueller:Factory - 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); OBS-URL: https://build.opensuse.org/request/show/1056912 OBS-URL: https://build.opensuse.org/package/show/hardware/hidapi?expand=0&rev=18 --- hidapi-0.12.0.tar.gz | 3 --- hidapi-0.13.0.tar.gz | 3 +++ hidapi.changes | 13 +++++++++++++ hidapi.spec | 4 ++-- 4 files changed, 18 insertions(+), 5 deletions(-) delete mode 100644 hidapi-0.12.0.tar.gz create mode 100644 hidapi-0.13.0.tar.gz diff --git a/hidapi-0.12.0.tar.gz b/hidapi-0.12.0.tar.gz deleted file mode 100644 index f74ab2a..0000000 --- a/hidapi-0.12.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:28ec1451f0527ad40c1a4c92547966ffef96813528c8b184a665f03ecbb508bc -size 238751 diff --git a/hidapi-0.13.0.tar.gz b/hidapi-0.13.0.tar.gz new file mode 100644 index 0000000..d11ddc4 --- /dev/null +++ b/hidapi-0.13.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e35eabe4ad59bd6e24dce6136f084997cdecd9bb7f6e83b40f3cc15b0ea8d56f +size 244590 diff --git a/hidapi.changes b/hidapi.changes index 4dc66d3..0ff84ae 100644 --- a/hidapi.changes +++ b/hidapi.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Sun Jan 8 17:51:23 UTC 2023 - Dirk Müller + +- 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 diff --git a/hidapi.spec b/hidapi.spec index cfa4167..9436c3d 100644 --- a/hidapi.spec +++ b/hidapi.spec @@ -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