Accepting request 795952 from Base:System
- 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
This commit is contained in:
commit
6449660305
3
powertop-2.12.tar.gz
Normal file
3
powertop-2.12.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5cbb3a3c41d32dc2b7d12ee962cae444a9c982c17d14c73e0df064718be231ce
|
||||
size 747567
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ae68c913784f78b497076e0b1d588f59854a66c074690d545dae7956e4f5d64f
|
||||
size 730142
|
@ -1,3 +1,22 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 21 06:13:05 UTC 2020 - Michael Vetter <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 23:50:57 UTC 2020 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
|
@ -17,15 +17,14 @@
|
||||
|
||||
|
||||
Name: powertop
|
||||
Version: 2.11
|
||||
Version: 2.12
|
||||
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/powertop-v2.11-1-g7ef7f79.tar_0.gz
|
||||
Source0: https://01.org/sites/default/files/downloads/powertop-%{version}.tar.gz
|
||||
Source1: powertop.service
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: gettext
|
||||
@ -46,7 +45,7 @@ doing in terms of power savings.
|
||||
%lang_package
|
||||
|
||||
%prep
|
||||
%setup -q -n powertop-v2.11-1-g7ef7f79
|
||||
%setup -q -n powertop-%{version}
|
||||
|
||||
# Delete objects files left in tarball
|
||||
find . -name '*.o' -delete
|
||||
|
Loading…
Reference in New Issue
Block a user