This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository pyhoca-gui. from 12afd5f Don't flood PyHocaGUI._eventid_(uns)hared_folders_map dict with non-valid-anymore event IDs. new 119424c pyhoca-gui.spec: 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: debian/changelog | 2 ++ pyhoca-gui.spec | 4 ++++ 2 files changed, 6 insertions(+) -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/pyhoca-gui.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository pyhoca-gui. commit 119424c759af5c5efcec3626f69abff87cab6e31 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Tue Oct 14 20:49:09 2014 +0200 pyhoca-gui.spec: Adapt to building on openSUSE/SLES. --- debian/changelog | 2 ++ pyhoca-gui.spec | 4 ++++ 2 files changed, 6 insertions(+) diff --git a/debian/changelog b/debian/changelog index a556637..cfec420 100644 --- a/debian/changelog +++ b/debian/changelog @@ -75,6 +75,8 @@ pyhoca-gui (0.5.0.0-0x2go1) UNRELEASED; urgency=low non-valid-anymore event IDs. * debian/control: + Add D (bin:package pyhoca-gui): python-cups. (Fixes: #460). + * pyhoca-gui.spec: + + Adapt to building on openSUSE/SLES. [ Mike DePaulo ] * New upstream version (0.5.0.0): diff --git a/pyhoca-gui.spec b/pyhoca-gui.spec index 333aa0e..2c672ff 100644 --- a/pyhoca-gui.spec +++ b/pyhoca-gui.spec @@ -9,7 +9,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 +%endif BuildRequires: python-setuptools BuildRequires: python-distutils-extra BuildRequires: desktop-file-utils -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/pyhoca-gui.git