[X2Go-Commits] pyhoca-gui.git - build-59a18b6e3b5d3f1dd8f07f26433d37fe5984a57d (branch) updated: 0.2.1.1-23-g6d19453
X2Go dev team
git-admin at x2go.org
Tue Aug 27 13:22:50 CEST 2013
The branch, build-59a18b6e3b5d3f1dd8f07f26433d37fe5984a57d has been updated
via 6d1945340163f63a971625d0c5c5259a38620299 (commit)
from aee40cd57c0925f62589eab444d0505c94245793 (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 -----------------------------------------------------------------
-----------------------------------------------------------------------
Summary of changes:
debian/changelog | 8 ++++----
debian/control | 2 +-
pyhoca/wxgui/__init__.py | 2 +-
3 files changed, 6 insertions(+), 6 deletions(-)
The diff of changes is:
diff --git a/debian/changelog b/debian/changelog
index 46ebea2..d2acff9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,13 +1,13 @@
-pyhoca-gui (0.2.1.2-0~x2go1) UNRELEASED; urgency=low
+pyhoca-gui (0.2.2.0-0~x2go1) UNRELEASED; urgency=low
[ Orion Poplawski ]
- * New upstream version (0.2.1.2):
+ * New upstream version (0.2.2.0):
- Importing all of pyhoca.wxgui in setup.py causes rpmbuild problems due to
DISPLAY not being set. It is overkill as well, causing extra dependencies
to be installed at build time. (Fixes: #91).
[ Mike Gabriel ]
- * New upstream version (0.2.1.2):
+ * New upstream version (0.2.2.0):
- Add rules to setup.py that install PyHoca-GUI's data files under Linux
(i.e. icons, images, man page, etc.). Thanks to Orion Poplawski for
coming up with an inspiring patch. (Fixes: #92).
@@ -17,7 +17,7 @@ pyhoca-gui (0.2.1.2-0~x2go1) UNRELEASED; urgency=low
way X2GoClient configures the SSH proxy settings.
* /debian/control:
+ Thanks to Orion's patch in bug #91 we can drop many build dependencies.
- + Versioned Depend: on python-x2go (>= 0.2.1.2-0~).
+ + Versioned Depend: on python-x2go (>= 0.2.2.0-0~).
+ Add gnome-colors-common to Build-Depends.
-- Mike Gabriel <mike.gabriel at das-netzwerkteam.de> Thu, 20 Dec 2012 08:51:50 +0100
diff --git a/debian/control b/debian/control
index a3bc64e..ad57e92 100644
--- a/debian/control
+++ b/debian/control
@@ -24,7 +24,7 @@ Architecture: all
Depends:
${misc:Depends},
python,
- python-x2go (>=0.2.1.2-0~),
+ python-x2go (>=0.2.2.0-0~),
python-argparse,
python-notify,
python-setproctitle,
diff --git a/pyhoca/wxgui/__init__.py b/pyhoca/wxgui/__init__.py
index 7f1a55b..eddb9e3 100644
--- a/pyhoca/wxgui/__init__.py
+++ b/pyhoca/wxgui/__init__.py
@@ -18,6 +18,6 @@
# Free Software Foundation, Inc.,
# 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
-__VERSION__ = '0.2.1.2'
+__VERSION__ = '0.2.2.0'
from frontend import *
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)).
More information about the x2go-commits
mailing list