This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository x2godesktopsharing. from 3468e1d SLE (<= 11.3) builds: Use %suse_update_desktop_file -n <desktop-file> to mark .desktop file non-translatable. new 2cd7b52 Forceful B-R on SLE 11.2: glib2-branding-SLES. 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 + x2godesktopsharing.spec | 4 ++++ 2 files changed, 5 insertions(+) -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/x2godesktopsharing.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2godesktopsharing. commit 2cd7b523782b327813d223df3bfde615bda22b33 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Fri Jan 30 12:37:16 2015 +0100 Forceful B-R on SLE 11.2: glib2-branding-SLES. --- debian/changelog | 1 + x2godesktopsharing.spec | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/debian/changelog b/debian/changelog index 76dc121..b6f9f2d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -33,6 +33,7 @@ x2godesktopsharing (3.1.1.2-0x2go1) UNRELEASED; urgency=low + Always set BuildRoot: parameter. + SLE (<= 11.3) builds: Use %suse_update_desktop_file -n <desktop-file> to mark .desktop file non-translatable. + + Forceful B-R on SLE 11.2: glib2-branding-SLES. [ Mark Pedersen-Cook ] * New upstream version (3.1.1.2): diff --git a/x2godesktopsharing.spec b/x2godesktopsharing.spec index da7b44d..e378d09 100644 --- a/x2godesktopsharing.spec +++ b/x2godesktopsharing.spec @@ -15,6 +15,10 @@ URL: http://www.x2go.org Source0: http://code.x2go.org/releases/source/%{name}/%{name}-%{version}.tar.gz Source1: %{name}-rpmlintrc +%if 0%{?suse_version} && 0%{?suse_version} <= 1120 +BuildRequires: glib2-branding-SLES +%endif + BuildRequires: desktop-file-utils %if 0%{?suse_version} -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/x2godesktopsharing.git