diff --git a/python-pygments.spec b/python-pygments.spec index 3fbf6f1..800a32e 100644 --- a/python-pygments.spec +++ b/python-pygments.spec @@ -1,10 +1,10 @@ -%global with_python3 0 +%global with_python3 1 %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: python-pygments Version: 1.3.1 -Release: 3%{?dist} +Release: 4%{?dist} Summary: A syntax highlighting engine written in Python Group: Development/Libraries @@ -96,6 +96,9 @@ rm -rf $RPM_BUILD_ROOT %endif # with_python3 %changelog +* Fri Apr 23 2010 Steve 'Ashcrow' Milner - 1.3.1-4 +- switched with_python3 back to 1 + * Fri Apr 23 2010 David Malcolm - 1.3.1-3 - add python3 subpackage (BZ#537244), ignoring soft-dep on imaging for now