This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository pyhoca-gui. commit d26f1ff4a7d614772af02ffea01f80fb8fab0e51 Author: Mihai Moldovan <ionic@ionic.de> Date: Tue Dec 24 08:04:52 2019 +0100 pyhoca-gui.spec: backport build fix from pyhoca-cli: fix another unescaped macro in comment. --- debian/changelog | 2 ++ pyhoca-gui.spec | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index a2b09a1..6df4ea6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -52,6 +52,8 @@ pyhoca-gui (0.6.1.0-0x2go1) UNRELEASED; urgency=medium lies somewhere else. + Backport build fix from pyhoca-cli: correctly escape bcond_with* macros in comment lines. + + Backport build fix from pyhoca-cli: fix another unescaped macro in + comment. -- 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 f9bf5d9..893345d 100644 --- a/pyhoca-gui.spec +++ b/pyhoca-gui.spec @@ -27,7 +27,7 @@ # one specific python version only, so I later tried to override the Python-2- # build via %%bcond_with python2, essentially disabling it and preferring the # Python-3-based version. -# This didn't work, since %{?with_python2} was kept enabled. +# This didn't work, since %%{?with_python2} was kept enabled. # Hence, we'll only enable/disable a feature once now, based upon the global # macros. %if 0%{?want_python2} -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/pyhoca-gui.git