Page MenuHomeSolus

D10005.id24022.diff
No OneTemporary

D10005.id24022.diff

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 @@
<Path fileType="executable">/usr/bin/dctool</Path>
<Path fileType="library">/usr/lib64/libdivecomputer.so.0</Path>
<Path fileType="library">/usr/lib64/libdivecomputer.so.0.0.0</Path>
+ <Path fileType="man">/usr/share/man/man3/dc_bluetooth_addr2str.3</Path>
+ <Path fileType="man">/usr/share/man/man3/dc_bluetooth_device_free.3</Path>
+ <Path fileType="man">/usr/share/man/man3/dc_bluetooth_device_get_address.3</Path>
+ <Path fileType="man">/usr/share/man/man3/dc_bluetooth_device_get_name.3</Path>
+ <Path fileType="man">/usr/share/man/man3/dc_bluetooth_iterator_new.3</Path>
+ <Path fileType="man">/usr/share/man/man3/dc_bluetooth_open.3</Path>
+ <Path fileType="man">/usr/share/man/man3/dc_bluetooth_str2addr.3</Path>
<Path fileType="man">/usr/share/man/man3/dc_buffer_append.3</Path>
<Path fileType="man">/usr/share/man/man3/dc_buffer_free.3</Path>
<Path fileType="man">/usr/share/man/man3/dc_buffer_get_data.3</Path>
@@ -39,6 +46,7 @@
<Path fileType="man">/usr/share/man/man3/dc_descriptor_free.3</Path>
<Path fileType="man">/usr/share/man/man3/dc_descriptor_get_model.3</Path>
<Path fileType="man">/usr/share/man/man3/dc_descriptor_get_product.3</Path>
+ <Path fileType="man">/usr/share/man/man3/dc_descriptor_get_transports.3</Path>
<Path fileType="man">/usr/share/man/man3/dc_descriptor_get_vendor.3</Path>
<Path fileType="man">/usr/share/man/man3/dc_descriptor_iterator.3</Path>
<Path fileType="man">/usr/share/man/man3/dc_device_close.3</Path>
@@ -47,6 +55,12 @@
<Path fileType="man">/usr/share/man/man3/dc_device_set_cancel.3</Path>
<Path fileType="man">/usr/share/man/man3/dc_device_set_events.3</Path>
<Path fileType="man">/usr/share/man/man3/dc_device_set_fingerprint.3</Path>
+ <Path fileType="man">/usr/share/man/man3/dc_iostream_close.3</Path>
+ <Path fileType="man">/usr/share/man/man3/dc_irda_device_free.3</Path>
+ <Path fileType="man">/usr/share/man/man3/dc_irda_device_get_address.3</Path>
+ <Path fileType="man">/usr/share/man/man3/dc_irda_device_get_name.3</Path>
+ <Path fileType="man">/usr/share/man/man3/dc_irda_iterator_new.3</Path>
+ <Path fileType="man">/usr/share/man/man3/dc_irda_open.3</Path>
<Path fileType="man">/usr/share/man/man3/dc_iterator_free.3</Path>
<Path fileType="man">/usr/share/man/man3/dc_iterator_next.3</Path>
<Path fileType="man">/usr/share/man/man3/dc_parser_destroy.3</Path>
@@ -55,6 +69,15 @@
<Path fileType="man">/usr/share/man/man3/dc_parser_new.3</Path>
<Path fileType="man">/usr/share/man/man3/dc_parser_samples_foreach.3</Path>
<Path fileType="man">/usr/share/man/man3/dc_parser_set_data.3</Path>
+ <Path fileType="man">/usr/share/man/man3/dc_serial_device_free.3</Path>
+ <Path fileType="man">/usr/share/man/man3/dc_serial_device_get_name.3</Path>
+ <Path fileType="man">/usr/share/man/man3/dc_serial_iterator_new.3</Path>
+ <Path fileType="man">/usr/share/man/man3/dc_serial_open.3</Path>
+ <Path fileType="man">/usr/share/man/man3/dc_usbhid_device_free.3</Path>
+ <Path fileType="man">/usr/share/man/man3/dc_usbhid_device_get_pid.3</Path>
+ <Path fileType="man">/usr/share/man/man3/dc_usbhid_device_get_vid.3</Path>
+ <Path fileType="man">/usr/share/man/man3/dc_usbhid_iterator_new.3</Path>
+ <Path fileType="man">/usr/share/man/man3/dc_usbhid_open.3</Path>
<Path fileType="man">/usr/share/man/man3/libdivecomputer.3</Path>
</Files>
</Package>
@@ -65,10 +88,11 @@
</Description>
<PartOf>programming.devel</PartOf>
<RuntimeDependencies>
- <Dependency release="3">subsurface-libdc</Dependency>
+ <Dependency release="4">subsurface-libdc</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include/libdivecomputer/atomics_cobalt.h</Path>
+ <Path fileType="header">/usr/include/libdivecomputer/ble.h</Path>
<Path fileType="header">/usr/include/libdivecomputer/bluetooth.h</Path>
<Path fileType="header">/usr/include/libdivecomputer/buffer.h</Path>
<Path fileType="header">/usr/include/libdivecomputer/common.h</Path>
@@ -77,9 +101,11 @@
<Path fileType="header">/usr/include/libdivecomputer/datetime.h</Path>
<Path fileType="header">/usr/include/libdivecomputer/descriptor.h</Path>
<Path fileType="header">/usr/include/libdivecomputer/device.h</Path>
+ <Path fileType="header">/usr/include/libdivecomputer/divesystem_idive.h</Path>
<Path fileType="header">/usr/include/libdivecomputer/hw_frog.h</Path>
<Path fileType="header">/usr/include/libdivecomputer/hw_ostc.h</Path>
<Path fileType="header">/usr/include/libdivecomputer/hw_ostc3.h</Path>
+ <Path fileType="header">/usr/include/libdivecomputer/ioctl.h</Path>
<Path fileType="header">/usr/include/libdivecomputer/iostream.h</Path>
<Path fileType="header">/usr/include/libdivecomputer/irda.h</Path>
<Path fileType="header">/usr/include/libdivecomputer/iterator.h</Path>
@@ -95,6 +121,7 @@
<Path fileType="header">/usr/include/libdivecomputer/suunto_eon.h</Path>
<Path fileType="header">/usr/include/libdivecomputer/suunto_vyper2.h</Path>
<Path fileType="header">/usr/include/libdivecomputer/units.h</Path>
+ <Path fileType="header">/usr/include/libdivecomputer/usb.h</Path>
<Path fileType="header">/usr/include/libdivecomputer/usbhid.h</Path>
<Path fileType="header">/usr/include/libdivecomputer/version.h</Path>
<Path fileType="library">/usr/lib64/libdivecomputer.so</Path>
@@ -102,12 +129,12 @@
</Files>
</Package>
<History>
- <Update release="3">
- <Date>2020-03-09</Date>
- <Version>4.9.3</Version>
+ <Update release="4">
+ <Date>2020-11-18</Date>
+ <Version>4.9.8</Version>
<Comment>Packaging update</Comment>
<Name>Thomas Staudinger</Name>
<Email>Staudi.Kaos@gmail.com</Email>
</Update>
</History>
</PISI>
\ No newline at end of file

File Metadata

Mime Type
text/plain
Expires
Jun 5 2023, 12:04 PM (9 w, 4 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5808527
Default Alt Text
D10005.id24022.diff (8 KB)

Event Timeline