This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository pyhoca-cli. from 1cb84f8 pyhoca-cli.spec: fix selecting either Python 2 XOR 3. new 7187ae3 pyhoca-cli.spce: fix typo in Python-2-Requires: line: random % char. 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: debian/changelog | 1 + pyhoca-cli.spec | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) -- Alioth's /home/x2go-admin/maintenancescripts/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 7187ae309c94122e6e4109855a300cf50ee7a352 Author: Mihai Moldovan <ionic@ionic.de> Date: Tue Dec 24 05:04:25 2019 +0100 pyhoca-cli.spce: fix typo in Python-2-Requires: line: random % char. --- debian/changelog | 1 + pyhoca-cli.spec | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 905de59..e8df0eb 100644 --- a/debian/changelog +++ b/debian/changelog @@ -20,6 +20,7 @@ pyhoca-cli (0.6.1.2-0x2go1) UNRELEASED; urgency=medium %bcond_with... XXX macro calls, but have to use them only once with the correct value. Hence, use a global variable to store and mangle the preferences and only use %bcond_... X later once. + + Fix typo in Python-2-Requires: line: random % char. -- X2Go Release Manager <git-admin@x2go.org> Fri, 22 Nov 2019 15:26:45 +0100 diff --git a/pyhoca-cli.spec b/pyhoca-cli.spec index 2202d19..e668697 100644 --- a/pyhoca-cli.spec +++ b/pyhoca-cli.spec @@ -139,7 +139,7 @@ BuildRequires: %{name_helper_python2}-devel %endif BuildRequires: python-setuptools Requires: python-setproctitle -Requires: %{name_helper_python2}-x2go >= 0.6.1.%0 +Requires: %{name_helper_python2}-x2go >= 0.6.1.0 %endif %if 0%{?with_python3} BuildRequires: %{name_helper_python3}-devel -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/pyhoca-cli.git