diff --git a/abi_symbols b/abi_symbols --- a/abi_symbols +++ b/abi_symbols @@ -13,6 +13,7 @@ libdivecomputer.so.0:dc_buffer_free libdivecomputer.so.0:dc_buffer_get_data libdivecomputer.so.0:dc_buffer_get_size +libdivecomputer.so.0:dc_buffer_insert libdivecomputer.so.0:dc_buffer_new libdivecomputer.so.0:dc_buffer_prepend libdivecomputer.so.0:dc_buffer_reserve @@ -52,11 +53,12 @@ libdivecomputer.so.0:dc_iostream_get_available libdivecomputer.so.0:dc_iostream_get_lines libdivecomputer.so.0:dc_iostream_get_transport +libdivecomputer.so.0:dc_iostream_ioctl +libdivecomputer.so.0:dc_iostream_poll libdivecomputer.so.0:dc_iostream_purge libdivecomputer.so.0:dc_iostream_read libdivecomputer.so.0:dc_iostream_set_break libdivecomputer.so.0:dc_iostream_set_dtr -libdivecomputer.so.0:dc_iostream_set_latency libdivecomputer.so.0:dc_iostream_set_rts libdivecomputer.so.0:dc_iostream_set_timeout libdivecomputer.so.0:dc_iostream_sleep @@ -80,6 +82,11 @@ libdivecomputer.so.0:dc_serial_device_get_name libdivecomputer.so.0:dc_serial_iterator_new libdivecomputer.so.0:dc_serial_open +libdivecomputer.so.0:dc_usb_device_free +libdivecomputer.so.0:dc_usb_device_get_pid +libdivecomputer.so.0:dc_usb_device_get_vid +libdivecomputer.so.0:dc_usb_iterator_new +libdivecomputer.so.0:dc_usb_open libdivecomputer.so.0:dc_usb_storage_open libdivecomputer.so.0:dc_usbhid_device_free libdivecomputer.so.0:dc_usbhid_device_get_pid @@ -88,6 +95,7 @@ libdivecomputer.so.0:dc_usbhid_open libdivecomputer.so.0:dc_version libdivecomputer.so.0:dc_version_check +libdivecomputer.so.0:divesystem_idive_device_fwupdate libdivecomputer.so.0:hw_frog_device_customtext libdivecomputer.so.0:hw_frog_device_display libdivecomputer.so.0:hw_frog_device_version diff --git a/package.yml b/package.yml --- a/package.yml +++ b/package.yml @@ -1,8 +1,8 @@ name : subsurface-libdc -version : 4.9.3 -release : 3 +version : 4.9.8 +release : 4 source : - - https://github.com/Subsurface-divelog/libdc/archive/v4.9.3.tar.gz : 50c54f2d5e4f719e33442aee946e159852387bd208ac4b59dbd777097def42cf + - https://github.com/Subsurface-divelog/libdc/archive/v4.9.8.tar.gz : 8c5aba5c21a6c6060e287a0e8257b2ef9257196fc8056b354fb467a9caee235b license : LGPL-2.1-or-later component : programming.library summary : Subsurface version of libdivecomputer diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml --- a/pspec_x86_64.xml +++ b/pspec_x86_64.xml @@ -22,6 +22,13 @@ /usr/bin/dctool /usr/lib64/libdivecomputer.so.0 /usr/lib64/libdivecomputer.so.0.0.0 + /usr/share/man/man3/dc_bluetooth_addr2str.3 + /usr/share/man/man3/dc_bluetooth_device_free.3 + /usr/share/man/man3/dc_bluetooth_device_get_address.3 + /usr/share/man/man3/dc_bluetooth_device_get_name.3 + /usr/share/man/man3/dc_bluetooth_iterator_new.3 + /usr/share/man/man3/dc_bluetooth_open.3 + /usr/share/man/man3/dc_bluetooth_str2addr.3 /usr/share/man/man3/dc_buffer_append.3 /usr/share/man/man3/dc_buffer_free.3 /usr/share/man/man3/dc_buffer_get_data.3 @@ -39,6 +46,7 @@ /usr/share/man/man3/dc_descriptor_free.3 /usr/share/man/man3/dc_descriptor_get_model.3 /usr/share/man/man3/dc_descriptor_get_product.3 + /usr/share/man/man3/dc_descriptor_get_transports.3 /usr/share/man/man3/dc_descriptor_get_vendor.3 /usr/share/man/man3/dc_descriptor_iterator.3 /usr/share/man/man3/dc_device_close.3 @@ -47,6 +55,12 @@ /usr/share/man/man3/dc_device_set_cancel.3 /usr/share/man/man3/dc_device_set_events.3 /usr/share/man/man3/dc_device_set_fingerprint.3 + /usr/share/man/man3/dc_iostream_close.3 + /usr/share/man/man3/dc_irda_device_free.3 + /usr/share/man/man3/dc_irda_device_get_address.3 + /usr/share/man/man3/dc_irda_device_get_name.3 + /usr/share/man/man3/dc_irda_iterator_new.3 + /usr/share/man/man3/dc_irda_open.3 /usr/share/man/man3/dc_iterator_free.3 /usr/share/man/man3/dc_iterator_next.3 /usr/share/man/man3/dc_parser_destroy.3 @@ -55,6 +69,15 @@ /usr/share/man/man3/dc_parser_new.3 /usr/share/man/man3/dc_parser_samples_foreach.3 /usr/share/man/man3/dc_parser_set_data.3 + /usr/share/man/man3/dc_serial_device_free.3 + /usr/share/man/man3/dc_serial_device_get_name.3 + /usr/share/man/man3/dc_serial_iterator_new.3 + /usr/share/man/man3/dc_serial_open.3 + /usr/share/man/man3/dc_usbhid_device_free.3 + /usr/share/man/man3/dc_usbhid_device_get_pid.3 + /usr/share/man/man3/dc_usbhid_device_get_vid.3 + /usr/share/man/man3/dc_usbhid_iterator_new.3 + /usr/share/man/man3/dc_usbhid_open.3 /usr/share/man/man3/libdivecomputer.3 @@ -65,10 +88,11 @@ programming.devel - subsurface-libdc + subsurface-libdc /usr/include/libdivecomputer/atomics_cobalt.h + /usr/include/libdivecomputer/ble.h /usr/include/libdivecomputer/bluetooth.h /usr/include/libdivecomputer/buffer.h /usr/include/libdivecomputer/common.h @@ -77,9 +101,11 @@ /usr/include/libdivecomputer/datetime.h /usr/include/libdivecomputer/descriptor.h /usr/include/libdivecomputer/device.h + /usr/include/libdivecomputer/divesystem_idive.h /usr/include/libdivecomputer/hw_frog.h /usr/include/libdivecomputer/hw_ostc.h /usr/include/libdivecomputer/hw_ostc3.h + /usr/include/libdivecomputer/ioctl.h /usr/include/libdivecomputer/iostream.h /usr/include/libdivecomputer/irda.h /usr/include/libdivecomputer/iterator.h @@ -95,6 +121,7 @@ /usr/include/libdivecomputer/suunto_eon.h /usr/include/libdivecomputer/suunto_vyper2.h /usr/include/libdivecomputer/units.h + /usr/include/libdivecomputer/usb.h /usr/include/libdivecomputer/usbhid.h /usr/include/libdivecomputer/version.h /usr/lib64/libdivecomputer.so @@ -102,12 +129,12 @@ - - 2020-03-09 - 4.9.3 + + 2020-11-18 + 4.9.8 Packaging update Thomas Staudinger Staudi.Kaos@gmail.com \ No newline at end of file