This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository pyhoca-cli. from 9e3be65 pyhoca-cli.spec: hopefully fix builds on *SuSE: even pure Python-3-builds need python-devel as a build requirement (only)... for some weird reason. new 6847b62 Revert "pyhoca-cli.spec: hopefully fix builds on *SuSE: even pure Python-3-builds need python-devel as a build requirement (only)... for some weird reason." new 1acaf61 pyhoca-cli.spec: actually fix issue: macros are expanded even in commented lines and some of them were not properly escaped via double percent sign characters. 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-cli.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-cli.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository pyhoca-cli. commit 6847b62eab45992e5e55a70d41129751868f87b8 Author: Mihai Moldovan <ionic@ionic.de> Date: Tue Dec 24 07:36:14 2019 +0100 Revert "pyhoca-cli.spec: hopefully fix builds on *SuSE: even pure Python-3-builds need python-devel as a build requirement (only)... for some weird reason." This reverts commit 9e3be6547ecd3e324cbd12688c13e806fc1bce4f. --- debian/changelog | 2 ++ pyhoca-cli.spec | 5 ----- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/debian/changelog b/debian/changelog index 63e8795..6565592 100644 --- a/debian/changelog +++ b/debian/changelog @@ -23,6 +23,8 @@ pyhoca-cli (0.6.1.2-0x2go1) UNRELEASED; urgency=medium + Fix typo in Python-2-Requires: line: random % char. + Hopefully fix builds on *SuSE: even pure Python-3-builds need python-devel as a build requirement (only)... for some weird reason. + + Revert backport *SuSE build fix: we probably don't need this, problem + lies somewhere else. -- X2Go Release Manager <git-admin@x2go.org> Fri, 22 Nov 2019 15:26:45 +0100 diff --git a/pyhoca-cli.spec b/pyhoca-cli.spec index fc2e45c..e668697 100644 --- a/pyhoca-cli.spec +++ b/pyhoca-cli.spec @@ -142,11 +142,6 @@ Requires: python-setproctitle Requires: %{name_helper_python2}-x2go >= 0.6.1.0 %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 Requires: %{name_helper_python3}-setproctitle -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/pyhoca-cli.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository pyhoca-cli. commit 1acaf61909eea5cbe2c021b20619334a34325369 Author: Mihai Moldovan <ionic@ionic.de> Date: Tue Dec 24 07:40:26 2019 +0100 pyhoca-cli.spec: actually fix issue: macros are expanded even in commented lines and some of them were not properly escaped via double percent sign characters. --- debian/changelog | 2 ++ pyhoca-cli.spec | 6 +++--- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index 6565592..f088ef5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -25,6 +25,8 @@ pyhoca-cli (0.6.1.2-0x2go1) UNRELEASED; urgency=medium python-devel as a build requirement (only)... for some weird reason. + Revert backport *SuSE build fix: we probably don't need this, problem lies somewhere else. + + Actually fix issue: macros are expanded even in commented lines and some + of them were not properly escaped via double percent sign characters. -- X2Go Release Manager <git-admin@x2go.org> Fri, 22 Nov 2019 15:26:45 +0100 diff --git a/pyhoca-cli.spec b/pyhoca-cli.spec index e668697..5725958 100644 --- a/pyhoca-cli.spec +++ b/pyhoca-cli.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-cli.git