summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichal Čihař <michal@cihar.com>2017-07-17 05:21:06 -0400
committerMichal Čihař <nijel@debian.org>2017-07-17 05:21:06 -0400
commit166da6e6bc0ca5d772545f6b8b83c3305bbb59d3 (patch)
tree02ce81bb00bb1154dc59328d65242c1829588716
parent5cfa0745cb539747cf5cdd4cd71271b2975b95fa (diff)
Revert versioning changes
Upstream commit https://github.com/hughsie/libgusb/commit/cfaab3e523c11800b6d77c1d10ce0c71799a4482 has changed versions for symbols which were already made public in previous release. This patch reverts it so that the ABI doesn't change between 0.2.9 and 0.2.10. This patch should be temporary until resolved upstream: https://github.com/hughsie/libgusb/issues/9 Gbp-Pq: Name revert-versioning.patch
-rw-r--r--gusb/libgusb.ver24
1 files changed, 0 insertions, 24 deletions
diff --git a/gusb/libgusb.ver b/gusb/libgusb.ver
index fc6f922..c292cb2 100644
--- a/gusb/libgusb.ver
+++ b/gusb/libgusb.ver
@@ -37,28 +37,4 @@ LIBGUSB_0.2.4 {
LIBGUSB_0.2.5 {
global:
g_usb_device_get_custom_index;
- g_usb_context_get_main_context;
- g_usb_context_set_main_context;
} LIBGUSB_0.2.4;
-
-LIBGUSB_0.2.8 {
- global:
- g_usb_device_get_interface;
- g_usb_device_get_interfaces;
- g_usb_device_get_release;
- g_usb_device_set_interface_alt;
- g_usb_interface_get_alternate;
- g_usb_interface_get_class;
- g_usb_interface_get_extra;
- g_usb_interface_get_index;
- g_usb_interface_get_kind;
- g_usb_interface_get_length;
- g_usb_interface_get_number;
- g_usb_interface_get_protocol;
- g_usb_interface_get_subclass;
-} LIBGUSB_0.2.5;
-
-LIBGUSB_0.2.9 {
- global:
- g_usb_context_wait_for_replug;
-} LIBGUSB_0.2.8;