Re: [PATCH] Add version info to the shared libs

2012-11-21 Thread Kristian Høgsberg
On Wed, Nov 21, 2012 at 12:58:34AM +0100, Jan Engelhardt wrote: > > On Tuesday 2012-11-20 20:59, Mikko Levonmaa wrote: > > > >What I was actually trying to propose in my previous mail is that > >even when the current api version is 0 we could already have the > >mechanics in place to increment the

Re: [PATCH] Add version info to the shared libs

2012-11-20 Thread Jan Engelhardt
On Tuesday 2012-11-20 20:59, Mikko Levonmaa wrote: > >What I was actually trying to propose in my previous mail is that >even when the current api version is 0 we could already have the >mechanics in place to increment the api version when the time comes, >or is that automatically handled? It is

Re: [PATCH] Add version info to the shared libs

2012-11-20 Thread Mikko Levonmaa
On Tue, Nov 20, 2012 at 3:00 AM, Jan Engelhardt wrote: > On Friday 2012-11-09 18:54, Mikko Levonmaa wrote: > >>Right, so if the first api version is 0 then it make sense, sort of, >>matter of preference I guess. So, the original patch was wrong, however >>the new suggestion was actually geared tow

Re: [PATCH] Add version info to the shared libs

2012-11-20 Thread Jan Engelhardt
On Friday 2012-11-09 18:54, Mikko Levonmaa wrote: >Right, so if the first api version is 0 then it make sense, sort of, >matter of preference I guess. So, the original patch was wrong, however >the new suggestion was actually geared towards the future  and the next >release(s), so if I'm not mi

Re: [PATCH] Add version info to the shared libs

2012-11-09 Thread Mikko Levonmaa
Right, so if the first api version is 0 then it make sense, sort of, matter of preference I guess. So, the original patch was wrong, however the new suggestion was actually geared towards the future and the next release(s), so if I'm not mistaken that needs to be done through the -version-info and

Re: [PATCH] Add version info to the shared libs

2012-11-09 Thread David Herrmann
Hi On Fri, Nov 9, 2012 at 6:17 PM, Mikko Levonmaa wrote: > Yes, true. Still to me having a meaningful version number in the actual > library files does provide value. > > Also the manual does suggest that a -version-info is provided if we want to > use libtool's versioning system, > albeit they d

Re: [PATCH] Add version info to the shared libs

2012-11-09 Thread Mikko Levonmaa
Yes, true. Still to me having a meaningful version number in the actual library files does provide value. Also the manual does suggest that a -version-info is provided if we want to use libtool's versioning system, albeit they discourage the direct relation to the actual package version name. htt

Re: [PATCH] Add version info to the shared libs

2012-11-08 Thread Kristian Høgsberg
On Tue, Nov 06, 2012 at 03:57:47PM -0800, Mikko Levonmaa wrote: > Adds the wayland version information to the shared libraries. > libwayland-server.so.0.0.0 -> libwayland-server.so.1.0.0 The libtool versioning is different from the pacakge version number. See: http://www.gnu.org/software/libtool/

[PATCH] Add version info to the shared libs

2012-11-06 Thread Mikko Levonmaa
Adds the wayland version information to the shared libraries. libwayland-server.so.0.0.0 -> libwayland-server.so.1.0.0 Signed-off-by: Mikko Levonmaa --- src/Makefile.am |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/src/Makefile.am b/src/Makefile.am index f93954e..0a79