This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository x2goclient. from 8047a83 The libqt4-linguist split off happened in openSUSE 13.1. new f364123 x2goclient.spec: Fix version comparison. 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 f36412345b841677a28b7ad47aee0bbe4237d602 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Tue Oct 14 20:52:00 2014 +0200 x2goclient.spec: Fix version comparison. --- x2goclient.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x2goclient.spec b/x2goclient.spec index 980da73..d907d9a 100644 --- a/x2goclient.spec +++ b/x2goclient.spec @@ -14,7 +14,7 @@ BuildRequires: desktop-file-utils BuildRequires: openldap2-devel %if 0%{?suse_version} BuildRequires: libqt4-devel -%if 0%{?suse_version} >= 13.1 +%if 0%{?suse_version} >= 1310 BuildRequires: libqt4-linguist %endif %else -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goclient.git