From 5b53a7eb6f7c1b6b8c90f08d8044f97f8d61c717 Mon Sep 17 00:00:00 2001 From: Luke Macken Date: Apr 10 2013 23:03:48 +0000 Subject: Disable the python3 subpackage until python-babel is ported --- diff --git a/python-genshi.spec b/python-genshi.spec index f7aff0a..2e6144e 100644 --- a/python-genshi.spec +++ b/python-genshi.spec @@ -1,10 +1,10 @@ -%if 0%{?fedora} > 12 -%global with_python3 1 -%endif +# Python3 package disabled until Babel is ported +# http://babel.edgewall.org/ticket/209 +%global with_python3 0 Name: python-genshi Version: 0.7 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Toolkit for stream-based generation of output for the web Group: Development/Languages @@ -92,6 +92,9 @@ popd %endif %changelog +* Wed Apr 10 2013 Luke Macken - 0.7-2 +- Disable the python3 subpackage until python-babel is ported + * Tue Apr 9 2013 Luke Macken - 0.7-1 - Update to 0.7 - Add a python3 subpackage