This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository python-x2go. from 9fbb26f If the listsessions command detects a terminated or suspended session, we have to destroy the corresponding X2GoTerminalSession() to trigger a proper cleanup of that instance. new 7ba06fa python-x2go.spec: Additionally adapt to building on openSUSE/SLES. 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 /srv/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 7ba06fac40fd97c22ca7a78c47d4d6a59b5083e1 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Tue Oct 14 18:16:57 2014 +0200 python-x2go.spec: Additionally adapt to building on openSUSE/SLES. --- python-x2go.spec | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/python-x2go.spec b/python-x2go.spec index 047ebc5..2ca3c4e 100644 --- a/python-x2go.spec +++ b/python-x2go.spec @@ -13,7 +13,11 @@ URL: http://www.x2go.org/ Source0: http://code.x2go.org/releases/source/%{name}/%{name}-%{version}.tar.gz BuildArch: noarch +%if 0%{suse_version} +BuildRequires: python-devel +%else BuildRequires: python2-devel +%fi BuildRequires: python-setuptools %if 0%{?with_python3} BuildRequires: python3-devel -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/python-x2go.git