Update to 0.3

This commit is contained in:
drago01 2009-05-19 12:55:35 +00:00
parent f54cab4a49
commit 42bd285ec1
4 changed files with 9 additions and 5 deletions

View File

@ -1 +1 @@
iotop-0.2.1.tar.bz2
iotop-0.3.tar.bz2

View File

@ -5,7 +5,7 @@ diff -upNr iotop-0.2.orign/setup.py iotop-0.2/setup.py
import sys
-sys.path.insert(0, 'setuptools-0.6c6-py2.4.egg')
-sys.path.insert(0, 'setuptools-0.6c9-py2.4.egg')
from setuptools import setup, find_packages
from iotop.version import VERSION

View File

@ -1,7 +1,7 @@
%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
Name: iotop
Version: 0.2.1
Release: 3%{?dist}
Version: 0.3
Release: 1%{?dist}
Summary: Top like utility for I/O
Group: Applications/System
@ -48,6 +48,10 @@ rm -rf $RPM_BUILD_ROOT
%{python_sitelib}/*
%changelog
* Tue May 19 2009 Adel Gadllah <adel.gadllah@gmail.com> 0.3-1
- New upstream version
- fixes RH #475917
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.2.1-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild

View File

@ -1 +1 @@
127e038106492de258a206433f4c3a96 iotop-0.2.1.tar.bz2
4b6979b7ee8e667c222abbd9b75dd7d1 iotop-0.3.tar.bz2