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:
Tomáš Chvátal 2014-03-23 21:30:11 +00:00 committed by Git OBS Bridge
commit 26e8655ced
4 changed files with 14 additions and 6 deletions

View File

@ -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
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8b2c08a555d79e1c428863470c41cb023971d74ba4801d80a05e35adeec23c0b
size 635979

View File

@ -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

View File

@ -1,7 +1,7 @@
#
# 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
# remain the property of their copyright owners, unless otherwise agreed
@ -16,13 +16,14 @@
#
Name: powertop
Url: https://01.org/powertop/
#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+
Group: System/Monitoring
Version: 2.4
Version: 2.5
Release: 0
Source: https://01.org/powertop/sites/default/files/downloads/%name-%version.tar.gz
Patch2: powertop-1.98-always-create-params.patch
@ -52,7 +53,7 @@ doing in terms of power savings.
find . -name '*.o' -delete
%build
%configure
%configure CFLAGS=-D_GNU_SOURCE
make %{?_smp_mflags}
%install