From x2go@ymir  Sat Nov 30 22:20:35 2013
Received: (at control) by bugs.x2go.org; 30 Nov 2013 21:20:43 +0000
X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on
	ymir.das-netzwerkteam.de
X-Spam-Level: 
X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,NO_RELAYS,
	URIBL_BLOCKED autolearn=unavailable version=3.3.2
Received: by ymir (Postfix, from userid 1005)
	id 5A0DA5DB1C; Sat, 30 Nov 2013 22:20:35 +0100 (CET)
From: Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
To: 347-submitter@bugs.x2go.org
Cc: control@bugs.x2go.org, 347@bugs.x2go.org
Subject: X2Go issue (in src:x2goserver) has been marked as pending for release
Content-Type: text/plain; charset=utf-8
Content-Disposition: inline
Content-Transfer-Encoding: 8bit
X-Mailer: http://snipr.com/post-receive-tag-pending
Message-Id: <20131130212035.5A0DA5DB1C@ymir>
Date: Sat, 30 Nov 2013 22:20:35 +0100 (CET)

tag #347 pending
fixed #347 4.0.0.8
thanks

Hello,

X2Go issue #347 (src:x2goserver) reported by you has been
fixed in X2Go Git. You can see the changelog below, and you can
check the diff of the fix at:

    http://code.x2go.org/gitweb?p=x2goserver.git;a=commitdiff;h=cb5fd26

The issue will most likely be fixed in src:x2goserver (4.0.0.8).

light+love
X2Go Git Admin (on behalf of the sender of this mail)

---
commit cb5fd26dadd864dde1887dbecd6dd6293f086fb3
Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
Date:   Sat Nov 30 22:19:56 2013 +0100

    Use mktemp instead of tempfile (because Fedora does not have the tempfile binary). (Fixes: #347).

diff --git a/debian/changelog b/debian/changelog
index 64ff601..55d5a60 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 x2goserver (4.0.0.8-0x2go1) UNRELEASED; urgency=low
 
-  * Continue development for LTS Baikal branch of X2Go Server...
+  * Use mktemp instead of tempfile (because Fedora does not have the tempfile
+    binary). (Fixes: #347).
 
  -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de>  Thu, 28 Nov 2013 16:14:32 +0100
 

