This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository pyhoca-gui. from 8d7bfe3 pyhoca-gui.spec: change spelling of python3-wxPython4 to python3-wxpython4 since package names are case-sensitive. new 49a9ec5 pyhoca-gui.spec: disable Python-3-builds on all *SuSE versions but Tumbleweed. new 559601b pyhoca-gui.spec: WxPython4 is called python3-wxPython on *SuSE (Tumbleweed), so fix up name. 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 | 5 +++++ pyhoca-gui.spec | 6 +++++- 2 files changed, 10 insertions(+), 1 deletion(-) -- 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 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
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository pyhoca-gui. commit 559601b59006f7c697de1449f5504086877a6eb5 Author: Mihai Moldovan <ionic@ionic.de> Date: Wed Dec 25 07:41:59 2019 +0100 pyhoca-gui.spec: WxPython4 is called python3-wxPython on *SuSE (Tumbleweed), so fix up name. --- debian/changelog | 2 ++ pyhoca-gui.spec | 4 ++++ 2 files changed, 6 insertions(+) diff --git a/debian/changelog b/debian/changelog index 2772fd5..ca223cd 100644 --- a/debian/changelog +++ b/debian/changelog @@ -65,6 +65,8 @@ pyhoca-gui (0.6.1.0-0x2go1) UNRELEASED; urgency=medium + 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. + + WxPython4 is called python3-wxPython on *SuSE (Tumbleweed), so fix up + name. -- 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 d299bef..e148e61 100644 --- a/pyhoca-gui.spec +++ b/pyhoca-gui.spec @@ -190,8 +190,12 @@ Requires: %{name_helper_python3}-setproctitle Requires: %{name_helper_python3}-x2go >= 0.6.1.2 Requires: libnotify Requires: %{name_helper_python3}-gobject-base +%if 0%{?suse_version} +Requires: %{name_helper_python3}-wxPython +%else Requires: %{name_helper_python3}-wxpython4 %endif +%endif %description X2Go is a server based computing environment with: -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/pyhoca-gui.git