[Spice-devel] [PATCH v4 2/3] server/Makefile.am: correct usage of libtool -version-info

Alon Levy alevy at redhat.com
Tue Jun 12 06:30:31 PDT 2012


----- Original Message -----
> I am confusing with old the patches bumping library version..
> Can you just make one instead?

hmm, why? isn't it cleaner this way? granted, it's a bit pointless since we are never going to release this.

> 
> ----- Mensaje original -----
> > The new library so is named:
> >  libspice-server.so.1.2.0
> > 
> > The old was:
> >  libspice-server.so.1.0.2
> > ---
> >  configure.ac       |    2 +-
> >  server/Makefile.am |    2 +-
> >  2 files changed, 2 insertions(+), 2 deletions(-)
> > 
> > diff --git a/configure.ac b/configure.ac
> > index efb0128..5a5ee50 100644
> > --- a/configure.ac
> > +++ b/configure.ac
> > @@ -35,7 +35,7 @@ m4_define([SPICE_MICRO], 1)
> >  # 6. If any interfaces have been removed or changed since the last
> >  #    public release, then set AGE to 0.
> >  
> > -m4_define([SPICE_CURRENT], [1])
> > +m4_define([SPICE_CURRENT], [3])
> >  m4_define([SPICE_REVISION], [0])
> >  m4_define([SPICE_AGE], [2])
> >  
> > diff --git a/server/Makefile.am b/server/Makefile.am
> > index 97e7dfe..47b3c10 100644
> > --- a/server/Makefile.am
> > +++ b/server/Makefile.am
> > @@ -17,7 +17,7 @@ AM_CPPFLAGS =					\
> >  lib_LTLIBRARIES = libspice-server.la
> >  
> >  libspice_server_la_LDFLAGS =			\
> > -	-version-number $(SPICE_LT_VERSION)	\
> > +	-version-info $(SPICE_LT_VERSION)	\
> >  	-no-undefined				\
> >  	$(NULL)
> >  
> > --
> > 1.7.10.1
> > 
> > _______________________________________________
> > Spice-devel mailing list
> > Spice-devel at lists.freedesktop.org
> > http://lists.freedesktop.org/mailman/listinfo/spice-devel
> > 
> 


More information about the Spice-devel mailing list