From 87e1a370792d57d831920dd6d436ca1c0f43ec34 Mon Sep 17 00:00:00 2001 From: Toshio くらとみ Date: Jul 08 2009 19:34:12 +0000 Subject: Update to 0.5 for Meetbot. Should be backwards compatible. --- diff --git a/.cvsignore b/.cvsignore index 71e68d7..7915efe 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -docutils-0.4.tar.gz +docutils-0.5.tar.gz diff --git a/python-docutils.spec b/python-docutils.spec index f3112c1..ffe6c10 100644 --- a/python-docutils.spec +++ b/python-docutils.spec @@ -3,8 +3,8 @@ %define srcname docutils Name: python-%{srcname} -Version: 0.4 -Release: 8%{?dist} +Version: 0.5 +Release: 3%{?dist} Summary: A system for processing plaintext documentation Group: Development/Languages @@ -62,7 +62,7 @@ file=roman.py extradest=%{python_sitelib} fullextradest=%{buildroot}/$extradest install -D -m 0644 extras/$file $fullextradest/$file - + %clean rm -rf %{buildroot} @@ -76,6 +76,15 @@ rm -rf %{buildroot} %{python_sitelib}/*egg-info/ %changelog +* Thu Feb 26 2009 Fedora Release Engineering - 0.5-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild + +* Sat Nov 29 2008 Ignacio Vazquez-Abrams - 0.5-2 +- Rebuild for Python 2.6 + +* Wed Aug 6 2008 Toshio Kuratomi 0.5-1 +- New upstream version. + * Mon Mar 3 2008 Toshio Kuratomi 0.4-8 - Use regular Requires syntax for python-imaging as missingok is just wrong. diff --git a/sources b/sources index 5a0659f..44374ad 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -0fe7b42bb3c2aa3680fe30f9a5fbf712 docutils-0.4.tar.gz +dd72dac92fc8e3eb0f48c3effeef80f6 docutils-0.5.tar.gz