From: Ben Hutchings Date: Thu, 9 Jun 2016 22:35:08 +0000 (+0100) Subject: cpupower: Bump soname version X-Git-Tag: archive/raspbian/6.1.115-1+rpi1^2~40 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=884edd968a8c5991d318d67990e385e2f2501745;p=linux.git cpupower: Bump soname version Forwarded: http://mid.gmane.org/20160610005619.GQ7555@decadent.org.uk 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 Gbp-Pq: Topic bugfix/all Gbp-Pq: Name cpupower-bump-soname-version.patch --- diff --git a/tools/power/cpupower/Makefile b/tools/power/cpupower/Makefile index e9b6de31465..1e4309d7eda 100644 --- a/tools/power/cpupower/Makefile +++ b/tools/power/cpupower/Makefile @@ -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