This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository pyhoca-cli. from 6f970b8 pyhoca-cli.spec: replace hashbang with version determined by name helper. new 60753ab pyhoca-cli.spec: fix syntax error. 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 60753ab932dc80909dcff52106fa0bd7ba90f42f Author: Mihai Moldovan <ionic@ionic.de> Date: Wed Dec 18 21:12:19 2019 +0100 pyhoca-cli.spec: fix syntax error. --- debian/changelog | 1 + pyhoca-cli.spec | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 9c87860..a8eef63 100644 --- a/debian/changelog +++ b/debian/changelog @@ -9,6 +9,7 @@ pyhoca-cli (0.6.1.2-0x2go1) UNRELEASED; urgency=medium + Use %{?with_pythonX} and %{name_helper_pythonX} macros. Also fixes running against nightly versions of python-x2go. + Replace hashbang with version determined by name helper. + + Fix syntax error. -- 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 b9501f1..8788bc8 100644 --- a/pyhoca-cli.spec +++ b/pyhoca-cli.spec @@ -120,7 +120,7 @@ BuildRequires: python-setuptools Requires: python-setproctitle Requires: %{name_helper_python2}-x2go >= 0.6.1.%0 %endif -if 0%{?with_python3} +%if 0%{?with_python3} BuildRequires: %{name_helper_python3}-devel BuildRequires: %{name_helper_python3}-setuptools Requires: %{name_helper_python3}-setproctitle -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/pyhoca-cli.git