Hello community,
here is the log from the commit of package python3-repoze.sphinx.autointerface
for openSUSE:Factory checked in at 2017-02-08 11:02:53
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python3-repoze.sphinx.autointerface (Old)
and /work/SRC/openSUSE:Factory/.python3-repoze.sphinx.autointerface.new
(New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python3-repoze.sphinx.autointerface"
Changes:
--------
---
/work/SRC/openSUSE:Factory/python3-repoze.sphinx.autointerface/python3-repoze.sphinx.autointerface.changes
2016-11-03 12:57:13.000000000 +0100
+++
/work/SRC/openSUSE:Factory/.python3-repoze.sphinx.autointerface.new/python3-repoze.sphinx.autointerface.changes
2017-02-08 11:02:54.359474883 +0100
@@ -1,0 +2,5 @@
+Thu Feb 2 21:56:29 UTC 2017 - [email protected]
+
+- Add BuildRoot to fix compatibility with SLES.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python3-repoze.sphinx.autointerface.spec ++++++
--- /var/tmp/diff_new_pack.AvDW8g/_old 2017-02-08 11:02:54.835408533 +0100
+++ /var/tmp/diff_new_pack.AvDW8g/_new 2017-02-08 11:02:54.839407975 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python3-repoze.sphinx.autointerface
#
-# Copyright (c) 2016 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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
@@ -32,9 +32,10 @@
Requires: python3-Sphinx
Requires: python3-zope.interface
BuildArch: noarch
+BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
-Thie package defines an extension for the Sphinx documentation system. The
+This package defines an extension for the Sphinx documentation system. The
extension allows generation of API documentation by introspection of
zope.interface instances in code.