This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository x2gomatebindings. from 926c4cf x2gomatebindings: don't depend on x2goserver-extensions on Fedora/EPEL. Remove once Orion makes x2goserver also provide x2goserver-extensions. new e418ad3 x2gomatebindings.spec: fix a typo in if condition. 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 + x2gomatebindings.spec | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) -- Alioth's /srv/git/code.x2go.org/x2gomatebindings.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/x2gomatebindings.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2gomatebindings. commit e418ad3aa7e71787df8c9af9f726ca8c9a674a44 Author: Mihai Moldovan <ionic@ionic.de> Date: Wed Mar 18 07:07:16 2015 +0100 x2gomatebindings.spec: fix a typo in if condition. --- debian/changelog | 1 + x2gomatebindings.spec | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 8ff3d76..723fe9b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -14,6 +14,7 @@ x2gomatebindings (0.0.1.4-0~x2go1) UNRELEASED; urgency=low - Add missing BuildRequires: and Requires: for file and directory owning. - Don't depend on x2goserver-extensions on Fedora/EPEL. Remove once Orion makes x2goserver also provide x2goserver-extensions. + - Fix a typo in if condition. -- X2Go Release Manager <git-admin@x2go.org> Tue, 10 Feb 2015 23:48:43 +0100 diff --git a/x2gomatebindings.spec b/x2gomatebindings.spec index 80f1055..2e2485f 100644 --- a/x2gomatebindings.spec +++ b/x2gomatebindings.spec @@ -26,7 +26,7 @@ BuildRequires: desktop-file-utils BuildRequires: filesystem # This condition can safely be removed once Orion makes x2goserver provide # x2goserver-extensions on Fedora/EPEL. -%if 0{?suse_version} +%if 0%{?suse_version} BuildRequires: x2goserver >= 4.0.1.4 BuildRequires: x2goserver-extensions %else @@ -37,7 +37,7 @@ BuildRequires: mate-icon-theme # This condition can safely be removed once Orion makes x2goserver provide # x2goserver-extensions on Fedora/EPEL. -%if 0{?suse_version} +%if 0%{?suse_version} Requires: x2goserver >= 4.0.1.4 Requires: x2goserver-extensions %else -- Alioth's /srv/git/code.x2go.org/x2gomatebindings.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/x2gomatebindings.git