This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository x2gognomebindings. from da3fa15 Continue development new 7a9b75a x2gognomebindings.spec: Typo fix in boolean expression. 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 | 6 ++++-- x2gognomebindings.spec | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/x2gognomebindings.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2gognomebindings. commit 7a9b75a3f33db20cd14a1ffdf64af11df3848c5e Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Wed Feb 11 13:29:42 2015 +0100 x2gognomebindings.spec: Typo fix in boolean expression. --- debian/changelog | 6 ++++-- x2gognomebindings.spec | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index ef2be78..84e4b1f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,8 @@ -x2gognomebindings (2.0.2.3-0~x2go1) UNRELEASED; urgency=low +x2gognomebindings (2.0.2.2-0~x2go2) UNRELEASED; urgency=low - * Continue development + [ Mike Gabriel ] + * x2gognomebindings.spec: + - Typo fix in boolean expression. -- X2Go Release Manager <git-admin@x2go.org> Tue, 10 Feb 2015 22:52:38 +0100 diff --git a/x2gognomebindings.spec b/x2gognomebindings.spec index 2f0da44..8dda298 100644 --- a/x2gognomebindings.spec +++ b/x2gognomebindings.spec @@ -12,7 +12,7 @@ BuildRequires: gnome-common BuildRequires: gnome-icon-theme BuildRequires: gnome-desktop-devel BuildRequires: nautilus-devel -%if %{?suse_version} +%if 0%{?suse_version} BuildRequires: libgnome-devel BuildRequires: gconf2-devel %else -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/x2gognomebindings.git