From: Stefan Schubert Date: Wed, 24 Jan 2024 12:40:37 +0000 (+0100) Subject: set soname of liblastlog2 to 2.0 X-Git-Tag: v2.41-devel~23^2~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=476c861499835d5f7c4bbc8703f13139db8ffac7;p=thirdparty%2Futil-linux.git set soname of liblastlog2 to 2.0 --- diff --git a/configure.ac b/configure.ac index b060089250..ec8ad02538 100644 --- a/configure.ac +++ b/configure.ac @@ -44,8 +44,8 @@ LIBUUID_VERSION_INFO=`expr $LIBUUID_LT_MAJOR + $LIBUUID_LT_MINOR`:$LIBUUID_LT_MI dnl liblastlog2 version LIBLASTLOG2_VERSION="$PACKAGE_VERSION_MAJOR.$PACKAGE_VERSION_MINOR.$PACKAGE_VERSION_RELEASE" -LIBLASTLOG2_LT_MAJOR=1 -LIBLASTLOG2_LT_MINOR=3 +LIBLASTLOG2_LT_MAJOR=2 +LIBLASTLOG2_LT_MINOR=0 LIBLASTLOG2_LT_MICRO=0 LIBLASTLOG2_VERSION_INFO=`expr $LIBLASTLOG2_LT_MAJOR + $LIBLASTLOG2_LT_MINOR`:$LIBLASTLOG2_LT_MICRO:$LIBLASTLOG2_LT_MINOR diff --git a/liblastlog2/src/liblastlog2.sym b/liblastlog2/src/liblastlog2.sym index afaf3cf1ac..4467dd19be 100644 --- a/liblastlog2/src/liblastlog2.sym +++ b/liblastlog2/src/liblastlog2.sym @@ -1,4 +1,4 @@ -LIBLASTLOG2_1.0 { +LIBLASTLOG2_2.0 { global: ll2_new_context; ll2_unref_context; diff --git a/meson.build b/meson.build index a68a422ebc..1c0e70fd26 100644 --- a/meson.build +++ b/meson.build @@ -13,7 +13,7 @@ pkgconfig = import('pkgconfig') libblkid_version = '1.1.0' libblkid_date = '01-Jun-2021' libuuid_version = '1.3.0' -liblastlog2_version = '1.3.0' +liblastlog2_version = '2.0.0' libmount_version = '1.1.0' libsmartcols_version = '1.1.0' libfdisk_version = '1.1.0'