cpupower: Bump soname version
authorBen Hutchings <ben@decadent.org.uk>
Wed, 17 May 2023 19:10:20 +0000 (21:10 +0200)
committerShuah Khan <skhan@linuxfoundation.org>
Thu, 13 Jul 2023 18:55:42 +0000 (12:55 -0600)
Several functions in the libcpupower API are renamed or removed in
Linux 4.7.  This is an backward-incompatible ABI change, so the
library soname should change from libcpupower.so.0 to
libcpupower.so.1.

Fixes: ac5a181d065d ("cpupower: Add cpuidle parts into library")
Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
Signed-off-by: Salvatore Bonaccorso <carnil@debian.org>
Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
tools/power/cpupower/Makefile

index 59bfa05dec5d87607d6c94ae169c30bbce1953da..dc531805a5705fd1e5e6165da2236f3f5848bb90 100644 (file)
@@ -53,7 +53,7 @@ DESTDIR ?=
 
 VERSION:=                      $(shell ./utils/version-gen.sh)
 LIB_MAJ=                       0.0.1
-LIB_MIN=                       0
+LIB_MIN=                       1
 
 PACKAGE =                      cpupower
 PACKAGE_BUGREPORT =            linux-pm@vger.kernel.org