This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository pyhoca-gui. from f132310 pyhoca-gui.spec: backport *SuSE build fix from pyhoca-cli: make python-devel a build requirement even for Python-3-builds. new 35ff0e8 Revert "pyhoca-gui.spec: backport *SuSE build fix from pyhoca-cli: make python-devel a build requirement even for Python-3-builds." new d27a454 pyhoca-gui.spec: backport build fix from pyhoca-cli: correctly escape bcond_with* macros in comment lines. The 2 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 | 4 ++++ pyhoca-gui.spec | 11 +++-------- 2 files changed, 7 insertions(+), 8 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 35ff0e899f0ea1e2760f4619302b7f72a5c02186 Author: Mihai Moldovan <ionic@ionic.de> Date: Tue Dec 24 07:35:02 2019 +0100 Revert "pyhoca-gui.spec: backport *SuSE build fix from pyhoca-cli: make python-devel a build requirement even for Python-3-builds." This reverts commit f132310c4047404d433e93725caab949beddc10f. --- debian/changelog | 2 ++ pyhoca-gui.spec | 5 ----- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/debian/changelog b/debian/changelog index 5b6a435..47aa7d9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -48,6 +48,8 @@ pyhoca-gui (0.6.1.0-0x2go1) UNRELEASED; urgency=medium once later on. + Backport *SuSE build fix from pyhoca-cli: make python-devel a build requirement even for Python-3-builds. + + Revert backport *SuSE build fix: we probably don't need this, problem + lies somewhere else. -- 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 64f6a34..27cfb83 100644 --- a/pyhoca-gui.spec +++ b/pyhoca-gui.spec @@ -141,11 +141,6 @@ BuildRequires: python-setuptools BuildRequires: python-distutils-extra %endif %if 0%{?with_python3} -%if 0%{?suse_version} -# For some reason, even pure Python-3-builds need python-devel as a build -# requirement. Not quite sure why, but builds are failing without it. -BuildRequires: python-devel -%endif BuildRequires: %{name_helper_python3}-devel BuildRequires: %{name_helper_python3}-setuptools BuildRequires: %{name_helper_python3}-distutils-extra -- 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 d27a45427373336b6b790b1150ba8ed6dd207925 Author: Mihai Moldovan <ionic@ionic.de> Date: Tue Dec 24 07:41:16 2019 +0100 pyhoca-gui.spec: backport build fix from pyhoca-cli: correctly escape bcond_with* macros in comment lines. --- debian/changelog | 2 ++ pyhoca-gui.spec | 6 +++--- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index 47aa7d9..a2b09a1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -50,6 +50,8 @@ pyhoca-gui (0.6.1.0-0x2go1) UNRELEASED; urgency=medium requirement even for Python-3-builds. + Revert backport *SuSE build fix: we probably don't need this, problem lies somewhere else. + + Backport build fix from pyhoca-cli: correctly escape bcond_with* macros + in comment lines. -- 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 27cfb83..f9bf5d9 100644 --- a/pyhoca-gui.spec +++ b/pyhoca-gui.spec @@ -21,11 +21,11 @@ # Conditional builds are a bit weird. # You CAN either enable or disable a feature via %%bcond_with{,out}, BUT you # can NOT override this value later on, it seems. -# Case in point: I tried to use %bcond_without python2 for all older Fedora -# versions, %bcond_with python3 for all Fedora versions starting with 26. +# Case in point: I tried to use %%bcond_without python2 for all older Fedora +# versions, %%bcond_with python3 for all Fedora versions starting with 26. # However, as pyhoca-{gui,cli} are just applications, we want to build against # 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 +# 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. # Hence, we'll only enable/disable a feature once now, based upon the global -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/pyhoca-gui.git