From 95af7254a980ca2276b25bb448c79e9c87ecc050 Mon Sep 17 00:00:00 2001 From: Orion Poplawski Date: Fri, 9 May 2014 21:43:42 -0600 Subject: [PATCH] Rebuild for Python 3.4 --- python-docutils.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-docutils.spec b/python-docutils.spec index 40caec4..c979cef 100644 --- a/python-docutils.spec +++ b/python-docutils.spec @@ -11,7 +11,7 @@ Name: python-%{srcname} Version: 0.11 -Release: 1%{?dist} +Release: 2%{?dist} Summary: System for processing plaintext documentation Group: Development/Languages @@ -170,6 +170,9 @@ rm -rf %{buildroot} %endif %changelog +* Fri May 9 2014 Orion Poplawski - 0.11-2 +- Rebuild for Python 3.4 + * Thu Aug 15 2013 Toshio Kuratomi - 0.11-1 - 0.11 final tarball. - Remove flash file from the install (it was only used to run the unittests anyhow)