Re: [PATCH] Use a library symbol version map

2012-10-25 Thread Ran Benita
On Thu, Oct 25, 2012 at 04:02:49PM +0200, Jan Engelhardt wrote: > This helps package managers recognize when a new version of libxkbcommon > (with same SONAME) is required due to new symbols. This seems like a good thing to me. But you left out the symbols in src/compat.c, which provides some ABI

[PATCH] Use a library symbol version map

2012-10-25 Thread Jan Engelhardt
This helps package managers recognize when a new version of libxkbcommon (with same SONAME) is required due to new symbols. Signed-off-by: Jan Engelhardt --- Makefile.am |4 +++- libxkbcommon.map | 66 ++ 2 files changed, 69 insertio