From: Ben Hutchings Date: Sun, 19 May 2019 16:17:33 +0000 (+0100) Subject: cpupower: Bump soname version X-Git-Tag: archive/raspbian/5.2.17-1+rpi1^2^2~9 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=7da474beda3db94d27514f894d1a07bceadbbc8c;p=linux.git cpupower: Bump soname version Several functions in the libcpupower API were renamed or removed in Linux 4.7, and again in 5.1. This is a backward-incompatible ABI change, so the library soname should change from libcpupower.so.0 to libcpupower.so.2. 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 9063fca480b..071fb4df0a3 100644 --- a/tools/power/cpupower/Makefile +++ b/tools/power/cpupower/Makefile @@ -53,8 +53,8 @@ DESTDIR ?= # and _should_ modify the PACKAGE_BUGREPORT definition VERSION= $(shell ./utils/version-gen.sh) -LIB_MAJ= 0.0.1 -LIB_MIN= 0 +LIB_MAJ= 2.0.1 +LIB_MIN= 2 PACKAGE = cpupower PACKAGE_BUGREPORT = linux-pm@vger.kernel.org