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