From ede4b1c5e57ec56530a6b06d56bfac69b630a9cf Mon Sep 17 00:00:00 2001 From: Thomas Haller Date: Fri, 23 Sep 2016 13:18:32 +0200 Subject: [PATCH] libnm: fix symbol versioning Already released versions must not be extended or modified. The new symbol is part of upcomming 1.6.0 release. --- libnm/libnm.ver | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libnm/libnm.ver b/libnm/libnm.ver index baaaa8a00f..6c149f6587 100644 --- a/libnm/libnm.ver +++ b/libnm/libnm.ver @@ -752,7 +752,6 @@ global: nm_simple_connection_new_clone; nm_simple_connection_new_from_dbus; nm_state_get_type; - nm_capability_get_type; nm_utils_ap_mode_security_valid; nm_utils_bin2hexstr; nm_utils_check_virtual_device_compatibility; @@ -1084,3 +1083,7 @@ global: nm_vpn_plugin_info_new_search_file; nm_vpn_plugin_info_supports_hints; } libnm_1_2_0; + +libnm_1_6_0 { + nm_capability_get_type; +} libnm_1_4_0;