Accepting request 227005 from Base:System
- Update to version 2.5 - Includes fix for cpufreq drivers not exporting scaling_frequencies (bnc#869048) (forwarded request 226994 from trenn) OBS-URL: https://build.opensuse.org/request/show/227005 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/powertop?expand=0&rev=32
This commit is contained in:
commit
26e8655ced
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:42796c94546ae7f3d232e41b7fa09b2532396ca389908ff528870311db6327b7
|
|
||||||
size 632390
|
|
3
powertop-2.5.tar.gz
Normal file
3
powertop-2.5.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:8b2c08a555d79e1c428863470c41cb023971d74ba4801d80a05e35adeec23c0b
|
||||||
|
size 635979
|
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Mar 21 14:09:39 UTC 2014 - trenn@suse.de
|
||||||
|
|
||||||
|
- Update to version 2.5
|
||||||
|
- Includes fix for cpufreq drivers not exporting scaling_frequencies
|
||||||
|
(bnc#869048)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Sep 3 10:49:37 UTC 2013 - remur@gmx.net
|
Tue Sep 3 10:49:37 UTC 2013 - remur@gmx.net
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package powertop
|
# spec file for package powertop
|
||||||
#
|
#
|
||||||
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -16,13 +16,14 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Name: powertop
|
Name: powertop
|
||||||
Url: https://01.org/powertop/
|
Url: https://01.org/powertop/
|
||||||
#Git-Clone: git://github.com/fenrus75/powertop
|
#Git-Clone: git://github.com/fenrus75/powertop
|
||||||
Summary: A Linux Tool to Find out What is Using Power on a Laptop
|
Summary: A Linux Tool to Find out What is Using Power on a Laptop
|
||||||
License: GPL-2.0+
|
License: GPL-2.0+
|
||||||
Group: System/Monitoring
|
Group: System/Monitoring
|
||||||
Version: 2.4
|
Version: 2.5
|
||||||
Release: 0
|
Release: 0
|
||||||
Source: https://01.org/powertop/sites/default/files/downloads/%name-%version.tar.gz
|
Source: https://01.org/powertop/sites/default/files/downloads/%name-%version.tar.gz
|
||||||
Patch2: powertop-1.98-always-create-params.patch
|
Patch2: powertop-1.98-always-create-params.patch
|
||||||
@ -52,7 +53,7 @@ doing in terms of power savings.
|
|||||||
find . -name '*.o' -delete
|
find . -name '*.o' -delete
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure
|
%configure CFLAGS=-D_GNU_SOURCE
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
|
Loading…
Reference in New Issue
Block a user