diff --git a/.gitignore b/.gitignore index dd8d4f8..ce215d0 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ docutils-0.6.tar.gz +docutils-0.7.tar.gz diff --git a/python-docutils.spec b/python-docutils.spec index 55378cf..eedf3fa 100644 --- a/python-docutils.spec +++ b/python-docutils.spec @@ -6,8 +6,8 @@ %global srcname docutils Name: python-%{srcname} -Version: 0.6 -Release: 2%{?dist} +Version: 0.7 +Release: 1%{?dist} Summary: System for processing plaintext documentation Group: Development/Languages @@ -18,8 +18,8 @@ Source0: http://downloads.sourceforge.net/docutils/%{srcname}-%{version}. BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch -BuildRequires: python-devel -BuildRequires: python-setuptools-devel +BuildRequires: python2-devel +BuildRequires: python-setuptools Requires: python-imaging Provides: docutils = %{version}-%{release} @@ -79,6 +79,9 @@ rm -rf %{buildroot} %{python_sitelib}/*egg-info %changelog +* Sun Aug 1 2010 Toshio Kuratomi - 0.7-1 +- Update for 0.7 release + * Thu Jul 22 2010 David Malcolm - 0.6-2 - Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild diff --git a/sources b/sources index b717765..b7edec4 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -5c615479a965bc773892f585e0e08119 docutils-0.6.tar.gz +9aec716baf15d06b5aa57cf8d5591c15 docutils-0.7.tar.gz