[X2Go-Commits] [pyhoca-gui] 01/02: openSUSE (at least >= 12.3) has wxPython 2.9. So let's use it. (On openSUSE 13.1, pyhoca-gui segfaults with wxPython 2.8).

git-admin at x2go.org git-admin at x2go.org
Wed Oct 15 23:17:50 CEST 2014


This is an automated email from the git hooks/post-receive script.

x2go pushed a commit to branch master
in repository pyhoca-gui.

commit 55561d1c1d089f540f93201aa68d59aea725c103
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Wed Oct 15 23:16:09 2014 +0200

    openSUSE (at least >= 12.3) has wxPython 2.9. So let's use it. (On openSUSE 13.1, pyhoca-gui segfaults with wxPython 2.8).
---
 debian/changelog |    2 ++
 pyhoca-gui.spec  |    4 ++++
 2 files changed, 6 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index a457a5e..583a104 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -79,6 +79,8 @@ pyhoca-gui (0.5.0.0-0x2go1) UNRELEASED; urgency=low
   * pyhoca-gui.spec:
     + Adapt to building on openSUSE/SLES.
     + openSUSE has python-notify whereas Fedora/RHEL has notify-python.
+    + openSUSE (at least >= 12.3) has wxPython 2.9. So let's use it. (On openSUSE
+      13.1, pyhoca-gui segfaults with wxPython 2.8).
 
   [ Mike DePaulo ]
   * New upstream version (0.5.0.0):
diff --git a/pyhoca-gui.spec b/pyhoca-gui.spec
index b76467a..b24d34d 100644
--- a/pyhoca-gui.spec
+++ b/pyhoca-gui.spec
@@ -30,7 +30,11 @@ Requires:       python-notify
 %else
 Requires:       notify-python
 %endif
+%if 0%{?suse_version} >= 1230
+Requires:       python-wxWidgets-2_9
+%else
 Requires:       wxPython
+%endif
 Requires:       python-argparse
 Requires:       python-cups
 

--
Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/pyhoca-gui.git


More information about the x2go-commits mailing list