diff --git a/abi_symbols b/abi_symbols --- a/abi_symbols +++ b/abi_symbols @@ -5,6 +5,7 @@ libhidapi-hidraw.so.0:hid_free_enumeration libhidapi-hidraw.so.0:hid_get_feature_report libhidapi-hidraw.so.0:hid_get_indexed_string +libhidapi-hidraw.so.0:hid_get_input_report libhidapi-hidraw.so.0:hid_get_manufacturer_string libhidapi-hidraw.so.0:hid_get_product_string libhidapi-hidraw.so.0:hid_get_serial_number_string @@ -15,6 +16,8 @@ libhidapi-hidraw.so.0:hid_read_timeout libhidapi-hidraw.so.0:hid_send_feature_report libhidapi-hidraw.so.0:hid_set_nonblocking +libhidapi-hidraw.so.0:hid_version +libhidapi-hidraw.so.0:hid_version_str libhidapi-hidraw.so.0:hid_write libhidapi-libusb.so.0:get_usb_code_for_current_locale libhidapi-libusb.so.0:hid_close @@ -24,6 +27,7 @@ libhidapi-libusb.so.0:hid_free_enumeration libhidapi-libusb.so.0:hid_get_feature_report libhidapi-libusb.so.0:hid_get_indexed_string +libhidapi-libusb.so.0:hid_get_input_report libhidapi-libusb.so.0:hid_get_manufacturer_string libhidapi-libusb.so.0:hid_get_product_string libhidapi-libusb.so.0:hid_get_serial_number_string @@ -34,4 +38,6 @@ libhidapi-libusb.so.0:hid_read_timeout libhidapi-libusb.so.0:hid_send_feature_report libhidapi-libusb.so.0:hid_set_nonblocking +libhidapi-libusb.so.0:hid_version +libhidapi-libusb.so.0:hid_version_str libhidapi-libusb.so.0:hid_write diff --git a/abi_symbols32 b/abi_symbols32 --- a/abi_symbols32 +++ b/abi_symbols32 @@ -5,6 +5,7 @@ libhidapi-hidraw.so.0:hid_free_enumeration libhidapi-hidraw.so.0:hid_get_feature_report libhidapi-hidraw.so.0:hid_get_indexed_string +libhidapi-hidraw.so.0:hid_get_input_report libhidapi-hidraw.so.0:hid_get_manufacturer_string libhidapi-hidraw.so.0:hid_get_product_string libhidapi-hidraw.so.0:hid_get_serial_number_string @@ -15,6 +16,8 @@ libhidapi-hidraw.so.0:hid_read_timeout libhidapi-hidraw.so.0:hid_send_feature_report libhidapi-hidraw.so.0:hid_set_nonblocking +libhidapi-hidraw.so.0:hid_version +libhidapi-hidraw.so.0:hid_version_str libhidapi-hidraw.so.0:hid_write libhidapi-libusb.so.0:get_usb_code_for_current_locale libhidapi-libusb.so.0:hid_close @@ -24,6 +27,7 @@ libhidapi-libusb.so.0:hid_free_enumeration libhidapi-libusb.so.0:hid_get_feature_report libhidapi-libusb.so.0:hid_get_indexed_string +libhidapi-libusb.so.0:hid_get_input_report libhidapi-libusb.so.0:hid_get_manufacturer_string libhidapi-libusb.so.0:hid_get_product_string libhidapi-libusb.so.0:hid_get_serial_number_string @@ -34,4 +38,6 @@ libhidapi-libusb.so.0:hid_read_timeout libhidapi-libusb.so.0:hid_send_feature_report libhidapi-libusb.so.0:hid_set_nonblocking +libhidapi-libusb.so.0:hid_version +libhidapi-libusb.so.0:hid_version_str libhidapi-libusb.so.0:hid_write diff --git a/abi_used_libs b/abi_used_libs --- a/abi_used_libs +++ b/abi_used_libs @@ -1,5 +1,5 @@ +ld-linux-x86-64.so.2 libc.so.6 libpthread.so.0 -librt.so.1 libudev.so.1 libusb-1.0.so.0 diff --git a/abi_used_libs32 b/abi_used_libs32 --- a/abi_used_libs32 +++ b/abi_used_libs32 @@ -1,5 +1,5 @@ +ld-linux.so.2 libc.so.6 libpthread.so.0 -librt.so.1 libudev.so.1 libusb-1.0.so.0 diff --git a/package.yml b/package.yml --- a/package.yml +++ b/package.yml @@ -1,8 +1,8 @@ name : hidapi -version : 0.9.0 -release : 3 +version : 0.10.0 +release : 4 source : - - https://github.com/libusb/hidapi/archive/hidapi-0.9.0.tar.gz : 630ee1834bdd5c5761ab079fd04f463a89585df8fcae51a7bfe4229b1e02a652 + - https://github.com/libusb/hidapi/archive/hidapi-0.10.0.tar.gz : 68febd416cb6e6e6e205c9dd46a6f86f0d5a9808b7cd8c112906cd229889b8e1 license : GPL-3.0-or-later component : programming summary : Simple library for communicating with USB and Bluetooth HID devices diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml --- a/pspec_x86_64.xml +++ b/pspec_x86_64.xml @@ -32,7 +32,7 @@ emul32 - hidapi + hidapi /usr/lib32/libhidapi-hidraw.so.0 @@ -48,8 +48,8 @@ programming.devel - hidapi-devel - hidapi-32bit + hidapi-devel + hidapi-32bit /usr/lib32/libhidapi-hidraw.so @@ -65,7 +65,7 @@ programming.devel - hidapi + hidapi /usr/include/hidapi/hidapi.h @@ -76,12 +76,12 @@ - - 2019-12-30 - 0.9.0 + + 2020-11-05 + 0.10.0 Packaging update Campbell Jones dev@serebit.com \ No newline at end of file