This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository x2goclient. from 1a835d4 x2goclient.spec: Own /etc/apache2 / /etc/httpd, as well. new 8047a83 The libqt4-linguist split off happened in openSUSE 13.1. 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 | 2 +- x2goclient.spec | 2 ++ 2 files changed, 3 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 8047a83cc79ef5fc9a5834aa30a818b38d85f5f8 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Tue Oct 14 19:46:39 2014 +0200 The libqt4-linguist split off happened in openSUSE 13.1. --- debian/changelog | 2 +- x2goclient.spec | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 33f42f4..043c85b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -20,7 +20,7 @@ x2goclient (4.0.3.0-0x2go1) UNRELEASED; urgency=low + Adapt to building for openSUSE/SLES. + openSUSE: Make Qt4 Linguist tools available for Makefile. + Upgrade versioned BR for libssh-devel (0.6.3 or patched 0.5.5). - + + The libqt4-linguist split off happened in openSUSE 13.1. [ Oleksandr Shneyder ] * New upstream release (4.0.3.0): diff --git a/x2goclient.spec b/x2goclient.spec index 3567e75..980da73 100644 --- a/x2goclient.spec +++ b/x2goclient.spec @@ -14,7 +14,9 @@ BuildRequires: desktop-file-utils BuildRequires: openldap2-devel %if 0%{?suse_version} BuildRequires: libqt4-devel +%if 0%{?suse_version} >= 13.1 BuildRequires: libqt4-linguist +%endif %else %if 0%{?el5} || 0%{?el6} BuildRequires: qt4-devel -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goclient.git