This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository nx-libs. from ef4a6c8 nx-libs.spec: Do not conflict with nx... This will break our own neck. new 44b7138 nx-libs.spec: Fix Xinerama deps for SUSE builds. 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: nx-libs.spec | 5 +++++ 1 file changed, 5 insertions(+) -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/nx-libs.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository nx-libs. commit 44b7138b3c6eb98e623f1048c668753260faa6a9 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Mon Oct 13 14:26:57 2014 +0200 nx-libs.spec: Fix Xinerama deps for SUSE builds. --- nx-libs.spec | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/nx-libs.spec b/nx-libs.spec index a8d5d22..5e36030 100644 --- a/nx-libs.spec +++ b/nx-libs.spec @@ -281,7 +281,11 @@ various limitations in the core protocol. Group: System Environment/Libraries Summary: Xinerama extension to the NX Protocol Requires: %{name}%{?_isa} = %{version}-%{release} +%if 0%{?suse_version} +Requires: libX11-6%{?_isa} +%else Requires: libX11%{?_isa} +%fi Requires: libXext%{?_isa} %description -n libNX_Xinerama @@ -520,6 +524,7 @@ This package provides the NX proxy (client) binary. Group: Applications/System Summary: X2Go Agent Requires: nxagent +Requires: libNX_Xinerama%{?_isa} = %{version}-%{release} %description -n x2goagent X2Go Agent functionality has been completely incorporated into -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/nx-libs.git