This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository pyhoca-gui. from b3fa2d7 release 0.5.0.2 new 5a7ba38 Continue development... new 9062b72 debian/control: Add to S (pyhoca-gui): mteleplayer-clientside. 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 | 9 +++++++++ debian/control | 2 ++ man/man1/pyhoca-gui.1 | 2 +- pyhoca-gui.spec | 2 +- pyhoca/wxgui/__init__.py | 2 +- 5 files changed, 14 insertions(+), 3 deletions(-) -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/pyhoca-gui.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository pyhoca-gui. commit 5a7ba3890bc300c5438bde9aff951ba9b5a690f4 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Tue Oct 21 00:02:30 2014 +0200 Continue development... --- debian/changelog | 7 +++++++ man/man1/pyhoca-gui.1 | 2 +- pyhoca-gui.spec | 2 +- pyhoca/wxgui/__init__.py | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index 757bc9c..8975924 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +pyhoca-gui (0.5.0.3-0x2go3) UNRELEASED; urgency=medium + + * New upstream version (0.5.0.3): + - Continue development... + + -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Tue, 21 Oct 2014 00:01:55 +0200 + pyhoca-gui (0.5.0.2-0x2go1) unstable; urgency=medium * New upstream version (0.5.0.2): diff --git a/man/man1/pyhoca-gui.1 b/man/man1/pyhoca-gui.1 index 4d3d39b..626e895 100644 --- a/man/man1/pyhoca-gui.1 +++ b/man/man1/pyhoca-gui.1 @@ -5,7 +5,7 @@ \\$2 \(la\\$1\(ra\\$3 .. .if \n(.g .mso www.tmac -.TH pyhoca-gui 1 "Oct 2014" "Version 0.5.0.2" "X2Go Application" +.TH pyhoca-gui 1 "Oct 2014" "Version 0.5.0.3" "X2Go Application" .SH NAME pyhoca-gui \- graphical X2Go client applet written in Python .SH SYNOPSIS diff --git a/pyhoca-gui.spec b/pyhoca-gui.spec index 5f0b9da..ef8e57b 100644 --- a/pyhoca-gui.spec +++ b/pyhoca-gui.spec @@ -1,5 +1,5 @@ Name: pyhoca-gui -Version: 0.5.0.2 +Version: 0.5.0.3 Release: 0.0x2go1%{?dist} Summary: Graphical X2Go client written in (wx)Python diff --git a/pyhoca/wxgui/__init__.py b/pyhoca/wxgui/__init__.py index d8065df..38e6322 100644 --- a/pyhoca/wxgui/__init__.py +++ b/pyhoca/wxgui/__init__.py @@ -18,4 +18,4 @@ # Free Software Foundation, Inc., # 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. -__VERSION__ = '0.5.0.2' +__VERSION__ = '0.5.0.3' -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/pyhoca-gui.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository pyhoca-gui. commit 9062b726869bc382693a7aa223bfc29faae5e497 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Tue Oct 21 00:03:09 2014 +0200 debian/control: Add to S (pyhoca-gui): mteleplayer-clientside. --- debian/changelog | 2 ++ debian/control | 2 ++ 2 files changed, 4 insertions(+) diff --git a/debian/changelog b/debian/changelog index 8975924..fdf8983 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,8 @@ pyhoca-gui (0.5.0.3-0x2go3) UNRELEASED; urgency=medium * New upstream version (0.5.0.3): - Continue development... + * debian/control: + + Add to S (pyhoca-gui): mteleplayer-clientside. -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Tue, 21 Oct 2014 00:01:55 +0200 diff --git a/debian/control b/debian/control index 146ce2f..40a94ef 100644 --- a/debian/control +++ b/debian/control @@ -34,6 +34,8 @@ Depends: python-cups, Recommends: mate-notification-daemon | notification-daemon, +Suggests: + mteleplayer-clientside, Description: Graphical X2Go client written in (wx)Python X2Go is a server based computing environment with - session resuming -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/pyhoca-gui.git