diff --git a/.gitignore b/.gitignore index 8ddf796..b26776d 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ psutil-0.1.3.tar.gz /psutil-0.4.1.tar.gz /psutil-0.5.1.tar.gz /psutil-0.6.1.tar.gz +/psutil-0.7.1.tar.gz diff --git a/python-psutil.spec b/python-psutil.spec index 6682730..74aa82c 100644 --- a/python-psutil.spec +++ b/python-psutil.spec @@ -8,8 +8,8 @@ } Name: python-psutil -Version: 0.6.1 -Release: 2%{?dist} +Version: 0.7.1 +Release: 1%{?dist} Summary: A process and system utilities module for Python Group: Development/Languages @@ -107,6 +107,9 @@ chmod 0755 $RPM_BUILD_ROOT%{python3_sitearch}/*.so %changelog +* Sun May 12 2013 Mohamed El Morabity - 0.7.1-1 +- Update to 0.7.1 + * Thu Feb 14 2013 Fedora Release Engineering - 0.6.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild diff --git a/sources b/sources index 076c4dd..0e5388d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -3cfcbfb8525f6e4c70110e44a85e907e psutil-0.6.1.tar.gz +ad7bcd473cd2a64763ed8286e279d3d7 psutil-0.7.1.tar.gz