This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository nx-libs. from 33f69da nx-libs.spec: typo fix new aa7a0c8 nx-libs.spec: Fix SUSE-specific R for libXext(6). 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 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) -- 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 aa7a0c83488ea9ce5cc611133711d7528da41b54 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Mon Oct 13 15:47:05 2014 +0200 nx-libs.spec: Fix SUSE-specific R for libXext(6). --- nx-libs.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/nx-libs.spec b/nx-libs.spec index 1922988..b741d46 100644 --- a/nx-libs.spec +++ b/nx-libs.spec @@ -283,10 +283,11 @@ Summary: Xinerama extension to the NX Protocol Requires: %{name}%{?_isa} = %{version}-%{release} %if 0%{?suse_version} Requires: libX11-6%{?_isa} +Requires: libXext6%{?_isa} %else Requires: libX11%{?_isa} -%endif Requires: libXext%{?_isa} +%endif %description -n libNX_Xinerama Xinerama is an extension to the X Window System which enables -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/nx-libs.git