This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository x2goserver. from 2ad818a x2gogetapps: Support scanning of sub-directories when searching for .desktop files. (Fixes: #633). new 17fd0c4 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: debian/changelog | 1 + x2goserver.spec | 4 ++++ 2 files changed, 5 insertions(+) -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goserver.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2goserver. commit 17fd0c4d92cd886077939816dcf7ec47e7ffa61b Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Mon Oct 13 14:40:41 2014 +0200 Additionally adapt to building on openSUSE/SLES. --- debian/changelog | 1 + x2goserver.spec | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/debian/changelog b/debian/changelog index ba7ed8f..4fec775 100644 --- a/debian/changelog +++ b/debian/changelog @@ -144,6 +144,7 @@ x2goserver (4.0.1.19-0x2go1) UNRELEASED; urgency=medium + Add D (x2goserver): libfile-which-perl. * x2goserver.spec: + Add to R: perl(File::Which). + + Additionally adapt to building on openSUSE/SLES. -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Tue, 07 Oct 2014 15:35:38 +0200 diff --git a/x2goserver.spec b/x2goserver.spec index 61391da..cdcba25 100644 --- a/x2goserver.spec +++ b/x2goserver.spec @@ -27,7 +27,11 @@ BuildRequires: systemd BuildRequires: man %endif # So XSESSIONDIR gets linked +%if 0%{suse_version} +BuildRequires: xinit +%else BuildRequires: xorg-x11-xinit +%fi # For x2goruncommand - for now Requires: bc # For x2goshowblocks -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goserver.git