This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository python-x2go. from 797dc15 x2go/{backends/printing/file.py,defaults.py}: Fix type mismatch (str vs. unicode) when opening print settings dialog in PyHoca-GUI (still using Python2). new 989bd72 python-x2go.spec: newer RPM versions bail out on extra data (even comments) after an %endif clause, so move the comment to a separate line. 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 | 8 ++++++++ python-x2go.spec | 9 ++++++--- 2 files changed, 14 insertions(+), 3 deletions(-) -- 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 989bd72e80391704b42e54950097f7c163d3d25a Author: Mihai Moldovan <ionic@ionic.de> Date: Tue Sep 3 00:59:28 2019 +0200 python-x2go.spec: newer RPM versions bail out on extra data (even comments) after an %endif clause, so move the comment to a separate line. Technically, comments are only allowed at the start of a line, so that's not incorrect... --- debian/changelog | 8 ++++++++ python-x2go.spec | 9 ++++++--- 2 files changed, 14 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index 48d2b7e..caefae9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -20,6 +20,14 @@ python-x2go (0.6.1.0-0x2go1) UNRELEASED; urgency=medium * debian/control: + Add x2gokdriveclient as hard dependency for both bin:pkgs python{,3}-x2go. + [ Mihai Moldovan ] + * New upstream version (0.6.1.0): + * python-x2go.spec: + + Newer RPM versions bail out on extra data (even comments) after an + %endif clause, so move the comment to a separate line. Technically, + comments are only allowed at the start of a line, so that's not + incorrect... + -- X2Go Release Manager <git-admin@x2go.org> Sat, 01 Dec 2018 02:16:45 +0100 python-x2go (0.6.0.2-0x2go1) unstable; urgency=medium diff --git a/python-x2go.spec b/python-x2go.spec index cf00e85..109877c 100644 --- a/python-x2go.spec +++ b/python-x2go.spec @@ -163,7 +163,8 @@ X2Go is a server based computing environment with: This Python module allows you to integrate X2Go client support into your Python applications by providing a Python-based X2Go client API. -%endif # with_python3 +%endif +# with_python3 %package doc @@ -201,7 +202,8 @@ python3 setup.py build %else %{py3_build} %endif -%endif # with_python3 +%endif +# with_python3 # Build the docs make -f Makefile.docupload docbuild @@ -227,7 +229,8 @@ python3 setup.py install --skip-build --root %{buildroot} %else %{py3_install} %endif -%endif # with_python3 +%endif +# with_python3 %if 0%{?fdupes:1} %fdupes %{buildroot}/%{_prefix} %endif -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/python-x2go.git