This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch release/4.0.1.x in repository x2goserver. from 14f941d x2gogetapps: Support scanning of sub-directories when searching for .desktop files. (Fixes: #633). new c6ef0df 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 release/4.0.1.x in repository x2goserver. commit c6ef0df3cb1297b4db5fcae013ef81bad80a8d51 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 59d8cce..054d15c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -15,6 +15,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 e5bc63a..b8ecd38 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