This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository x2gognomebindings. from 492dd2e common: change X2go -> X2Go. Minor whitespace fixes. new 2dbf4b5 x2gognomebindings.spec: Always set BuildRoot: parameter. new 56d2fc5 On SUSE, GConf2-devel is named gconf2-devel. The 2 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 +++ x2gognomebindings.spec | 6 ++++++ 2 files changed, 9 insertions(+) -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/x2gognomebindings.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2gognomebindings. commit 2dbf4b59fe2ed803f0d88fa27ea714988aeacb93 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Sun Feb 1 22:18:09 2015 +0100 x2gognomebindings.spec: Always set BuildRoot: parameter. --- debian/changelog | 2 ++ x2gognomebindings.spec | 2 ++ 2 files changed, 4 insertions(+) diff --git a/debian/changelog b/debian/changelog index 2d77f9b..65e2e71 100644 --- a/debian/changelog +++ b/debian/changelog @@ -9,6 +9,8 @@ x2gognomebindings (2.0.2.2-0~x2go2) UNRELEASED; urgency=low - Update COPYING file (to update FSF address). - Re-name x2gonautilus to "Nautilus (X2Go/SSHFS)" in x2gonautilus.desktop file. + * x2gognomebindings.spec: + + Always set BuildRoot: parameter. [ Martti Pitkänen ] * New upstream version (2.0.2.2): diff --git a/x2gognomebindings.spec b/x2gognomebindings.spec index 40d0fea..3966a80 100644 --- a/x2gognomebindings.spec +++ b/x2gognomebindings.spec @@ -29,6 +29,8 @@ Requires: gtk2 %if 0%{?el5} # For compatibility with EPEL5 BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) +%else +BuildRoot: %{_tmppath}/%{name}-%{version}-build %endif -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/x2gognomebindings.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2gognomebindings. commit 56d2fc5b33cff9ed551fac0c1ff811e0e8b86380 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Sun Feb 1 22:19:27 2015 +0100 On SUSE, GConf2-devel is named gconf2-devel. --- debian/changelog | 1 + x2gognomebindings.spec | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/debian/changelog b/debian/changelog index 65e2e71..1c35262 100644 --- a/debian/changelog +++ b/debian/changelog @@ -11,6 +11,7 @@ x2gognomebindings (2.0.2.2-0~x2go2) UNRELEASED; urgency=low file. * x2gognomebindings.spec: + Always set BuildRoot: parameter. + + On SUSE, GConf2-devel is named gconf2-devel. [ Martti Pitkänen ] * New upstream version (2.0.2.2): diff --git a/x2gognomebindings.spec b/x2gognomebindings.spec index 3966a80..99c22dc 100644 --- a/x2gognomebindings.spec +++ b/x2gognomebindings.spec @@ -12,7 +12,11 @@ BuildRequires: gnome-common BuildRequires: gnome-icon-theme BuildRequires: gnome-desktop-devel BuildRequires: nautilus-devel +%if %{?suse_version} +BuildRequires: gconf2-devel +%else BuildRequires: GConf2-devel +%endif BuildRequires: pkgconfig BuildRequires: intltool BuildRequires: desktop-file-utils -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/x2gognomebindings.git