Dear all
The X2Go project is proud to announce a new release of the X2Go
component ,,pyhoca-gui''.
New gains of this version of ,,pyhoca-gui'' are:
o updated Finnish translations
o hardcoded Python 2 interpreter
o RPM-based packaging improvements
o shadow session type renamed to "X2Go/X11 Desktop Sharing (SHADOW)"
o added IceWM session type support
o Norwegian translation split up into Bokmål and Nynorsk - without actual
changes so far
The X2Go Project thanks Martti Pitkänen for improving the
internationalization support of our software.
Known bugs:
o Nynorsk uses wrong language code (ny_NO instead of nn_NO)
X2Go Component: pyhoca-gui
Version: 0.5.0.8
Status: RELEASE
Timestamp: 1549336010
Date: Tue, 05 Feb 2019 04:06:50 +0100
Changes:
pyhoca-gui (0.5.0.8) RELEASED; urgency=medium
.
[ Martti Pitkänen ]
- New upstream version (0.5.0.8):
- po/fi.po: update Finnish translation file.
.
[ Mihai Moldovan ]
- New upstream version (0.5.0.8):
- misc: switch to /usr/bin/env python2.
- update-po.sh: update copyright date.
- man/man1/pyhoca-gui.1: update date stamps pre-release.
- pyhoca-gui.spec:
- Use %{__python2*} instead of %{__python*} on FC29+.
- Comment out glob-including everything in sitelib. Fedora packaging specs
recommend not to do this, so let builds fail to pull them in more
selectively later.
- Pull files out of sitelib more selectively.
- Fix pyhoca pulling, we also need to get the directory, not just
everything within it.
- Use more modern install macros.
- Cherry-pick files in structure even more carefully.
- Test %build macro, because the second command seems to be skipped on
OpenSuSE (what?)
- 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.
- 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.
- Avoid %{python2_sitelib} on older OpenSuSE versions - doesn't seem to be
defined there. Use %{python_sitelib} in that case.
.
[ Mike Gabriel ]
- New upstream version (0.5.0.8):
- pyhoca/wxgui/profilemanager.py: Rename shadowing sessiontype to 'X2Go/X11
Desktop Sharing (SHADOW)'.
- pyhoca/wxgui/profilemanager.py: Support IceWM desktop environment.
- Add Xinerama checkbox to profile manager.
- po/: Update translation files.
- po/de.po: Update German translation.
- Happy New Year!
- Refer to https:// URLs wherever possible.
- Update X2Go Server version with SHADOW-for-PyHoca support in all
translation files.
- po/LINGUAS: Replace nb by nb_NO and ny_NO.
- Copy+paste Xinerama support config option translations from X2Go Client's
i18n files.
- Enforce utf-8 encoding for vim. Add such header lines to most files.
Regards,
Mihai Moldovan