forked from pool/cpupower
Thomas Renninger
254583749f
- Fix library file version: libcpupower.so.0.0.1 -> libcpupower.so.1.0.1 A cpupower_fix_library_so_name.patch OBS-URL: https://build.opensuse.org/request/show/1127698 OBS-URL: https://build.opensuse.org/package/show/hardware/cpupower?expand=0&rev=130
14 lines
393 B
Diff
14 lines
393 B
Diff
diff --git a/tools/power/cpupower/Makefile b/tools/power/cpupower/Makefile
|
|
index b53753dee02f..0d6782c78a9a 100644
|
|
--- a/tools/power/cpupower/Makefile
|
|
+++ b/tools/power/cpupower/Makefile
|
|
@@ -52,7 +52,7 @@ DESTDIR ?=
|
|
# and _should_ modify the PACKAGE_BUGREPORT definition
|
|
|
|
VERSION:= $(shell ./utils/version-gen.sh)
|
|
-LIB_MAJ= 0.0.1
|
|
+LIB_MAJ= 1.0.1
|
|
LIB_MIN= 1
|
|
|
|
PACKAGE = cpupower
|