This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository python-x2go. from bfa8961 python-x2go.spec: don't override sections if the target name is python-x2go. new 61c9361 python-x2go.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 + python-x2go.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/python-x2go.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository python-x2go. commit 61c9361e5b9a93f1bcaeb8c3596900740d0de711 Author: Mihai Moldovan <ionic@ionic.de> Date: Wed Dec 18 08:55:09 2019 +0100 python-x2go.spec: fix syntax error. --- debian/changelog | 1 + python-x2go.spec | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 632ed23..217a023 100644 --- a/debian/changelog +++ b/debian/changelog @@ -18,6 +18,7 @@ python-x2go (0.6.1.2-0x2go1) UNRELEASED; urgency=medium + Same for %{name_helper_python2}. + Macros with empty bodies are not allowed, define them to be %{nil}. + Don't override sections if the target name is python-x2go. + + Fix syntax error. -- X2Go Release Manager <git-admin@x2go.org> Fri, 22 Nov 2019 08:19:40 +0100 diff --git a/python-x2go.spec b/python-x2go.spec index 568ff38..7345934 100644 --- a/python-x2go.spec +++ b/python-x2go.spec @@ -17,7 +17,7 @@ # Provide a default implementation, essentially for non-*SuSE platforms. %if 0%{?with_python3} -%if ( ! ( 0%{?rhel} ) +%if ( ! ( 0%{?rhel} ) ) %global name_helper_python3 python3 %if 0%{?with_python2} %global name_helper_python2 python2 -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/python-x2go.git