[Debichem-devel] Elpa-2015.11 interface change

Michael Banck mbanck at debian.org
Sun Nov 22 17:56:03 UTC 2015


Hi Andreas,

thanks for your quick reply!

On Sun, Nov 22, 2015 at 05:58:49PM +0100, Andreas Marek wrote:
> I will have a look at this again, but to my understanding the changing in 
> versioning has been consistent with
> http://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.html
> 
> But maybe we were wrong in some way. I will check this.

Hrm, so it's 

$ grep ELPA_SO_VERSION elpa-2015.*/configure.ac
elpa-2015.05.001/configure.ac:AC_SUBST([ELPA_SO_VERSION], [3:1:0])
elpa-2015.11.001/configure.ac:AC_SUBST([ELPA_SO_VERSION], [3:2:0])

The numeric library version members are "[current:revision:age]".  The
above page says:

"If any interfaces have been added, removed, or changed since the last
update, increment current, and set revision to 0."

and

"If any interfaces have been removed or changed since the last public
release, then set age to 0."

So incrementing current and setting age to 0 would lead to "[4:0:0]" I
believe.  And I think both should be done as solve_evp_real_2stage() has
been changed.


Michael



More information about the Debichem-devel mailing list