From a1df0b3fd2b8da1347c993b70cfa9407ca68c693 Mon Sep 17 00:00:00 2001 From: terjeros Date: May 31 2010 20:51:33 +0000 Subject: - python3-pygments not in Fedora 13, disable python 3 build --- diff --git a/bpython.spec b/bpython.spec index 1c23a3a..0dae804 100644 --- a/bpython.spec +++ b/bpython.spec @@ -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 - 0.9.6.2-5.fc13.1 +- python3-pygments not in Fedora 13, disable python 3 build + * Sun May 30 2010 Terje Rosten - 0.9.6.2-5 - Add patch to fix suspend