Hello community,

here is the log from the commit of package python-Sphinx for openSUSE:Factory 
checked in at 2015-08-07 00:21:27
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-Sphinx (Old)
 and      /work/SRC/openSUSE:Factory/.python-Sphinx.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-Sphinx"

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-Sphinx/python-Sphinx.changes      
2015-07-18 14:39:00.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.python-Sphinx.new/python-Sphinx.changes 
2015-08-07 00:21:28.000000000 +0200
@@ -1,0 +2,11 @@
+Wed Jul 29 13:18:28 UTC 2015 - [email protected]
+
+- Be explicit about six version requirements 
+
+-------------------------------------------------------------------
+Mon Jul 27 09:03:41 UTC 2015 - [email protected]
+
+- fix build on CentOS/RHEL by conditionalizing Recommends: tag
+- add #!BuildIgnore: texinfo to work around CentOS-7 project config
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-Sphinx.spec ++++++
--- /var/tmp/diff_new_pack.4xoVzN/_old  2015-08-07 00:21:29.000000000 +0200
+++ /var/tmp/diff_new_pack.4xoVzN/_new  2015-08-07 00:21:29.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-Sphinx
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -33,7 +33,7 @@
 BuildRequires:  python-alabaster
 BuildRequires:  python-docutils >= 0.7
 BuildRequires:  python-mock
-BuildRequires:  python-six
+BuildRequires:  python-six >= 1.4
 BuildRequires:  python-snowballstemmer
 BuildRequires:  python-sphinx_rtd_theme
 # Testsuite requirements:
@@ -46,10 +46,15 @@
 Requires:       python-Pygments >= 2.0
 Requires:       python-alabaster
 Requires:       python-docutils >= 0.11
-Requires:       python-six
+Requires:       python-six >= 1.4
 Requires:       python-snowballstemmer
 Requires:       python-sphinx_rtd_theme
+%if 0%{?suse_version}
 Recommends:     python-rst2pdf
+%endif
+# workaround for suboptimal CentOS-7 project config
+#!BuildIgnore: texinfo
+
 Provides:       python-sphinx = %{version}
 Obsoletes:      python-sphinx < %{version}
 %if 0%{?suse_version} && 0%{?suse_version} <= 1110


Reply via email to