diff --git a/.gitignore b/.gitignore index 967be87..f4083c9 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ iotop-0.4.tar.bz2 /iotop-0.4.3.tar.bz2 /iotop-0.4.4.tar.bz2 +/iotop-0.5.tar.bz2 diff --git a/iotop.spec b/iotop.spec index 9ced81e..29a0c46 100644 --- a/iotop.spec +++ b/iotop.spec @@ -1,7 +1,7 @@ %{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: iotop -Version: 0.4.4 -Release: 3%{?dist} +Version: 0.5 +Release: 1%{?dist} Summary: Top like utility for I/O Group: Applications/System @@ -41,10 +41,13 @@ rm -rf $RPM_BUILD_ROOT %defattr(-,root,root,-) %doc COPYING NEWS THANKS %{_bindir}/iotop -%{_mandir}/man1/iotop.1.* +%{_mandir}/man8/iotop.* %{python_sitelib}/* %changelog +* Tue Feb 05 2013 Michal Hlavinka - 0.5-1 +- iotop updated to 0.5 + * Thu Jul 19 2012 Fedora Release Engineering - 0.4.4-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild diff --git a/sources b/sources index 6281adb..ad2a5ad 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -cdd38b276cbf238676f5d2bcf098ba9c iotop-0.4.4.tar.bz2 +b0846ad976f41bca2813f7f8a73fef31 iotop-0.5.tar.bz2