This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository pyhoca-cli. from 8e160bd Fix description of --from-stdin option on man page. (Fixes: #485). new 77e16d2 Rename LICENSE.txt to COPYING. The 1 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: LICENSE.txt => COPYING | 0 debian/changelog | 5 +++-- pyhoca-cli.spec | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) rename LICENSE.txt => COPYING (100%) -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/pyhoca-cli.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository pyhoca-cli. commit 77e16d26a5a32fd3f27de900c0a4a6e366ae1054 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Wed Jul 9 20:02:14 2014 +0200 Rename LICENSE.txt to COPYING. --- LICENSE.txt => COPYING | 0 debian/changelog | 5 +++-- pyhoca-cli.spec | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/LICENSE.txt b/COPYING similarity index 100% rename from LICENSE.txt rename to COPYING diff --git a/debian/changelog b/debian/changelog index c7b3c86..1bec1ba 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -pyhoca-cli (0.5.0.0-0x2go1) UNRELEASED; urgency=low +pyhoca-cli (0.5.0.0-0x2go1) unstable; urgency=low * New upstream version (0.5.0.0): - Add cmdline option --broker-url. This adds X2Go Session Broker @@ -14,8 +14,9 @@ pyhoca-cli (0.5.0.0-0x2go1) UNRELEASED; urgency=low - Update man page with (future) broker options. Some man page fixes (mentioning X2Go Client where it should name PyHoca-CLI). - Fix description of --from-stdin option on man page. (Fixes: #485). + - Rename LICENSE.txt to COPYING. - -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Mon, 10 Mar 2014 15:56:42 +0100 + -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Wed, 09 Jul 2014 20:00:44 +0200 pyhoca-cli (0.4.0.3-0x2go1) UNRELEASED; urgency=low diff --git a/pyhoca-cli.spec b/pyhoca-cli.spec index 08f0fc9..b56d108 100644 --- a/pyhoca-cli.spec +++ b/pyhoca-cli.spec @@ -48,7 +48,7 @@ cp -rp man/* %{buildroot}/%{_mandir}/ %files -%doc LICENSE.txt README TODO +%doc COPYING README TODO %{_bindir}/%{name} %{python_sitelib}/* %{_mandir}/man1/%{name}.1* -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/pyhoca-cli.git