Accepting request 146912 from home:remur:branches:Base:System

update to 'silent' 2.2 release, changelog constructed from gitlog and todo file, also uses two patches found on fedora build servers

- this time patches documented in .changes

OBS-URL: https://build.opensuse.org/request/show/146912
OBS-URL: https://build.opensuse.org/package/show/Base:System/powertop?expand=0&rev=16
This commit is contained in:
2013-01-04 17:18:17 +00:00
committed by Git OBS Bridge
parent dcee910219
commit ccc6279728
6 changed files with 95 additions and 4 deletions

View File

@@ -22,11 +22,14 @@ Url: https://01.org/powertop/
Summary: A Linux Tool to Find out What is Using Power on a Laptop
License: GPL-2.0+
Group: System/Monitoring
Version: 2.1
Version: 2.2
Release: 0
Source: https://01.org/powertop/sites/default/files/downloads/%name-%version.tar.gz
Patch2: powertop-1.98-always-create-params.patch
Patch5: powertop-no-date.patch
# Following patches were found by the mindful fedora maintainer
Patch6: powertop-2.2-version-fix.patch
Patch7: powertop-2.2-fix-crash-on-readonly-fs.patch
BuildRequires: gcc-c++
BuildRequires: gettext
BuildRequires: ncurses-devel
@@ -47,6 +50,8 @@ doing in terms of power savings.
%setup -q
%patch2 -p1
%patch5 -p1
%patch6 -p1
%patch7 -p1
# Delete objects files left in tarball
find . -name '*.o' -delete