This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository pyhoca-gui. from 71f7b5e Make sure that with Python3 builds, the pyhoca.wxgui module gets picked up from the build's Python3 location. new 35577bb Fix typo in shebang-sed expression. 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 | 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-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 35577bb41579e66c97b60886f32ce106124b4fc9 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Wed Dec 11 13:25:47 2019 +0100 Fix typo in shebang-sed expression. --- debian/changelog | 1 + pyhoca-gui.spec | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index c07010d..21d1a16 100644 --- a/debian/changelog +++ b/debian/changelog @@ -25,6 +25,7 @@ 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. -- 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 a87354e..6caf0b4 100644 --- a/pyhoca-gui.spec +++ b/pyhoca-gui.spec @@ -96,7 +96,7 @@ notification area and allows multiple X2Go session handling. %build %if 0%{?suse_version} %if 0%{?sle_version} && ( ( 0%{?sle_version} < 120300 && 0%{?is_opensuse} ) || ( ! 0%{?is_opensuse} ) ) -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 python2 setup.py build %else -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/pyhoca-gui.git