rpms/python-psutil/devel python-psutil.spec,1.3,1.4

Mohamed ElMorabity melmorabity at fedoraproject.org
Tue Apr 13 13:24:27 UTC 2010


Author: melmorabity

Update of /cvs/pkgs/rpms/python-psutil/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv24246

Modified Files:
	python-psutil.spec 
Log Message:
Add missing popd in %build


Index: python-psutil.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-psutil/devel/python-psutil.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- python-psutil.spec	27 Mar 2010 00:14:21 -0000	1.3
+++ python-psutil.spec	13 Apr 2010 13:24:27 -0000	1.4
@@ -8,7 +8,7 @@
 
 Name:           python-psutil
 Version:        0.1.3
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        A process utilities module for Python
 
 Group:          Development/Languages
@@ -76,6 +76,7 @@ cp -a . %{py3dir}
 %if 0%{?with_python3}
 pushd %{py3dir}
 %{__python3} setup.py build
+popd
 %endif
 
 
@@ -116,10 +117,13 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Tue Apr 13 2010 ELMORABITY Mohamed <melmorabity at fedoraproject.org> 0.1.3-2
+- Add missing popd in %%build
+
 * Sat Mar 27 2010 ELMORABITY Mohamed <melmorabity at fedoraproject.org> 0.1.3-1
 - Update to 0.1.3
 - Remove useless call to 2to3 and corresponding BuildRequires
-  python2-tools
+  python2-tools (this version supports Python 3)
 
 * Sat Feb 20 2010 ELMORABITY Mohamed <melmorabity at fedoraproject.org> 0.1.2-4
 - Change python-utils BuildRequires for python2-utils



More information about the scm-commits mailing list