This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository pyhoca-gui. from 35577bb Fix typo in shebang-sed expression. new 60ddb61 Fix same typo in shebang-sed expression (for RHEL builds). 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 | 3 ++- pyhoca-gui.spec | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) -- 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 60ddb61569ebe6f701a714fed8516b21bfdcd9ad Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Wed Dec 11 14:18:33 2019 +0100 Fix same typo in shebang-sed expression (for RHEL builds). --- debian/changelog | 3 ++- pyhoca-gui.spec | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 21d1a16..ebbf0d9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -25,7 +25,8 @@ pyhoca-gui (0.6.0.0-0x2go2) UNRELEASED; urgency=medium + Support building against Python3 (for Fedora and RHEL >= 8). + Make sure that with Python3 builds, the pyhoca.wxgui module gets picked up from the build's Python3 location. - + Fix typo in shebang-sed expression. + + Fix typo in shebang-sed expression (for SUSE builds). + + Fix same typo in shebang-sed expression (for RHEL builds). -- 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 6caf0b4..6a82b22 100644 --- a/pyhoca-gui.spec +++ b/pyhoca-gui.spec @@ -108,7 +108,7 @@ python2 setup.py build %{__python3} setup.py build_i18n %{py3_build} %else -sed -i %{name} -e "s@/usr/bin/env python3@/usr/bin/env python2@/" +sed -i %{name} -e "s@/usr/bin/env python3@/usr/bin/env python2@" %{__python2} setup.py build_i18n %{py2_build} %endif -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/pyhoca-gui.git