Hello community,

here is the log from the commit of package python-Sphinx for openSUSE:Factory 
checked in at 2018-06-02 11:50:14
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-Sphinx (Old)
 and      /work/SRC/openSUSE:Factory/.python-Sphinx.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-Sphinx"

Sat Jun  2 11:50:14 2018 rev:50 rq:612216 version:1.7.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-Sphinx/python-Sphinx-doc.changes  
2018-02-27 16:56:19.963565211 +0100
+++ /work/SRC/openSUSE:Factory/.python-Sphinx.new/python-Sphinx-doc.changes     
2018-06-02 11:50:25.211803183 +0200
@@ -1,0 +2,6 @@
+Wed May 23 12:17:03 UTC 2018 - mimi...@gmail.com
+
+- update to 1.7.4
+- ver long list of changes - please check www.sphinx-doc.org for details
+ 
+-------------------------------------------------------------------
--- /work/SRC/openSUSE:Factory/python-Sphinx/python-Sphinx.changes      
2018-03-12 12:08:07.711181209 +0100
+++ /work/SRC/openSUSE:Factory/.python-Sphinx.new/python-Sphinx.changes 
2018-06-02 11:50:25.239802155 +0200
@@ -1,0 +2,6 @@
+Wed May 23 12:14:49 UTC 2018 - mimi...@gmail.com
+
+- update to 1.7.4
+- very long list of changes - please see 
http://www.sphinx-doc.org/en/master/changes.html#release-1-7-4-released-apr-25-2018
+
+-------------------------------------------------------------------

Old:
----
  Sphinx-1.6.5.tar.gz

New:
----
  Sphinx-1.7.4.tar.gz

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

Other differences:
------------------
++++++ python-Sphinx-doc.spec ++++++
--- /var/tmp/diff_new_pack.E9x8KB/_old  2018-06-02 11:50:25.951776042 +0200
+++ /var/tmp/diff_new_pack.E9x8KB/_new  2018-06-02 11:50:25.955775895 +0200
@@ -16,32 +16,29 @@
 #
 
 
