This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository pyhoca-gui. from 1c69ef3 openSUSE has python-notify whereas Fedora/RHEL has notify-python. new 55561d1 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). new e2f0790 Try to build the .po -> .mo files during package build. 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 | 3 +++ pyhoca-gui.spec | 6 ++++++ 2 files changed, 9 insertions(+) -- Alioth's /srv/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 55561d1c1d089f540f93201aa68d59aea725c103 Author: Mike Gabriel <mike.gabriel@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
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository pyhoca-gui. commit e2f0790eb888f474845fe576fe9b7d9185f99a0e Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Wed Oct 15 23:17:44 2014 +0200 Try to build the .po -> .mo files during package build. --- debian/changelog | 1 + pyhoca-gui.spec | 2 ++ 2 files changed, 3 insertions(+) diff --git a/debian/changelog b/debian/changelog index 583a104..04e4f93 100644 --- a/debian/changelog +++ b/debian/changelog @@ -81,6 +81,7 @@ pyhoca-gui (0.5.0.0-0x2go1) UNRELEASED; urgency=low + 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). + + Try to build the .po -> .mo files during package build. [ Mike DePaulo ] * New upstream version (0.5.0.0): diff --git a/pyhoca-gui.spec b/pyhoca-gui.spec index b24d34d..c217c71 100644 --- a/pyhoca-gui.spec +++ b/pyhoca-gui.spec @@ -13,6 +13,7 @@ URL: http://www.x2go.org/ Source0: http://code.x2go.org/releases/source/%{name}/%{name}-%{version}.tar.gz BuildArch: noarch +BuildRequires: gettext %if 0%{?suse_version} BuildRequires: python-devel BuildRequires: fdupes @@ -57,6 +58,7 @@ notification area and allows multiple X2Go session handling. %build +%{__python} setup.py build_i18n %{__python} setup.py build -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/pyhoca-gui.git