rpms/bpython/F-13 bpython.spec,1.13,1.14

terjeros terjeros at fedoraproject.org
Mon May 31 20:51:33 UTC 2010


Author: terjeros

Update of /cvs/pkgs/rpms/bpython/F-13
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv31447

Modified Files:
	bpython.spec 
Log Message:
* Mon May 31 2010 Terje Rosten <terje.rosten at ntnu.no> - 0.9.6.2-5.fc13.1
- python3-pygments not in Fedora 13, disable python 3 build



Index: bpython.spec
===================================================================
RCS file: /cvs/pkgs/rpms/bpython/F-13/bpython.spec,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -p -r1.13 -r1.14
--- bpython.spec	30 May 2010 12:48:51 -0000	1.13
+++ bpython.spec	31 May 2010 20:51:33 -0000	1.14
@@ -1,11 +1,11 @@
-%global with_python3 1
+%global with_python3 0
 
 %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
 Name:          bpython
 Summary:       Fancy curses interface to the Python interactive interpreter
 Version:       0.9.6.2
-Release:       5%{?dist}
+Release:       5%{?dist}.1
 URL:           http://www.bpython-interpreter.org/
 Group:         Development/Libraries
 License:       MIT
@@ -125,6 +125,9 @@ popd
 %endif # with_python3
 
 %changelog
+* Mon May 31 2010 Terje Rosten <terje.rosten at ntnu.no> - 0.9.6.2-5.fc13.1
+- python3-pygments not in Fedora 13, disable python 3 build
+
 * Sun May 30 2010 Terje Rosten <terje.rosten at ntnu.no> - 0.9.6.2-5
 - Add patch to fix suspend
 



More information about the scm-commits mailing list