The branch, master has been updated via c04797c0c504bbf8b141eb5069bde151f96aa8fb (commit) from 1a5d66cd0f1192ce712a4fb3b6f6ca8662f36bc5 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit c04797c0c504bbf8b141eb5069bde151f96aa8fb Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Fri Dec 13 17:58:40 2013 +0100 x2gognomebindings.spec: fix build on EPEL-5 ----------------------------------------------------------------------- Summary of changes: x2gognomebindings.spec | 6 ++++++ 1 file changed, 6 insertions(+) The diff of changes is: diff --git a/x2gognomebindings.spec b/x2gognomebindings.spec index d4357a8..4572458 100644 --- a/x2gognomebindings.spec +++ b/x2gognomebindings.spec @@ -16,6 +16,12 @@ BuildRequires: GConf2-devel BuildRequires: pkgconfig BuildRequires: intltool +%if 0%{?el5} +# For compatibility with EPEL5 +BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) +%endif + + %description X2Go is a server based computing environment with - session resuming hooks/post-receive -- x2gognomebindings.git (GNOMEv2 bindings for X2Go) This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "x2gognomebindings.git" (GNOMEv2 bindings for X2Go).