This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository x2goclient. from bb13d41 onmainwindow.cpp: also unbreak old EPEL 6 builds. new fc5c935 debian/changelog: fix up changelog entries. new 567223f src/onmainwindow.cpp: add (and prefer) non-compat-symlink scp server location for 64-bit-based Gentoo distros (17.1+ profiles). 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 | 11 +++++++---- src/onmainwindow.cpp | 1 + 2 files changed, 8 insertions(+), 4 deletions(-) -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goclient.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2goclient. commit 567223f5b55fb0398322f01cb0f158da6eb2a524 Author: Mihai Moldovan <ionic@ionic.de> Date: Tue Jun 18 11:38:29 2019 +0200 src/onmainwindow.cpp: add (and prefer) non-compat-symlink scp server location for 64-bit-based Gentoo distros (17.1+ profiles). Fixes: #1393. --- debian/changelog | 3 +++ src/onmainwindow.cpp | 1 + 2 files changed, 4 insertions(+) diff --git a/debian/changelog b/debian/changelog index 284692b..ed1b3ab 100644 --- a/debian/changelog +++ b/debian/changelog @@ -102,6 +102,9 @@ x2goclient (4.1.2.2-0x2go1) UNRELEASED; urgency=medium version available in EPEL 6. - src/onmainwindow.cpp: unbreak builds by fixing syntax error. - src/onmainwindow.cpp: also unbreak old EPEL 6 builds. + - src/onmainwindow.cpp: add (and prefer) non-compat-symlink scp server + location for 64-bit-based Gentoo distros (17.1+ profiles). Fixes: + #1393. * debian/control: + Add build-depend on pkg-config. * x2goclient.spec: diff --git a/src/onmainwindow.cpp b/src/onmainwindow.cpp index cb6bb72..cd97e6c 100644 --- a/src/onmainwindow.cpp +++ b/src/onmainwindow.cpp @@ -10754,6 +10754,7 @@ void ONMainWindow::generateEtcFiles() << "/usr/libexec/openssh" /* Fedora, CentOS, hopefully also RHEL */ << "/usr/lib/ssh" /* Mageia, OpenSUSE, SLE{S,D} < 12 x86, SLE{S,D} 12, Arch */ << "/usr/lib64/ssh" /* SLE{S,D} < 12 x86_64 */ + << "/usr/lib64/misc" /* Gentoo *64 with 17.1 profile - has no lib compat-symlink. */ << "/usr/lib/misc" /* Gentoo */ << "/run/current-system/sw/bin" /* NixOS */ << "/usr/libexec"; /* Slackware, OS X */ -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goclient.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2goclient. commit fc5c93518b9023e2499a945740cd6559233ed301 Author: Mihai Moldovan <ionic@ionic.de> Date: Tue Jun 18 11:35:00 2019 +0200 debian/changelog: fix up changelog entries. --- debian/changelog | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/debian/changelog b/debian/changelog index 282d13a..284692b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -98,10 +98,10 @@ x2goclient (4.1.2.2-0x2go1) UNRELEASED; urgency=medium but necessary fonts.* file regeneration hook. - {x2goclient,help,onmainwindow}.cpp: implement new --bypass-cleanup-helper parameter. - - onmainwindow.cpp: fix building with Qt 4.6, currently the latest version - available in EPEL 6. - - onmainwindow.cpp: unbreak builds by fixing syntax error. - - onmainwindow.cpp: also unbreak old EPEL 6 builds. + - src/onmainwindow.cpp: fix building with Qt 4.6, currently the latest + version available in EPEL 6. + - src/onmainwindow.cpp: unbreak builds by fixing syntax error. + - src/onmainwindow.cpp: also unbreak old EPEL 6 builds. * debian/control: + Add build-depend on pkg-config. * x2goclient.spec: -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goclient.git