[python-psutil] Update to 0.4.0

Mohamed ElMorabity melmorabity at fedoraproject.org
Sun Nov 20 10:36:32 UTC 2011


commit 2bd1c6b189e2211c9260fc17cbe08c0be0ac92a6
Author: Mohamed El Morabity <melmorabity at fedoraproject.org>
Date:   Sun Nov 20 11:36:17 2011 +0100

    Update to 0.4.0

 .gitignore         |    1 +
 python-psutil.spec |   13 +++++++++----
 sources            |    2 +-
 3 files changed, 11 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 59b6911..0165420 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,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
+/psutil-0.4.0.tar.gz
diff --git a/python-psutil.spec b/python-psutil.spec
index 441ae25..cf14fd1 100644
--- a/python-psutil.spec
+++ b/python-psutil.spec
@@ -8,7 +8,7 @@
 }
 
 Name:           python-psutil
-Version:        0.3.0
+Version:        0.4.0
 Release:        1%{?dist}
 Summary:        A process utilities module for Python
 
@@ -52,6 +52,9 @@ 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}
@@ -59,12 +62,11 @@ cp -a . %{py3dir}
 
 
 %build
-export CFLAGS=$RPM_OPT_FLAGS
-%{__python} setup.py build
+CFLAGS=$RPM_OPT_FLAGS %{__python} setup.py build
 
 %if 0%{?with_python3}
 pushd %{py3dir}
-%{__python3} setup.py build
+CFLAGS=$RPM_OPT_FLAGS %{__python3} setup.py build
 popd
 %endif
 
@@ -102,6 +104,9 @@ popd
 
 
 %changelog
+* Sun Nov 20 2011 Mohamed El Morabity <melmorabity at fedoraproject.org> - 0.4.0-1
+- Update to 0.4.0
+
 * Mon Jul 18 2011 Mohamed El Morabity <melmorabity at fedoraproject.org> - 0.3.0-1
 - Update to 0.3.0
 
diff --git a/sources b/sources
index 59cc76e..dbc0bd1 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-9bf25e47ee232a1e3cf3bf0937c5b87a  psutil-0.3.0.tar.gz
+241ac01e6c4a2fb4ccd0b4c9e61b51b0  psutil-0.4.0.tar.gz


More information about the scm-commits mailing list