[python-psutil] Update to 0.3.0

Mohamed ElMorabity melmorabity at fedoraproject.org
Mon Jul 18 19:41:58 UTC 2011


commit df63b0c17aa7e4dc12df583bd2093c1a991d76eb
Author: Mohamed El Morabity <melmorabity at fedoraproject.org>
Date:   Mon Jul 18 21:40:20 2011 +0200

    Update to 0.3.0

 .gitignore         |    1 +
 python-psutil.spec |   14 +++++++-------
 sources            |    2 +-
 3 files changed, 9 insertions(+), 8 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 9348064..59b6911 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 psutil-0.1.3.tar.gz
 /psutil-0.2.0.tar.gz
 /psutil-0.2.1.tar.gz
+/psutil-0.3.0.tar.gz
diff --git a/python-psutil.spec b/python-psutil.spec
index c7ba9d5..441ae25 100644
--- a/python-psutil.spec
+++ b/python-psutil.spec
@@ -8,7 +8,7 @@
 }
 
 Name:           python-psutil
-Version:        0.2.1
+Version:        0.3.0
 Release:        1%{?dist}
 Summary:        A process utilities module for Python
 
@@ -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}
@@ -62,7 +59,7 @@ cp -a . %{py3dir}
 
 
 %build
-export CFLAGS="$RPM_OPT_FLAGS"
+export CFLAGS=$RPM_OPT_FLAGS
 %{__python} setup.py build
 
 %if 0%{?with_python3}
@@ -88,7 +85,7 @@ popd
  
 %files
 %defattr(-,root,root,-)
-%doc CREDITS HISTORY LICENSE README docs
+%doc CREDITS HISTORY LICENSE README docs/
 %{python_sitearch}/%{short_name}/
 %{python_sitearch}/*.egg-info
 %{python_sitearch}/*.so
@@ -97,7 +94,7 @@ popd
 %if 0%{?with_python3}
 %files -n python3-psutil
 %defattr(-,root,root,-)
-%doc CREDITS HISTORY LICENSE README docs
+%doc CREDITS HISTORY LICENSE README docs/
 %{python3_sitearch}/%{short_name}/
 %{python3_sitearch}/*.egg-info
 %{python3_sitearch}/*.so
@@ -105,6 +102,9 @@ popd
 
 
 %changelog
+* Mon Jul 18 2011 Mohamed El Morabity <melmorabity at fedoraproject.org> - 0.3.0-1
+- Update to 0.3.0
+
 * Wed Mar 23 2011 Mohamed El Morabity <melmorabity at fedoraproject.org> - 0.2.1-1
 - Update to 0.2.1
 - Spec cleanup
diff --git a/sources b/sources
index 3218af9..59cc76e 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-d86bcadaa8bcc1281620d2dc5427d0a8  psutil-0.2.1.tar.gz
+9bf25e47ee232a1e3cf3bf0937c5b87a  psutil-0.3.0.tar.gz


More information about the scm-commits mailing list