diff --git a/.gitignore b/.gitignore index abf6568..6569a6f 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ psutil-0.1.3.tar.gz /psutil-0.3.0.tar.gz /psutil-0.4.0.tar.gz /psutil-0.4.1.tar.gz +/psutil-0.5.1.tar.gz diff --git a/python-psutil.spec b/python-psutil.spec index 220f7d3..dee42e4 100644 --- a/python-psutil.spec +++ b/python-psutil.spec @@ -8,8 +8,8 @@ } Name: python-psutil -Version: 0.4.1 -Release: 2%{?dist} +Version: 0.5.1 +Release: 1%{?dist} Summary: A process utilities module for Python Group: Development/Languages @@ -52,9 +52,6 @@ for file in psutil/*.py; do rm $file.orig done -# Fix permissions -chmod a-x docs/class_diagram.png - %if 0%{?with_python3} rm -rf %{py3dir} cp -a . %{py3dir} @@ -86,8 +83,7 @@ popd %files -%defattr(-,root,root,-) -%doc CREDITS HISTORY LICENSE README docs/ +%doc CREDITS HISTORY LICENSE README %{python_sitearch}/%{short_name}/ %{python_sitearch}/*.egg-info %{python_sitearch}/*.so @@ -95,8 +91,7 @@ popd %if 0%{?with_python3} %files -n python3-psutil -%defattr(-,root,root,-) -%doc CREDITS HISTORY LICENSE README docs/ +%doc CREDITS HISTORY LICENSE README %{python3_sitearch}/%{short_name}/ %{python3_sitearch}/*.egg-info %{python3_sitearch}/*.so @@ -104,6 +99,9 @@ popd %changelog +* Sun Jul 01 2012 Mohamed El Morabity - 0.5.1-1 +- Update to 0.5.1 + * Sat Jan 14 2012 Fedora Release Engineering - 0.4.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild diff --git a/sources b/sources index b124c10..ca47416 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -9dbefbc6c71f5e50a17a70b18c1150b0 psutil-0.4.1.tar.gz +0899da2bdfc6821a62877eba8b76deb9 psutil-0.5.1.tar.gz