cpupower: Bump soname version
authorBen Hutchings <ben@decadent.org.uk>
Thu, 9 Jun 2016 22:35:08 +0000 (23:35 +0100)
committerBen Hutchings <ben@decadent.org.uk>
Tue, 19 Sep 2017 00:59:17 +0000 (01:59 +0100)
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>
Gbp-Pq: Topic bugfix/all
Gbp-Pq: Name cpupower-bump-soname-version.patch

tools/power/cpupower/Makefile

index d6e1c02ddcfead4532cdc73f2d81207f62a8db5f..4e8eb42582dc969bd5fe1f8a8ca79eb1c703939c 100644 (file)
@@ -64,7 +64,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