Hello community, here is the log from the commit of package powertop for openSUSE:Factory checked in at 2019-10-07 13:48:16 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/powertop (Old) and /work/SRC/openSUSE:Factory/.powertop.new.2352 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "powertop" Mon Oct 7 13:48:16 2019 rev:48 rq:735593 version:2.11 Changes: -------- --- /work/SRC/openSUSE:Factory/powertop/powertop.changes 2019-01-10 15:23:20.810330098 +0100 +++ /work/SRC/openSUSE:Factory/.powertop.new.2352/powertop.changes 2019-10-07 14:14:22.118848216 +0200 @@ -1,0 +2,31 @@ +Mon Oct 7 06:11:21 UTC 2019 - [email protected] + +- 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 + +------------------------------------------------------------------- Old: ---- powertop-v2.10.tar.gz New: ---- powertop-v2.11-1-g7ef7f79.tar_0.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ powertop.spec ++++++ --- /var/tmp/diff_new_pack.feVnfa/_old 2019-10-07 14:14:22.514847129 +0200 +++ /var/tmp/diff_new_pack.feVnfa/_new 2019-10-07 14:14:22.514847129 +0200 @@ -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 @@ %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 @@ %{_mandir}/man8/powertop.8%{?ext_man} %{_unitdir}/%{name}.service %{_sbindir}/rc%{name} +%{_datadir}/bash-completion/completions/powertop %files lang -f %{name}.lang
