[PATCH libevdev 2/2] Bump soname

David Herrmann dh.herrmann at gmail.com
Wed Jan 8 04:00:34 PST 2014


Hi

On Wed, Jan 8, 2014 at 2:32 AM, Peter Hutterer <peter.hutterer at who-t.net> wrote:
> Bump once to the stable interface we have now. This isn't really required as
> we're compatible with everything but functions deprecated with 0.4 but we
> might as well do it now to force a rebuild of everyone. Should've done that
> for 0.6 when we actually dropped the function, but ...
>
> Now that we have proper library versioning we shouldn't need any
> backwards-incompatible soname bumps for a while.

Yeah, lets bump the version now and hopefully it'll be the last time.

Reviewed-by: David Herrmann <dh.herrmann at gmail.com>

Btw., my ABS2 stuff probably has to wait until February, I'm swamped
with other work right now.

Cheers
David

> Signed-off-by: Peter Hutterer <peter.hutterer at who-t.net>
> ---
>  configure.ac | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/configure.ac b/configure.ac
> index 57cd56c..a756278 100644
> --- a/configure.ac
> +++ b/configure.ac
> @@ -42,7 +42,7 @@ AM_INIT_AUTOMAKE([1.11 foreign no-dist-gzip dist-xz])
>  # - If binary compatibility has been broken (eg removed or changed interfaces)
>  #   change to C+1:0:0
>  # - If the interface is the same as the previous version, change to C:R+1:A
> -LIBEVDEV_LT_VERSION=1:0:0
> +LIBEVDEV_LT_VERSION=2:0:0
>  AC_SUBST(LIBEVDEV_LT_VERSION)
>
>
> --
> 1.8.4.2
>
> _______________________________________________
> Input-tools mailing list
> Input-tools at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/input-tools


More information about the Input-tools mailing list