This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository nx-libs. from 52ac26b nx-libs.spec: Fix for last commit. new 26e55cf fix last changelog entry new 827cbcc Make sure all package directories are owned by one of the built bin:packages. 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 | 4 +++- nx-libs.spec | 5 +++++ 2 files changed, 8 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 26e55cf81eb52c3f2f2b13cd2399bf25c31ed141 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Mon Oct 13 11:27:23 2014 +0200 fix last changelog entry --- debian/changelog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 30bba86..0119a01 100644 --- a/debian/changelog +++ b/debian/changelog @@ -18,7 +18,7 @@ nx-libs (2:3.5.0.28-0x2go1) UNRELEASED; urgency=medium nxcomp/VERSION to latest changes introduced by 400_nxcomp-version.full+lite.patch. + Additionally adapt to building on openSUSE/SLES. - + nx-libs.spec: SUSE hack for linking to files in libX11-6 and libXext6. + + SUSE hack for linking to files in libX11-6 and libXext6. [ Nito Martinez ] * Add 400_nxcomp-version.full+lite.patch. Allow 4-digit version comparison -- 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 827cbcc048741f7edc50ae42f13cb2a100391f0f Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Mon Oct 13 11:27:50 2014 +0200 Make sure all package directories are owned by one of the built bin:packages. --- debian/changelog | 2 ++ nx-libs.spec | 5 +++++ 2 files changed, 7 insertions(+) diff --git a/debian/changelog b/debian/changelog index 0119a01..ae45674 100644 --- a/debian/changelog +++ b/debian/changelog @@ -19,6 +19,8 @@ nx-libs (2:3.5.0.28-0x2go1) UNRELEASED; urgency=medium 400_nxcomp-version.full+lite.patch. + Additionally adapt to building on openSUSE/SLES. + SUSE hack for linking to files in libX11-6 and libXext6. + + Make sure all package directories are owned by one of the + built bin:packages. [ Nito Martinez ] * Add 400_nxcomp-version.full+lite.patch. Allow 4-digit version comparison diff --git a/nx-libs.spec b/nx-libs.spec index a9b766a..d8d540a 100644 --- a/nx-libs.spec +++ b/nx-libs.spec @@ -671,9 +671,11 @@ rm -f %{_libdir}/nx/X11/Xinerama/libNX_Xext.so.6 %doc nx-X11/{COPYING,LICENSE,README} %config(noreplace) %{_sysconfdir}/ld.so.conf.d/%{name}-%{_arch}.conf %dir %{_libdir}/nx +%dir %{_datadir}/nx %{_datadir}/nx/SecurityPolicy %files -n libNX_X11 +%dir %{_libdir}/nx/X11 %{_libdir}/nx/X11/libNX_X11.so.6* %files -n libNX_X11-devel @@ -950,6 +952,9 @@ rm -f %{_libdir}/nx/X11/Xinerama/libNX_Xext.so.6 %files -n x2goagent #%%{_sysconfdir}/x2go is owned by x2goserver, which this requires +%dir %{_sysconfdir}/x2go +%dir %{_libdir}/x2go +%dir %{_libdir}/x2go/bin %config(noreplace) %{_sysconfdir}/x2go/keystrokes.cfg %{_bindir}/x2goagent %{_libdir}/x2go/bin/x2goagent -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/nx-libs.git