diff --git a/powertop-v2.10.tar.gz b/powertop-v2.10.tar.gz deleted file mode 100644 index 9c771ec..0000000 --- a/powertop-v2.10.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d3b7459eaba7d01c8841dd33a3b4d369416c01e9bd8951b0d88234cf18fe4a75 -size 722992 diff --git a/powertop-v2.11-1-g7ef7f79.tar_0.gz b/powertop-v2.11-1-g7ef7f79.tar_0.gz new file mode 100644 index 0000000..39dfbe4 --- /dev/null +++ b/powertop-v2.11-1-g7ef7f79.tar_0.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae68c913784f78b497076e0b1d588f59854a66c074690d545dae7956e4f5d64f +size 730142 diff --git a/powertop.changes b/powertop.changes index d57ef9c..3061baa 100644 --- a/powertop.changes +++ b/powertop.changes @@ -1,3 +1,34 @@ +------------------------------------------------------------------- +Mon Oct 7 06:11:21 UTC 2019 - mvetter@suse.com + +- Update to version 2.11: + * This release has an important feature to support runtime pm + enabling for AHCI. A few bug fixes focusing to support PowerTop + to run in newer platforms. We have also enabled support for + Intel’s Ice Lake server and Ice Lake client with new Sunny Cove + microarchitecture, Tiger Lake mobile and Tiger Lake desktop, + and atom based Tremont (Elkhart Lake). + * Add bash command-line completion. + * wakeup.h: include limits.h + * src/devices/ahci.cpp: fix: Remove the humanname from ahci_data array + * src/tuning/tuning.cpp: fix: Update the size of tuned_data array + * runtime_tunables: Add runtime pm enabling support for ahci + * src/cpu/cpu.cpp: Bug fix: Increase the char buffer size + in enumerate_cpus() + * src/parameters: fix: set the global parameter + "global_power_override" to 1 to get power estimate + * Fix vertical scrolling in powertop-2.10 + * Add compatibility for non GNU strerror_r. + * Enable support for ICL/ICX platform + * Enable support for TGL platform. + * Enable support for EHL platform. + * po: regenerate with new POT and strings + * powertop.pot: Fix Project-Id-Version + * src/main: Add missing pthread header + * intel_cpus.cpp: Change open parameter to const char * + * Make the wakeup toggle text clearer +- See https://01.org/powertop/downloads/powertop-v2.11-0 + ------------------------------------------------------------------- Tue Jan 8 12:00:55 UTC 2019 - mvetter@suse.com diff --git a/powertop.spec b/powertop.spec index fe6ceaf..6e934b1 100644 --- a/powertop.spec +++ b/powertop.spec @@ -17,14 +17,15 @@ Name: powertop -Version: 2.10 +Version: 2.11 Release: 0 #Git-Clone: git://github.com/fenrus75/powertop Summary: A Linux Tool to Find out What is Using Power on a Laptop License: GPL-2.0-only Group: System/Monitoring URL: https://01.org/powertop/ -Source0: https://01.org/sites/default/files/downloads/%{name}-v%{version}.tar.gz +#Source0: https://01.org/sites/default/files/downloads/#{name}-v#{version}.tar.gz +Source0: https://01.org/sites/default/files/downloads/powertop-v2.11-1-g7ef7f79.tar_0.gz Source1: powertop.service BuildRequires: gcc-c++ BuildRequires: gettext @@ -46,7 +47,7 @@ doing in terms of power savings. %lang_package %prep -%setup -q -n powertop-v%{version} +%setup -q -n powertop-v2.11-1-g7ef7f79 # Delete objects files left in tarball find . -name '*.o' -delete @@ -89,6 +90,7 @@ touch %{_localstatedir}/cache/powertop/saved_results.powertop %{_mandir}/man8/powertop.8%{?ext_man} %{_unitdir}/%{name}.service %{_sbindir}/rc%{name} +%{_datadir}/bash-completion/completions/powertop %files lang -f %{name}.lang