[X2Go-Commits] [pyhoca-gui] 02/02: Windows: Update nxproxy from 3.5.0.12 to 3.5.0.27

git-admin at x2go.org git-admin at x2go.org
Mon Jul 7 01:42:58 CEST 2014


This is an automated email from the git hooks/post-receive script.

x2go pushed a commit to branch master
in repository pyhoca-gui.

commit 2cec5d3bc9c4532fee129f5ac98b315e8d97b42c
Author: Mike DePaulo <mikedep333 at gmail.com>
Date:   Sun Jul 6 19:42:40 2014 -0400

    Windows: Update nxproxy from 3.5.0.12 to 3.5.0.27
---
 debian/changelog |    2 ++
 setup.py         |    2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 107db29..1576b19 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -76,6 +76,8 @@ pyhoca-gui (0.5.0.0-0x2go1) UNRELEASED; urgency=low
     - Windows: Upgrade PulseAudio from 1.1 to 5.0-rev18 from OBS.
       Fixes choppy sound in Adobe Flash Player (Fixes: #533) 
     - Windows: Upgrade from VcXsrv 1.14.2.0 to VcXsrv-xp 1.14.3.2
+      Windows: Update nxproxy from 3.5.0.12 to 3.5.0.27
+      (linked against latest cygwin packages as of 2014-06-09)
     - Windows: List as "X2Go PyHoca-GUI" instead of "PyHoca-GUI" in
       add/remove programs
     - Windows: Use Unicode NSIS instead of regular NSIS.
diff --git a/setup.py b/setup.py
index eb78221..26905fc 100755
--- a/setup.py
+++ b/setup.py
@@ -259,7 +259,7 @@ def fancy_split(str, sep=","):
 if platform.system() == 'Windows':
 
     dll_data_files = [("Microsoft.VC90.CRT", glob(r'..\\pyhoca-contrib\\mswin\\ms-vc-runtime\\*.*'))]
-    nxproxy_files = [("nxproxy", glob(r'..\\pyhoca-contrib\\mswin\\nxproxy-mswin\\nxproxy-3.5.0.12\\*.*'))]
+    nxproxy_files = [("nxproxy", glob(r'..\\pyhoca-contrib\\mswin\\nxproxy-mswin\\nxproxy-3.5.0.27\\*.*'))]
     pulseaudio_files = [("pulseaudio", glob(r'..\\pyhoca-contrib\\mswin\\pulseaudio-mswin\\pulseaudio-5.0-rev18\\*.*'))]
     xserver_files = datafilelist('vcxsrv', r'..\\pyhoca-contrib\\mswin\\vcxsrv-mswin\\VcXsrv-xp-1.14.3.2')
 

--
Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/pyhoca-gui.git


More information about the x2go-commits mailing list