From a4a8f7d12f84c38f1a046bf50dc95f23fc5f73cb Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Wed, 9 Feb 2011 10:22:03 -0600 Subject: [PATCH] - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild --- powertop.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/powertop.spec b/powertop.spec index 90014bc..c4db8fb 100644 --- a/powertop.spec +++ b/powertop.spec @@ -1,6 +1,6 @@ Name: powertop Version: 1.13 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Power consumption monitor Group: Applications/System @@ -55,6 +55,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man8/powertop.8* %changelog +* Wed Feb 09 2011 Fedora Release Engineering - 1.13-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild + * Wed Nov 24 2010 Jaroslav Škarvada - 1.13-2 - Fixed sigwinch handling (#644800) - Readded strncpy patch as strncpy is safer than strcpy