- Update to 2.15:
* Use autoconf archive #82
* Patch for compatibility with Ryzen processors #91
* src: fix compatibility with ncurses 6.3 #92
* Fix buffer overrun #83
* Fixed valgrind errors about uninitialized values in conditionals #87
* Patch for compability with Ryzen processors (v2) #94
* Add missing line breaks after error messages #96
* Ensure that auto-tune is executed on resume as well #95
- Drop contained patches:
* powertop-ryzen1.patch
* powertop-ryzen2.patch
OBS-URL: https://build.opensuse.org/request/show/1006971
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/powertop?expand=0&rev=58
* Use autoconf archive #82
* Patch for compatibility with Ryzen processors #91
* src: fix compatibility with ncurses 6.3 #92
* Fix buffer overrun #83
* Fixed valgrind errors about uninitialized values in conditionals #87
* Patch for compability with Ryzen processors (v2) #94
* Add missing line breaks after error messages #96
* Ensure that auto-tune is executed on resume as well #95
- Drop contained patches:
* powertop-ryzen1.patch
* powertop-ryzen2.patch
OBS-URL: https://build.opensuse.org/package/show/Base:System/powertop?expand=0&rev=77
- Update to 2.13:
* Update README.md
* configure.ac: use ax_cxx_compile_stdcxx instead
* po: regenerate gettext files
* Enable support for DNV
* intel_cpus: Fix ICX definition
* configure.ac: add missing checks from autoscan
* gettext: update to 0.20.2
* remove INSTALL relic
* Doxyfile.in: refresh for version 1.8.18
* Doxyfile.in: modernize configuration
* intel_cpus: Fix SKY-X definition
* Dropped unused variable "entry" detected by Coverity
* intel_cpus.cpp: Only call closedir() if opened
- Add BuildRequires for autoconf, autoconf-archive, automake, libtool
because each release they forget to create a release tarball
until I ping them
OBS-URL: https://build.opensuse.org/request/show/814111
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/powertop?expand=0&rev=52
* Update README.md
* configure.ac: use ax_cxx_compile_stdcxx instead
* po: regenerate gettext files
* Enable support for DNV
* intel_cpus: Fix ICX definition
* configure.ac: add missing checks from autoscan
* gettext: update to 0.20.2
* remove INSTALL relic
* Doxyfile.in: refresh for version 1.8.18
* Doxyfile.in: modernize configuration
* intel_cpus: Fix SKY-X definition
* Dropped unused variable "entry" detected by Coverity
* intel_cpus.cpp: Only call closedir() if opened
- Add BuildRequires for autoconf, autoconf-archive, automake, libtool
because each release they forget to create a release tarball
until I ping them
OBS-URL: https://build.opensuse.org/package/show/Base:System/powertop?expand=0&rev=65
- Update to 2.12:
* README: suggest to install autoconf-archive
* intel_cpus: Enable Jasper Lake support in PowerTop
* src/cpu: intel_cpus: Re-arrange the order of cpu model numbers
* intel_cpus: Enable Sky Lake server support in PowerTop
* src/display.cpp: Fix: Add the missing part of the patch changes
* configure.ac: Add a new release candidate v2.12-rc1 to PowerTop
* powertop.pot: Update powertop.pot
* configure.ac: Add a new release v2.12 to PowerTop
* Revert "configure.ac: version strings from git describe"
* configure.ac: required version to 2.69
* configure.ac: ax_add_fortify_source
* po: update translation files and template
* intel_cpus: Enable Comet Lake (Mobile) and Comet Lake (Desktop) support
* tuningsysfs: use med_power_with_dipm for SATA link power management
OBS-URL: https://build.opensuse.org/request/show/795952
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/powertop?expand=0&rev=51
* README: suggest to install autoconf-archive
* intel_cpus: Enable Jasper Lake support in PowerTop
* src/cpu: intel_cpus: Re-arrange the order of cpu model numbers
* intel_cpus: Enable Sky Lake server support in PowerTop
* src/display.cpp: Fix: Add the missing part of the patch changes
* configure.ac: Add a new release candidate v2.12-rc1 to PowerTop
* powertop.pot: Update powertop.pot
* configure.ac: Add a new release v2.12 to PowerTop
* Revert "configure.ac: version strings from git describe"
* configure.ac: required version to 2.69
* configure.ac: ax_add_fortify_source
* po: update translation files and template
* intel_cpus: Enable Comet Lake (Mobile) and Comet Lake (Desktop) support
* tuningsysfs: use med_power_with_dipm for SATA link power management
OBS-URL: https://build.opensuse.org/package/show/Base:System/powertop?expand=0&rev=63
- 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
OBS-URL: https://build.opensuse.org/request/show/735593
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/powertop?expand=0&rev=48
* 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
OBS-URL: https://build.opensuse.org/package/show/Base:System/powertop?expand=0&rev=57