Update to 0.5.1

This commit is contained in:
Mohamed El Morabity 2012-07-01 12:58:42 +02:00
parent c8a544ac1a
commit e36584bfba
3 changed files with 9 additions and 10 deletions

1
.gitignore vendored
View File

@ -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

View File

@ -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 <melmorabity@fedoraproject.org> - 0.5.1-1
- Update to 0.5.1
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild

View File

@ -1 +1 @@
9dbefbc6c71f5e50a17a70b18c1150b0 psutil-0.4.1.tar.gz
0899da2bdfc6821a62877eba8b76deb9 psutil-0.5.1.tar.gz