This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository pyhoca-gui. from f0f4c91 pyhoca-gui.spec: use %{py(thon)2_build} instead of calling setup.py build manually if possible, otherwise build artifacts will be removed before calling %{py(thon)2_install} later on, which leads to a build failure on OpenSuSE platforms. new c6ea37c pyhoca-gui.spec: own %{python2_sitelib}/pyhoca directory, including subcontent. The 1 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-gui.spec | 2 +- 2 files changed, 5 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 c6ea37cfb5b700641d9aa1bf6bd9e80bdf52ed98 Author: Mihai Moldovan <ionic@ionic.de> Date: Sun Nov 11 11:25:57 2018 +0100 pyhoca-gui.spec: own %{python2_sitelib}/pyhoca directory, including subcontent. In theory that's the wrong place (since we'd need a pyhoca-common package to own that directory or something), but that would make packaging more complicated. --- debian/changelog | 4 ++++ pyhoca-gui.spec | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index eb91e4d..cdebb63 100644 --- a/debian/changelog +++ b/debian/changelog @@ -23,6 +23,10 @@ pyhoca-gui (0.5.0.8-0x2go1) UNRELEASED; urgency=medium possible, otherwise build artifacts will be removed before calling %{py(thon)2_install} later on, which leads to a build failure on OpenSuSE platforms. + - Own %{python2_sitelib}/pyhoca directory, including subcontent. In theory + that's the wrong place (since we'd need a pyhoca-common package to own + that directory or something), but that would make packaging more + complicated. -- X2Go Release Manager <git-admin@x2go.org> Sun, 24 Sep 2017 11:28:17 +0200 diff --git a/pyhoca-gui.spec b/pyhoca-gui.spec index 3be15c0..96b03df 100644 --- a/pyhoca-gui.spec +++ b/pyhoca-gui.spec @@ -117,7 +117,7 @@ fi %doc COPYING README TODO %{_bindir}/%{name} %{python2_sitelib}/PyHoca_GUI* -%{python2_sitelib}/pyhoca/wxgui/ +%{python2_sitelib}/pyhoca/ %{_datadir}/applications/%{name}.desktop %{_datadir}/icons/PyHoca/ %{_datadir}/pixmaps/pyhoca_x2go-logo-ubuntu.svg -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/pyhoca-gui.git