diff --git a/.gitignore b/.gitignore index 629d782..3e3c9b2 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1 @@ -/Sphinx-1.2.1.tar.gz -/Sphinx-1.2.2.tar.gz +/Sphinx-1.2.3.tar.gz diff --git a/python-sphinx.spec b/python-sphinx.spec index 681e096..d1056c4 100644 --- a/python-sphinx.spec +++ b/python-sphinx.spec @@ -12,8 +12,8 @@ %global upstream_name Sphinx Name: python-sphinx -Version: 1.2.2 -Release: 10%{?dist} +Version: 1.2.3 +Release: 1%{?dist} Summary: Python documentation generator Group: Development/Tools @@ -54,6 +54,7 @@ BuildRequires: tex(multirow.sty) BuildRequires: tex(parskip.sty) BuildRequires: tex(titlesec.sty) BuildRequires: tex(threeparttable.sty) +BuildRequires: tex(upquote.sty) BuildRequires: tex(wrapfig.sty) @@ -84,6 +85,7 @@ Requires: tex(multirow.sty) Requires: tex(parskip.sty) Requires: tex(titlesec.sty) Requires: tex(threeparttable.sty) +Requires: tex(upquote.sty) Requires: tex(wrapfig.sty) %endif @@ -131,6 +133,7 @@ Requires: tex(multirow.sty) Requires: tex(parskip.sty) Requires: tex(titlesec.sty) Requires: tex(threeparttable.sty) +Requires: tex(upquote.sty) Requires: tex(wrapfig.sty) %description latex @@ -167,6 +170,7 @@ Requires: tex(multirow.sty) Requires: tex(parskip.sty) Requires: tex(titlesec.sty) Requires: tex(threeparttable.sty) +Requires: tex(upquote.sty) Requires: tex(wrapfig.sty) %endif @@ -213,6 +217,7 @@ Requires: tex(multirow.sty) Requires: tex(parskip.sty) Requires: tex(titlesec.sty) Requires: tex(threeparttable.sty) +Requires: tex(upquote.sty) Requires: tex(wrapfig.sty) %description -n python3-sphinx-latex @@ -351,7 +356,8 @@ popd %files -f sphinx.lang -%doc AUTHORS CHANGES EXAMPLES LICENSE README.rst TODO +%license LICENSE +%doc AUTHORS CHANGES EXAMPLES README.rst TODO %exclude %{_bindir}/sphinx-*-3 %exclude %{_bindir}/sphinx-*-%{python3_version} %{_bindir}/sphinx-* @@ -376,7 +382,8 @@ popd %if 0%{?with_python3} %files -n python3-sphinx -f sphinx.lang -%doc AUTHORS CHANGES EXAMPLES LICENSE README.rst TODO +%license LICENSE +%doc AUTHORS CHANGES EXAMPLES README.rst TODO %{_bindir}/sphinx-*-3 %{_bindir}/sphinx-*-%{python3_version} %if 0%{?with_splitlatex} @@ -407,6 +414,10 @@ popd %changelog +* Thu Feb 5 2015 Michel Alexandre Salim - 1.2.3-1 +- Update to 1.2.3 +- Mark license file with %%license instead of %%doc + * Thu Feb 5 2015 Michel Alexandre Salim - 1.2.2-10 - Complete LaTeX builder deps (fixes bz#882166) - Make test output verbose diff --git a/sources b/sources index 33de74f..a5211f6 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -3dc73ccaa8d0bfb2d62fb671b1f7e8a4 Sphinx-1.2.2.tar.gz +a98c93124035b4cd7183604aec656cb3 Sphinx-1.2.3.tar.gz