This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository x2goclient. from fd1151e Update Changelog about #742 new 6efa716 fix changelog new c981ff9 x2goclient.spec: Always set BuildRoot: parameter. The 2 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 | 5 ++++- x2goclient.spec | 2 ++ 2 files changed, 6 insertions(+), 1 deletion(-) -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goclient.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2goclient. commit 6efa71639634ca62182fb4a1c7f77e21c587cf00 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Thu Jan 29 13:41:16 2015 +0100 fix changelog --- debian/changelog | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index e50be3b..3eee792 100644 --- a/debian/changelog +++ b/debian/changelog @@ -33,7 +33,8 @@ x2goclient (4.0.3.2-0x2go1) UNRELEASED; urgency=medium GSSAPI authentication is activated. This is counter intuitive, though, and requires several other fixes in the authentication code. - [ Heinrich Schuchardt ] + [ Heinrich Schuchardt ] + * New upstream release (4.0.3.2): - Base the layout dialogue "Session ID" (which shows up when starting a connection) on typographic points (instead of pixels). (Fixes: #713). -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goclient.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2goclient. commit c981ff948b25cf97b07c24b1da46aee752822d11 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Thu Jan 29 13:41:41 2015 +0100 x2goclient.spec: Always set BuildRoot: parameter. --- debian/changelog | 2 ++ x2goclient.spec | 2 ++ 2 files changed, 4 insertions(+) diff --git a/debian/changelog b/debian/changelog index 3eee792..afd5bf9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -32,6 +32,8 @@ x2goclient (4.0.3.2-0x2go1) UNRELEASED; urgency=medium - FIXME: Disable PubkeyAuthentication _and_ PasswordAuthentication if GSSAPI authentication is activated. This is counter intuitive, though, and requires several other fixes in the authentication code. + * x2goclient.spec: + - Always set BuildRoot: parameter. [ Heinrich Schuchardt ] * New upstream release (4.0.3.2): diff --git a/x2goclient.spec b/x2goclient.spec index 7b64f8a..124fdc0 100644 --- a/x2goclient.spec +++ b/x2goclient.spec @@ -81,6 +81,8 @@ Suggests: pinentry-x2go %if 0%{?el5} # For compatibility with EPEL5 BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) +%else +BuildRoot: %{_tmppath}/%{name}-%{version}-build %endif %description -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goclient.git