Update to 0.3
This commit is contained in:
parent
f54cab4a49
commit
42bd285ec1
@ -1 +1 @@
|
||||
iotop-0.2.1.tar.bz2
|
||||
iotop-0.3.tar.bz2
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user