diff --git a/.cvsignore b/.cvsignore index 1bf367a..d3096ec 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -Sphinx-0.5.1.tar.gz +Sphinx-0.6.2.tar.gz diff --git a/python-sphinx.spec b/python-sphinx.spec index a180df6..1c2dffd 100644 --- a/python-sphinx.spec +++ b/python-sphinx.spec @@ -4,19 +4,20 @@ %define upstream_name Sphinx Name: python-sphinx -Version: 0.5.1 -Release: 2%{?dist} +Version: 0.6.2 +Release: 1%{?dist} Summary: Python documentation generator Group: Development/Tools License: BSD URL: http://sphinx.pocoo.org/ Source0: http://pypi.python.org/packages/source/S/%{upstream_name}/%{upstream_name}-%{version}.tar.gz +Patch0: %{name}-setuptools.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch -BuildRequires: python-devel python-docutils python-jinja python-setuptools -Requires: python-docutils python-jinja python-pygments +BuildRequires: python-devel python-docutils python-jinja2 python-setuptools +Requires: python-docutils python-jinja2 python-pygments %description @@ -68,6 +69,7 @@ This package contains documentation in rST and HTML formats %prep %setup -q -n %{upstream_name}-%{version} +%patch0 -p0 -b .setuptools %build @@ -107,6 +109,15 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Mon Aug 17 2009 Toshio Kuratomi - 0.6.2-1 +- Update to 0.6.2 -- upstream bugfix requested inside bz#512438 + +* Fri Jun 05 2009 Luke Macken - 0.6.1-2 +- Add a patch to use our own setuptools package + +* Fri Apr 17 2009 Michel Salim - 0.6.1-1 +- Update to 0.6.1 + * Thu Feb 26 2009 Fedora Release Engineering - 0.5.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild diff --git a/sources b/sources index f90f6b5..66342c7 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -11456e362d75c1a4c5a5847921d3f4c7 Sphinx-0.5.1.tar.gz +c8f79e171addc73342cc2e775dc78880 Sphinx-0.6.2.tar.gz