This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository pyhoca-gui. from 1f3f74d pyhoca-gui.spec: adapt %files to Python 2/3 logic. new eb5787f pyhoca-gui.spec: fix syntax: missing %endif. 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-gui.spec | 1 + 2 files changed, 2 insertions(+) -- Alioth's /home/x2go-admin/maintenancescripts/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 eb5787f8911aa41b91183f444a8d5def0be16e7e Author: Mihai Moldovan <ionic@ionic.de> Date: Sat Dec 21 07:19:30 2019 +0100 pyhoca-gui.spec: fix syntax: missing %endif. --- debian/changelog | 1 + pyhoca-gui.spec | 1 + 2 files changed, 2 insertions(+) diff --git a/debian/changelog b/debian/changelog index 22f3900..bed40d0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -41,6 +41,7 @@ pyhoca-gui (0.6.1.0-0x2go1) UNRELEASED; urgency=medium + Adapt %build to Python 2/3 logic. + Adapt %install to Python 2/3 logic. + Adapt %files to Python 2/3 logic. + + Fix syntax: missing %endif. -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Wed, 11 Dec 2019 12:47:21 +0100 diff --git a/pyhoca-gui.spec b/pyhoca-gui.spec index dfea9bc..c2fa5c1 100644 --- a/pyhoca-gui.spec +++ b/pyhoca-gui.spec @@ -160,6 +160,7 @@ Requires: notify-python %endif Requires: %{name_helper_python2}-wxpython %endif +%endif %if 0%{?with_python3} # FIXME: this is pretty RHEL-centric, will need to be adapted for Python-3-support! Requires: %{name_helper_python3}-cups -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/pyhoca-gui.git