Hello community,

here is the log from the commit of package python3-Sphinx for openSUSE:Factory 
checked in at 2015-10-06 13:24:56
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python3-Sphinx (Old)
 and      /work/SRC/openSUSE:Factory/.python3-Sphinx.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python3-Sphinx"

Changes:
--------
--- /work/SRC/openSUSE:Factory/python3-Sphinx/python3-Sphinx.changes    
2015-08-05 19:14:06.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.python3-Sphinx.new/python3-Sphinx.changes       
2015-10-06 13:24:58.000000000 +0200
@@ -1,0 +2,6 @@
+Fri Sep  4 13:27:51 UTC 2015 - toddrme2...@gmail.com
+
+- Split latex-related stuff into its own subpackage so we can 
+  depend on the necessary latex components.
+  
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python3-Sphinx.spec ++++++
--- /var/tmp/diff_new_pack.EzmEnc/_old  2015-10-06 13:24:59.000000000 +0200
+++ /var/tmp/diff_new_pack.EzmEnc/_new  2015-10-06 13:24:59.000000000 +0200
@@ -83,6 +83,79 @@
 come from the power and straightforwardness of reStructuredText and its parsing
 and translating suite, the Docutils.
 
+%package latex
+Summary:        Sphinx packages for LaTeX
+Group:          Productivity/Publishing/TeX/Base
+Requires:       texlive-latex
+Requires:       texlive-metafont
+Requires:       texlive-pdftex
+Requires:       tex(article.cls)
+Requires:       tex(pdftex.def)
+Requires:       tex(utf8.def)
+Requires:       tex(utf8x.def)
+Requires:       tex(8r.enc)
+Requires:       tex(english.ldf)
+Requires:       tex(pdftex.map)
+Requires:       tex(alltt.sty)
+Requires:       tex(amsfonts.sty)
+Requires:       tex(amsmath.sty)
+Requires:       tex(amssymb.sty)
+Requires:       tex(amsthm.sty)
+Requires:       tex(array.sty)
+Requires:       tex(atbegshi.sty)
+Requires:       tex(babel.sty)
+Requires:       tex(bm.sty)
+Requires:       tex(cmap.sty)
+Requires:       tex(color.sty)
+Requires:       tex(colortbl.sty)
+Requires:       tex(dvipdfmx.def)
+Requires:       tex(fancybox.sty)
+Requires:       tex(fancyhdr.sty)
+Requires:       tex(fancyvrb.sty)
+Requires:       tex(float.sty)
+Requires:       tex(fncychap.sty)
+Requires:       tex(fontenc.sty)
+Requires:       tex(footnote.sty)
+Requires:       tex(framed.sty)
+Requires:       tex(graphics.sty)
+Requires:       tex(graphicx.sty)
+Requires:       tex(hypcap.sty)
+Requires:       tex(hyperref.sty)
+Requires:       tex(ifthen.sty)
+Requires:       tex(inputenc.sty)
+Requires:       tex(longtable.sty)
+Requires:       tex(makeidx.sty)
+Requires:       tex(multirow.sty)
+Requires:       tex(palatino.sty)
+Requires:       tex(parskip.sty)
+Requires:       tex(preview.sty)
+Requires:       tex(tabulary.sty)
+Requires:       tex(textcomp.sty)
+Requires:       tex(threeparttable.sty)
+Requires:       tex(times.sty)
+Requires:       tex(titlesec.sty)
+Requires:       tex(upquote.sty)
+Requires:       tex(wrapfig.sty)
+Requires:       tex(pcrr.tfm)
+Requires:       tex(phvr.tfm)
+Requires:       tex(pplr.tfm)
+Requires:       tex(ptmr.tfm)
+Requires:       tex(pzcmi.tfm)
+
+%description    latex
+Sphinx is a tool that makes it easy to create intelligent and beautiful
+documentation for Python projects (or other documents consisting of multiple
+reStructuredText sources), written by Georg Brandl.  It was originally created
+for the new Python documentation, and has excellent facilities for Python
+project documentation, but C/C++ is supported as well, and more languages are
+planned.
+
+Sphinx uses reStructuredText as its markup language, and many of its strengths
+come from the power and straightforwardness of reStructuredText and its parsing
+and translating suite, the Docutils.
+
+This package contains the LaTeX components for %{name}.
+
 %prep
 %setup -q -n Sphinx-%{version}
 sed -i '/#\!/d' sphinx/pycode/pgen2/token.py # Fix non-excutable-script warning
@@ -152,6 +225,9 @@
 %{_mandir}/man1/sphinx-quickstart.1.gz
 %{_mandir}/man1/sphinx-quickstart-%{py3_ver}.1.gz
 %{python3_sitelib}/sphinx/
+%if 0%{?suse_version} && ( 0%{?suse_version} != 1315 && 0%{?suse_version} > 
1110 )
+%exclude %{python3_sitelib}/sphinx/texinputs/
+%endif
 %{python3_sitelib}/Sphinx-%{version}-py%{py3_ver}.egg-info
 %ghost %{_sysconfdir}/alternatives/sphinx-apidoc
 %ghost %{_sysconfdir}/alternatives/sphinx-autogen
@@ -166,4 +242,12 @@
 %defattr(-,root,root,-)
 %doc EXAMPLES build/sphinx/html
 
+# Requirements are not available on SLES
+%if 0%{?suse_version} && ( 0%{?suse_version} != 1315 && 0%{?suse_version} > 
1110 )
+%files latex
+%defattr(-,root,root,-)
+%doc AUTHORS LICENSE
+%{python3_sitelib}/sphinx/texinputs/
+%endif
+
 %changelog


Reply via email to