From 166da6e6bc0ca5d772545f6b8b83c3305bbb59d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Mon, 17 Jul 2017 05:21:06 -0400 Subject: 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 --- gusb/libgusb.ver | 24 ------------------------ 1 file changed, 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; -- cgit v1.2.3