This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository nx-libs. from 0387e38 nx-libs.spec: SUSE hack for linking to files in libX11-6 and libXext6. new 52ac26b nx-libs.spec: Fix for last commit. 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, 3 insertions(+), 2 deletions(-) -- 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 52ac26bece620d9dfb49fa2ac83bab8ad3cb869f Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Mon Oct 13 11:19:14 2014 +0200 nx-libs.spec: Fix for last commit. --- nx-libs.spec | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/nx-libs.spec b/nx-libs.spec index b271ae2..a9b766a 100644 --- a/nx-libs.spec +++ b/nx-libs.spec @@ -36,6 +36,8 @@ BuildRequires: pkgconfig(freetype2) BuildRequires: pkgconfig(libpng) BuildRequires: pkgconfig(libxml-2.0) BuildRequires: pkgconfig(x11) +BuildRequires: pkgconfig(xext) + %else BuildRequires: libexpat-devel BuildRequires: fontconfig-devel @@ -43,11 +45,10 @@ BuildRequires: freetype2-devel BuildRequires: libpng-devel BuildRequires: libxml2-devel BuildRequires: xorg-x11-libX11-devel +BuildRequires: xorg-x11-libXext-devel BuildRequires: xorg-x11-libfontenc-devel %endif BuildRequires: xorg-x11-util-devel -# neededforbuild -Requires: libX11-6 libXext6 %endif %if 0%{?fedora_version} || 0%{?rhel_version} || 0%{?centos_version} -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/nx-libs.git