Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

powertop-2.13-2.33 RPM for ppc64le

From OpenSuSE Leap 15.3 for ppc64le

Name: powertop Distribution: SUSE Linux Enterprise 15
Version: 2.13 Vendor: SUSE LLC <https://www.suse.com/>
Release: 2.33 Build date: Fri Mar 12 22:49:40 2021
Group: System/Monitoring Build host: sangiovese
Size: 818272 Source RPM: powertop-2.13-2.33.src.rpm
Packager: https://www.suse.com/
Url: https://01.org/powertop/
Summary: A Linux Tool to Find out What is Using Power on a Laptop
PowerTOP is a program that collects the various pieces of information
from your system and presents an overview of how well your laptop is
doing in terms of power savings.

Provides

Requires

License

GPL-2.0-only

Changelog

* Wed Nov 11 2020 mvetter@suse.com
  - jsc#SLE-13395: Add Rocket Lake support
    * Add powertop-add-rocket-lake-support.patch
* Thu Oct 29 2020 mvetter@suse.com
  - Add workaround for `error: too many loops` which happens with
    sle15sp3: run autoreconf twice
* Fri Jun 12 2020 mvetter@suse.com
  - 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
* Tue Apr 21 2020 mvetter@suse.com
  - 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
* Fri Jan 31 2020 bjorn.lie@gmail.com
  - No longer recommend -lang: supplements are in use.
* Mon Oct 07 2019 mvetter@suse.com
  - Update to version 2.11 (jira#SLE-10105):
    * 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 08 2019 mvetter@suse.com
  - Update to version 2.10:
    * new WakeUp tab which displays the devices wake up settings
    * Enable support for Intel GLK
    * Enable support for Intel CNL-U/Y
    * For details see https://01.org/powertop/downloads/powertop-v2.10
  - Remove powertop_libc++_fix.patch: in new release
  - Remove powertop_cstate_fix.patch: in new release
* Mon Mar 19 2018 mvetter@suse.com
  - Remove powertop-no-date.patch: upstreamed
* Fri Dec 01 2017 trenn@suse.de
  - Upgrade to version 2.9
    Already mainline:
    D powertop-2.8-potential-segfaults.patch
    D powertop-no-date.patch
    From mainline (after 2.9):
    A powertop_cstate_fix.patch
    A powertop_libc++_fix.patch
* Mon Jun 12 2017 adam.majer@suse.de
  - Sync .changes file from SLE -> OBS devel project (bnc#1041572)
* Thu Aug 25 2016 zaitor@opensuse.org
  - Add powertop-2.8-potential-segfaults.patch: Fix potential
    segfaults.
  - Drop Environment="TERM=xterm" from the systemd service file, it
    is not needed.
  - Following the above: Remove xterm/xterm-bin Requires.
* Thu May 26 2016 mlin@suse.com
  - Don't requires xterm-bin but xterm if Leap, boo#981780
* Mon Feb 29 2016 mvetter@suse.com
  - Change license from GPL-2.0+ to GPL-2.0.
* Wed Feb 24 2016 mvetter@suse.com
  - Fate#320264: Adding to SLE.
* Wed Feb 24 2016 mvetter@suse.com
  - Require xterm-bin on openSUSE and xterm on other systems.
    xterm was splitted on openSUSE to have fewer dependencies.
  - Fixing powertop-no-date.patch: Missed a whitespace between
    program name and version.
* Mon Feb 08 2016 mvetter@suse.com
  - Remove patch powertop-1.98-always-create-params.patch:
    * No mention why this is needed. I don't see any reason for
      having it.
* Thu Feb 04 2016 mpluskal@suse.com
  - Make building more verbose
  - Use optflags when building
* Tue Nov 10 2015 p.drouand@gmail.com
  - Update to version 2.8
    * Enable PowerTOP support for: BSW, BDW-H
    * bug-fix: added devices/devreq.h to Makefile
    * Adding support to SKY platforms.
    * Update internal repo with external mainline
    * Android Support
    * Add C7- C10 support for Intel SKY
    * Enabling Intel SKL support
  - Remove powertop-fix-crash-with-autotune.patch; fixed on upstream
    release
  - Update powertop-no-date.patch
* Mon Apr 27 2015 zaitor@opensuse.org
  - Exchange xterm for xterm-bin Requires, as the xterm.desktop file
    is not needed.
* Sun Apr 12 2015 mpluskal@suse.com
  - Add systemd dependencies
  - Add pre/post macros for service
  - Add rcservice symlink
  - Remove double depenency on pkg-config
  - Cleanup spec file with spec-cleaner
* Sat Apr 11 2015 hillwood@linuxfans.org
  - Add a systemd script.
* Sun Feb 08 2015 p.drouand@gmail.com
  - Add powertop-fix-crash-with-autotune.patch; Powertop crashes with
    'powertop --auto-tune' (fix bnc#915690)
  - Split out translation files
* Tue Dec 16 2014 p.drouand@gmail.com
  - Update to version 2.7
    + RAPL: powercap sysfs used for power measurements.
    + Arm support for devfreq stats.
    + Added support to new Intel platforms.
    + Several bug fixes
* Sun Nov 09 2014 ledest@gmail.com
  - fix bashism in post script

Files

/usr/lib/systemd/system/powertop.service
/usr/sbin/powertop
/usr/sbin/rcpowertop
/usr/share/bash-completion/completions/powertop
/usr/share/doc/packages/powertop
/usr/share/doc/packages/powertop/README.md
/usr/share/licenses/powertop
/usr/share/licenses/powertop/COPYING
/usr/share/man/man8/powertop.8.gz
/var/cache/powertop
/var/cache/powertop/saved_parameters.powertop
/var/cache/powertop/saved_results.powertop


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue Apr 9 14:44:41 2024