This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository pyhoca-gui. commit 49a9ec55213d56a28afa14d55a8d9bcb7f1e6a18 Author: Mihai Moldovan <ionic@ionic.de> Date: Wed Dec 25 07:34:50 2019 +0100 pyhoca-gui.spec: disable Python-3-builds on all *SuSE versions but Tumbleweed. Sadly, only Tumbleweed currently includes python3-wxPython(4), so we have to keep all other versions on Python 2 for now. --- debian/changelog | 3 +++ pyhoca-gui.spec | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 3cd06ce..2772fd5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -62,6 +62,9 @@ pyhoca-gui (0.6.1.0-0x2go1) UNRELEASED; urgency=medium Tumbleweed, which seems to not get caught by %{sle_version}. + Change spelling of python3-wxPython4 to python3-wxpython4 since package names are case-sensitive. + + Disable Python-3-builds on all *SuSE versions but Tumbleweed. Sadly, + only Tumbleweed currently includes python3-wxPython(4), so we have to + keep all other versions on Python 2 for now. -- 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 414ff99..d299bef 100644 --- a/pyhoca-gui.spec +++ b/pyhoca-gui.spec @@ -1,7 +1,7 @@ # Add conditional and ... # ... disable by default, mostly for older distros. %global want_python3 0 -%if 0%{?suse_version} > 1310 || 0%{?fedora} >= 26 || 0%{?rhel} >= 8 +%if 0%{?suse_version} > 1500 || 0%{?fedora} >= 26 || 0%{?rhel} >= 8 # ... enable by default on newer distros. %global want_python3 1 %endif -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/pyhoca-gui.git