This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository x2goclient. from f364123 x2goclient.spec: Fix version comparison. new b3c5b41 x2goclient.spec: typo fix 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: x2goclient.spec | 2 +- 1 file changed, 1 insertion(+), 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 b3c5b4179c8b56c69c509f8b0df317b9847c3f01 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Wed Oct 15 05:32:17 2014 +0200 x2goclient.spec: typo fix --- x2goclient.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x2goclient.spec b/x2goclient.spec index d907d9a..99292f4 100644 --- a/x2goclient.spec +++ b/x2goclient.spec @@ -159,7 +159,7 @@ make %{?_smp_mflags} make install DESTDIR=%{buildroot} PREFIX=%{_prefix} desktop-file-validate %{buildroot}%{_datadir}/applications/%{name}.desktop -%if 0%{suse_version} +%if 0%{?suse_version} mkdir -p %{buildroot}%{_sysconfdir}/apache2/conf.d ln -s ../../x2go/x2goplugin-apache.conf %{buildroot}%{_sysconfdir}/apache2/conf.d/x2goplugin-provider.conf %else -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goclient.git