[pkg-opensc-commit] [libp11] 139/239: Stanislav Brabec: As previous patches changed ABI (at least on x86_64), increasing of soname is required. next patch will break ABI too, one soname increase for both together.

Eric Dorland eric at moszumanska.debian.org
Sat Oct 17 06:21:18 UTC 2015


This is an automated email from the git hooks/post-receive script.

eric pushed a commit to branch master
in repository libp11.

commit 259c6b7da2668db94fcc481bfe5b0afef5a700b8
Author: Andreas Jellinghaus <andreas at ionisiert.de>
Date:   Wed Aug 20 06:00:14 2008 +0000

    Stanislav Brabec:
    As previous patches changed ABI (at least on x86_64), increasing of
    soname is required. next patch will break ABI too, one soname increase
    for both together.
---
 configure.ac | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/configure.ac b/configure.ac
index ba56b1a..48ed4c7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -20,9 +20,9 @@ LIBP11_VERSION_FIX="PACKAGE_VERSION_FIX"
 #   (Code changed:                      REVISION++)
 #   (Oldest interface removed:          OLDEST++)
 #   (Interfaces added:                  CURRENT++, REVISION=0)
-LIBP11_LT_CURRENT="1"
-LIBP11_LT_OLDEST="0"
-LIBP11_LT_REVISION="2"
+LIBP11_LT_CURRENT="2"
+LIBP11_LT_OLDEST="1"
+LIBP11_LT_REVISION="0"
 LIBP11_LT_AGE="$((${LIBP11_LT_CURRENT}-${LIBP11_LT_OLDEST}))"
 
 AC_CONFIG_SRCDIR([src/libp11.h])

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-opensc/libp11.git



More information about the pkg-opensc-commit mailing list