]> err.no Git - util-linux/commit
blkid: split SONAME and LIBBLKID_VERSION
authorKarel Zak <kzak@redhat.com>
Tue, 28 Apr 2009 20:51:53 +0000 (22:51 +0200)
committerKarel Zak <kzak@redhat.com>
Tue, 28 Apr 2009 21:29:06 +0000 (23:29 +0200)
commit33b0be6d60cc793951623feb6b8a2d1177112aca
treee0d9a577d4966b559848b3e94866e7f762c1c146
parent279723e92d665b0a782a780de77c7d73b09426c5
blkid: split SONAME and LIBBLKID_VERSION

It seems better to split SONAME and the public library version. The
library version will be the same as util-linux-ng PACKAGE_VERSION.

PACKAGE_VERSION:               <maj>.<min>[-<suffix>]  e.g. 2.15-rc2
Symbols versioning:            BLKID_<maj>.<min>       e.g. BLKID_2.15
blkid_get_library_version():   <maj>.<min>.0           e.g. 2.15.0
SONAME:                        libblkid.so.1

See also the original patch a0487b1cb5beffb8f6783476664b01e8833e0ea8
where was introduced library versioning.

Signed-off-by: Karel Zak <kzak@redhat.com>
configure.ac
libs/blkid/bin/blkid.c
libs/blkid/blkid.pc.in
libs/blkid/src/Makefile.am
libs/blkid/src/blkid.sym
libs/blkid/src/version.c