From: Michael Schroeder Date: Wed, 31 Jan 2018 10:29:19 +0000 (+0100) Subject: Move new functions into SOLV_1.2 section X-Git-Tag: 0.6.31~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6b7189c4d4958f425cb2730ff3b3067d6fccc0bc;p=thirdparty%2Flibsolv.git Move new functions into SOLV_1.2 section --- diff --git a/src/libsolv.ver b/src/libsolv.ver index c124854f..64191d46 100644 --- a/src/libsolv.ver +++ b/src/libsolv.ver @@ -33,7 +33,6 @@ SOLV_1.0 { map_grow; map_init; map_init_clone; - map_invertall; map_or; policy_filter_unwanted; policy_findupdatepackages; @@ -101,7 +100,6 @@ SOLV_1.0 { pool_set_installed; pool_set_languages; pool_set_rootdir; - pool_set_whatprovides; pool_setarch; pool_setarchpolicy; pool_setdebugcallback; @@ -252,7 +250,6 @@ SOLV_1.0 { selection_make_matchdepid; selection_make_matchdeps; selection_solvables; - selection_subtract; solv_bin2hex; solv_calloc; solv_chksum_add; @@ -430,3 +427,9 @@ SOLV_1.1 { pool_best_solvables; solver_get_cleandeps; } SOLV_1.0; + +SOLV_1.2 { + map_invertall; + pool_set_whatprovides; + selection_subtract; +} SOLV_1.1;