[powertop/f14/master] powertop 1.13

Adam Jackson ajax at fedoraproject.org
Wed Aug 25 19:49:47 UTC 2010


commit b5f7d580517d4671b0d13c518b0eea170bab6964
Author: Adam Jackson <ajax at redhat.com>
Date:   Wed Aug 25 15:49:46 2010 -0400

    powertop 1.13

 .gitignore    |    1 +
 powertop.spec |   12 ++++++------
 sources       |    2 +-
 3 files changed, 8 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 1760529..57812d7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 powertop-1.11.tar.gz
+/powertop-1.13.tar.gz
diff --git a/powertop.spec b/powertop.spec
index 88a8484..bcf60fb 100644
--- a/powertop.spec
+++ b/powertop.spec
@@ -1,6 +1,6 @@
 Name:           powertop
-Version:        1.11
-Release:        3%{?dist}
+Version:        1.13
+Release:        1%{?dist}
 Summary:        Power consumption monitor
 
 Group:          Applications/System
@@ -12,15 +12,12 @@ BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires: gettext
 BuildRequires: ncurses-devel
 
-Patch1: powertop-1.7-strncpy.patch
-
 %description
 PowerTOP is a tool that finds the software component(s) that make your
 computer use more power than necessary while it is idle.
 
 %prep
 %setup -q
-%patch1 -p1 -b .strncpy
 
 %build
 export CFLAGS="$RPM_OPT_FLAGS"
@@ -38,9 +35,12 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(-,root,root,-)
 %doc COPYING README
 %{_bindir}/powertop
-%{_mandir}/man1/powertop.1*
+%{_mandir}/man1/powertop.8*
 
 %changelog
+* Wed Aug 25 2010 Adam Jackson <ajax at redhat.com> 1.13-1
+- powertop 1.13
+
 * Sun Jul 26 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.11-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 
diff --git a/sources b/sources
index 0535e01..b20accf 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-3498f5983c683c3a57dce7379a722082  powertop-1.11.tar.gz
+78aa17c8f55178004223bf236654298e  powertop-1.13.tar.gz


More information about the scm-commits mailing list