+%{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %if 0%{?suse_version} != 1315
 %bcond_without latex
 %else
 %bcond_with latex
 %endif
-
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           python-Sphinx-doc
-Version:        1.6.5
+Version:        1.7.4
 Release:        0
-Url:            http://sphinx-doc.org
 Summary:        Documentation for python-Sphinx
 License:        BSD-2-Clause
 Group:          Documentation/Other
+URL:            http://sphinx-doc.org
 Source:         
https://files.pythonhosted.org/packages/source/S/Sphinx/Sphinx-%{version}.tar.gz
 Patch1:         disable-test.patch
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  fdupes
+BuildRequires:  python-rpm-macros
 BuildRequires:  python3-Sphinx
+Recommends:     %{name}-html = %{version}
+BuildArch:      noarch
 %if %{with latex}
 BuildRequires:  python3-Sphinx-latex
 %endif
-BuildRequires:  python-rpm-macros
-Recommends:     %{name}-html = %{version}
-BuildArch:      noarch
-
 %python_subpackages
 
 %description
@@ -106,8 +103,8 @@
 
 mkdir build.doc
 
-%__python3 setup.py build_sphinx && rm build/sphinx/html/.buildinfo
-%__python3 setup.py build_sphinx -b man
+python3 setup.py build_sphinx && rm build/sphinx/html/.buildinfo
+python3 setup.py build_sphinx -b man
 
 mv build/sphinx/{html,man} build.doc/
 
@@ -128,29 +125,29 @@
 %python_clone %{buildroot}%{_mandir}/man1/sphinx-quickstart.1
 
 %files %{python_files}
-%defattr(-,root,root,-)
-%doc AUTHORS LICENSE EXAMPLES
+%license LICENSE
+%doc AUTHORS EXAMPLES
 
 %files %{python_files man}
-%defattr(-,root,root,-)
-%doc AUTHORS LICENSE
-%{_mandir}/man1/sphinx-all-%{python_bin_suffix}.1%ext_man
-%{_mandir}/man1/sphinx-apidoc-%{python_bin_suffix}.1%ext_man
-%{_mandir}/man1/sphinx-build-%{python_bin_suffix}.1%ext_man
-%{_mandir}/man1/sphinx-quickstart-%{python_bin_suffix}.1%ext_man
+%license LICENSE
+%doc AUTHORS
+%{_mandir}/man1/sphinx-all-%{python_bin_suffix}.1%{?ext_man}
+%{_mandir}/man1/sphinx-apidoc-%{python_bin_suffix}.1%{?ext_man}
+%{_mandir}/man1/sphinx-build-%{python_bin_suffix}.1%{?ext_man}
+%{_mandir}/man1/sphinx-quickstart-%{python_bin_suffix}.1%{?ext_man}
 
 %files -n %{name}-html
-%defattr(-,root,root,-)
-%doc AUTHORS LICENSE
+%license LICENSE
+%doc AUTHORS
 %dir %{_docdir}/python-Sphinx/
 %{_docdir}/python-Sphinx/html/
 
 %files -n %{name}-man-common
-%defattr(-,root,root,-)
-%doc AUTHORS LICENSE
-%{_mandir}/man1/sphinx-all.1%ext_man
-%{_mandir}/man1/sphinx-apidoc.1%ext_man
-%{_mandir}/man1/sphinx-build.1%ext_man
-%{_mandir}/man1/sphinx-quickstart.1%ext_man
+%license LICENSE
+%doc AUTHORS
+%{_mandir}/man1/sphinx-all.1%{?ext_man}
+%{_mandir}/man1/sphinx-apidoc.1%{?ext_man}
+%{_mandir}/man1/sphinx-build.1%{?ext_man}
+%{_mandir}/man1/sphinx-quickstart.1%{?ext_man}
 
 %changelog

++++++ python-Sphinx.spec ++++++
--- /var/tmp/diff_new_pack.E9x8KB/_old  2018-06-02 11:50:25.983774868 +0200
+++ /var/tmp/diff_new_pack.E9x8KB/_new  2018-06-02 11:50:25.987774722 +0200
@@ -16,28 +16,28 @@
 #
 
 
+%{?!python_module:%define python_module() python-%{**} python3-%{**}}
+%define oldpython python
 %if 0%{?suse_version} != 1315
 %bcond_without latex
 %else
 %bcond_with latex
 %endif
-
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
-%define oldpython python
 Name:           python-Sphinx
-Version:        1.6.5
+Version:        1.7.4
 Release:        0
-Url:            http://sphinx-doc.org
 Summary:        Python documentation generator
 License:        BSD-2-Clause
 Group:          Development/Languages/Python
+URL:            http://sphinx-doc.org
 Source:         
https://files.pythonhosted.org/packages/source/S/Sphinx/Sphinx-%{version}.tar.gz
 Patch1:         disable-test.patch
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
+# workaround for suboptimal CentOS-7 project config
+#!BuildIgnore:  texinfo
 Requires:       python-Babel >= 1.3
 Requires:       python-Jinja2 >= 2.3
 Requires:       python-Pygments >= 2.0
@@ -50,10 +50,13 @@
 Requires:       python-sphinx_rtd_theme
 Requires:       python-sphinxcontrib
 Requires:       python-sphinxcontrib-websupport
+Requires(post): update-alternatives
+Requires(postun): update-alternatives
+BuildArch:      noarch
 %if 0%{?suse_version} >= 1000 || 0%{?fedora_version} >= 24
+Recommends:     %{name}-doc-man
 Recommends:     python-SQLAlchemy >= 0.9
 Recommends:     python-Whoosh >= 2.0
-Recommends:     %{name}-doc-man
 %endif
 %ifpython2
 Requires:       python-enum34
@@ -64,21 +67,13 @@
 Requires:       python-typing
 %endif
 %endif
-Requires(post): update-alternatives
-Requires(postun): update-alternatives
-
 %if 0%{?suse_version}
 Recommends:     python-rst2pdf
 %endif
-# workaround for suboptimal CentOS-7 project config
-#!BuildIgnore: texinfo
-
 %ifpython2
 Obsoletes:      %{oldpython}-sphinx < %{version}
 Provides:       %{oldpython}-sphinx = %{version}
 %endif
-BuildArch:      noarch
-
 %python_subpackages
 
 %description
@@ -193,8 +188,8 @@
 %python_uninstall_alternative sphinx-apidoc
 
 %files %{python_files}
-%defattr(-,root,root,-)
-%doc AUTHORS CHANGES LICENSE README.rst
+%license LICENSE
+%doc AUTHORS CHANGES README.rst
 %python_alternative %{_bindir}/sphinx-apidoc
 %python_alternative %{_bindir}/sphinx-autogen
 %python_alternative %{_bindir}/sphinx-build
@@ -208,8 +203,8 @@
 # Requirements are not available on SLES
 %if %{with latex}
 %files %{python_files latex}
-%defattr(-,root,root,-)
-%doc AUTHORS LICENSE
+%license LICENSE
+%doc AUTHORS
 %{python_sitelib}/sphinx/texinputs/
 %endif
 

++++++ Sphinx-1.6.5.tar.gz -> Sphinx-1.7.4.tar.gz ++++++
++++ 131365 lines of diff (skipped)


Reply via email to