linux-hotplug.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Harald Hoyer <harald@redhat.com>
To: linux-hotplug@vger.kernel.org
Subject: libvolume_id minor number not increased
Date: Fri, 06 Mar 2009 10:29:09 +0000	[thread overview]
Message-ID: <49B0FAF5.5060003@redhat.com> (raw)

Kay,

because you added the symbol volume_id_set_uuid_sub() in commit 14e18278, you 
have to increase the library minor version!

For the libtool versions scheme this means:

dnl Increment CURRENT if any interfaces have been added, removed,
dnl or changed since the last update and set REVISION to 0.
dnl
dnl Increment REVISION every time the code changes
dnl
dnl If any interfaces have been added since the last public release,
dnl then increment AGE.
dnl If any interfaces have been removed since the last public release,
dnl then set AGE to 0.

$ git diff configure.ac
diff --git a/configure.ac b/configure.ac
index 7fbc42c..f32b39f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -22,9 +22,9 @@ AC_SUBST(LIBUDEV_LT_REVISION)
  AC_SUBST(LIBUDEV_LT_AGE)

  dnl /* libvolume_id version */
-VOLID_LT_CURRENT=1
-VOLID_LT_REVISION=9
-VOLID_LT_AGE=0
+VOLID_LT_CURRENT=2
+VOLID_LT_REVISION=0
+VOLID_LT_AGE=1
  AC_SUBST(VOLID_LT_CURRENT)
  AC_SUBST(VOLID_LT_REVISION)
  AC_SUBST(VOLID_LT_AGE)


this will build libvolume_id.so.1.1.0, which is the correct version

             reply	other threads:[~2009-03-06 10:29 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-03-06 10:29 Harald Hoyer [this message]
2009-03-06 11:46 ` libvolume_id minor number not increased Kay Sievers

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=49B0FAF5.5060003@redhat.com \
    --to=harald@redhat.com \
    --cc=linux-hotplug@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).