This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository x2godesktopsharing. from 9ff7030 fix build on SUSE 11.3 new 29a29bf x2godesktopsharing.spec: Add B-R on SLE 11.3: update-desktop-files. 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 | 3 ++- x2godesktopsharing.spec | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) -- 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 29a29bfa3b60b3acf025811b2c19e5b810351efa Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Fri Jan 30 13:00:17 2015 +0100 x2godesktopsharing.spec: Add B-R on SLE 11.3: update-desktop-files. --- debian/changelog | 3 ++- x2godesktopsharing.spec | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index b6f9f2d..7def9ca 100644 --- a/debian/changelog +++ b/debian/changelog @@ -33,7 +33,8 @@ 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. + + Forceful B-R on SLE 11.3: glib2-branding-SLED. + + Add B-R on SLE 11.3: update-desktop-files. [ Mark Pedersen-Cook ] * New upstream version (3.1.1.2): diff --git a/x2godesktopsharing.spec b/x2godesktopsharing.spec index b1b28f0..ddb04c6 100644 --- a/x2godesktopsharing.spec +++ b/x2godesktopsharing.spec @@ -15,8 +15,9 @@ 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 +%if 0%{?suse_version} && 0%{?suse_version} <= 1130 BuildRequires: glib2-branding-SLED +BuildRequires: update-desktop-files %endif BuildRequires: desktop-file-utils -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/x2godesktopsharing.git