From: YuriyRyabikov <22548029+kurok@users.noreply.github.com> Date: Tue, 31 Mar 2026 09:48:41 +0000 (+0100) Subject: libsmartcols: move scols_table_calculate to SMARTCOLS_2.43 symbol version X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3fd29b9c98a051b7f10f02e185d779741dbab29c;p=thirdparty%2Futil-linux.git libsmartcols: move scols_table_calculate to SMARTCOLS_2.43 symbol version The function ships in v2.43, so it needs its own symbol version section rather than being grouped with the 2.42 symbols. --- diff --git a/libsmartcols/src/libsmartcols.sym b/libsmartcols/src/libsmartcols.sym index 64fd12daa..e12a946b7 100644 --- a/libsmartcols/src/libsmartcols.sym +++ b/libsmartcols/src/libsmartcols.sym @@ -263,6 +263,9 @@ SMARTCOLS_2.42 { scols_column_get_headercolor; scols_column_refer_annotation; scols_column_get_annotation; - scols_table_calculate; } SMARTCOLS_2.41; +SMARTCOLS_2.43 { + scols_table_calculate; +} SMARTCOLS_2.42; +