The branch, master has been updated via 4897263aded384247aff2172bd913cad6c496d4e (commit) from c68dd2db147558a46570234f3f0eb1c0eca23951 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 4897263aded384247aff2172bd913cad6c496d4e Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Tue Apr 17 00:30:36 2012 +0200 When packaging Windows binary with py2exe, use VcXsrv-1.12.0.1. ----------------------------------------------------------------------- Summary of changes: debian/changelog | 1 + setup.py | 2 +- 2 files changed, 2 insertions(+), 1 deletions(-) The diff of changes is: diff --git a/debian/changelog b/debian/changelog index 4bf997a..bfa6c51 100644 --- a/debian/changelog +++ b/debian/changelog @@ -108,6 +108,7 @@ pyhoca-gui (0.1.2.0-0~x2go1) UNRELEASED; urgency=low applications mode. - Fix/improve --non-interactive command line option. - When packaging Windows binary with py2exe, use nxproxy-3.5.0.12. + - When packaging Windows binary with py2exe, use VcXsrv-1.12.0.1. * Depend on Python X2Go 0.1.2.0. * Install GNOME icons via dh_links. * Install X2Go icons with explicit install paths. diff --git a/setup.py b/setup.py index dc2a126..b246bef 100755 --- a/setup.py +++ b/setup.py @@ -137,7 +137,7 @@ 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\\*.*'))] pulseaudio_files = [("pulseaudio", glob(r'..\\pyhoca-contrib\\mswin\\pulseaudio-mswin\\pulseaudio-1.1\\*.*'))] - xserver_files = datafilelist('vcxsrv', r'..\\pyhoca-contrib\\mswin\\vcxsrv-mswin\\vcxsrv-1.11.4.0') + xserver_files = datafilelist('vcxsrv', r'..\\pyhoca-contrib\\mswin\\vcxsrv-mswin\\vcxsrv-1.12.0.1') icon_files = datafilelist('icons\\PyHoca', r'icons\\PyHoca') img_files = [("img", glob(r'img\\*.*'))] hooks/post-receive -- pyhoca-gui.git (Python X2Go Client (wxPython GUI)) This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "pyhoca-gui.git" (Python X2Go Client (wxPython GUI)).