rpms/python-pygments/devel python-pygments.spec,1.16,1.17

smilner smilner at fedoraproject.org
Fri Apr 23 17:22:53 UTC 2010


Author: smilner

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

Modified Files:
	python-pygments.spec 
Log Message:
reenabled with_python3


Index: python-pygments.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-pygments/devel/python-pygments.spec,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -p -r1.16 -r1.17
--- python-pygments.spec	23 Apr 2010 15:25:43 -0000	1.16
+++ python-pygments.spec	23 Apr 2010 17:22:52 -0000	1.17
@@ -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 <me at stevemilner.org> - 1.3.1-4
+- switched with_python3 back to 1
+
 * Fri Apr 23 2010 David Malcolm <dmalcolm at redhat.com> - 1.3.1-3
 - add python3 subpackage (BZ#537244), ignoring soft-dep on imaging for now
 



More information about the scm-commits mailing list