diff --git a/.cvsignore b/.cvsignore index d94daaa..b7cb518 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -iotop-0.3.tar.bz2 +iotop-0.4.tar.bz2 diff --git a/iotop-0.2-setuptools.patch b/iotop-0.2-setuptools.patch deleted file mode 100644 index 57f9e0d..0000000 --- a/iotop-0.2-setuptools.patch +++ /dev/null @@ -1,11 +0,0 @@ -diff -upNr iotop-0.2.orign/setup.py iotop-0.2/setup.py ---- iotop-0.2.orign/setup.py 2008-05-23 00:27:55.000000000 +0200 -+++ iotop-0.2/setup.py 2008-05-26 17:25:23.000000000 +0200 -@@ -2,7 +2,6 @@ - - import sys - --sys.path.insert(0, 'setuptools-0.6c9-py2.4.egg') - from setuptools import setup, find_packages - from iotop.version import VERSION - diff --git a/iotop.spec b/iotop.spec index e7f40ef..d5027f2 100644 --- a/iotop.spec +++ b/iotop.spec @@ -1,7 +1,7 @@ -%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} +%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: iotop -Version: 0.3 -Release: 2%{?dist} +Version: 0.4 +Release: 1%{?dist} Summary: Top like utility for I/O Group: Applications/System @@ -12,14 +12,10 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: python-devel -BuildRequires: python-setuptools-devel Requires: python - -Patch0: iotop-0.2-setuptools.patch %prep %setup -%patch0 -p1 %build %{__python} setup.py build @@ -48,6 +44,9 @@ rm -rf $RPM_BUILD_ROOT %{python_sitelib}/* %changelog +* Tue Jan 12 2010 Adel Gadllah 0.4-1 +- New upstream version + * Fri Jul 24 2009 Fedora Release Engineering - 0.3-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild diff --git a/sources b/sources index b8610ef..1301537 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -4b6979b7ee8e667c222abbd9b75dd7d1 iotop-0.3.tar.bz2 +3607f8b77ed6686efd9a4a7e6c135ceb iotop-0.4.tar.bz2