From fad4e7e17c6523ec2b1b56d696795c448521b0a0d1ee366d467a7dbfbc17d709 Mon Sep 17 00:00:00 2001 From: Thomas Renninger Date: Fri, 21 Mar 2014 14:40:59 +0000 Subject: [PATCH] Accepting request 226994 from home:trenn:branches:Base:System - Update to version 2.5 - Includes fix for cpufreq drivers not exporting scaling_frequencies (bnc#869048) OBS-URL: https://build.opensuse.org/request/show/226994 OBS-URL: https://build.opensuse.org/package/show/Base:System/powertop?expand=0&rev=22 --- powertop-2.4.tar.gz | 3 --- powertop-2.5.tar.gz | 3 +++ powertop.changes | 7 +++++++ powertop.spec | 7 ++++--- 4 files changed, 14 insertions(+), 6 deletions(-) delete mode 100644 powertop-2.4.tar.gz create mode 100644 powertop-2.5.tar.gz diff --git a/powertop-2.4.tar.gz b/powertop-2.4.tar.gz deleted file mode 100644 index e2248e8..0000000 --- a/powertop-2.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:42796c94546ae7f3d232e41b7fa09b2532396ca389908ff528870311db6327b7 -size 632390 diff --git a/powertop-2.5.tar.gz b/powertop-2.5.tar.gz new file mode 100644 index 0000000..b56daf6 --- /dev/null +++ b/powertop-2.5.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b2c08a555d79e1c428863470c41cb023971d74ba4801d80a05e35adeec23c0b +size 635979 diff --git a/powertop.changes b/powertop.changes index 74afa14..789bb23 100644 --- a/powertop.changes +++ b/powertop.changes @@ -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 diff --git a/powertop.spec b/powertop.spec index 4684c72..25bc8c2 100644 --- a/powertop.spec +++ b/powertop.spec @@ -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