This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository python-x2go. from 63a003f version bump to 0.5.99.1, due to slightly changed API new 07e5a86 python-x2go.spec: At least in openSUSE, Sphinx is python3-Sphinx (with capital S). The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Summary of changes: python-x2go.spec | 4 ++++ 1 file changed, 4 insertions(+) -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/python-x2go.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository python-x2go. commit 07e5a8623068d3aa65c70fa521c63b56b3b7a1cc Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Mon May 14 10:52:42 2018 +0200 python-x2go.spec: At least in openSUSE, Sphinx is python3-Sphinx (with capital S). --- python-x2go.spec | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/python-x2go.spec b/python-x2go.spec index 276e435..c12c1bc 100644 --- a/python-x2go.spec +++ b/python-x2go.spec @@ -30,7 +30,11 @@ BuildRequires: python3-devel BuildRequires: python3-future %endif # if with_python3 # For doc build +%if 0%{?suse_version} +BuildRequires: python3-Sphinx +%else BuildRequires: python3-sphinx +%endif BuildRequires: python3-gevent BuildRequires: python3-paramiko BuildRequires: python3-xlib -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/python-x2go.git