This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository nx-libs. from e73464e nxcomp: Reduce control->TokenSize slightly again in order to fix fragmentation of packages when on VPN (or otherwise encapsulated) connections. new df3944d debian/patches: fixup series file to include previous patch. new 9d750c6 nx-libs.spec: add -mno-vxs to general C(XX)FLAGS on ppc64le. 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 | 7 +++++++ debian/patches/series | 1 + nx-libs.spec | 9 +++++++++ 3 files changed, 17 insertions(+) -- Alioth's /srv/git/code.x2go.org/nx-libs.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/nx-libs.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository nx-libs. commit df3944d4614ca5aea595631ca4158a3baad2a257 Author: Mihai Moldovan <ionic@ionic.de> Date: Mon Oct 16 07:18:32 2017 +0200 debian/patches: fixup series file to include previous patch. --- debian/changelog | 1 + debian/patches/series | 1 + 2 files changed, 2 insertions(+) diff --git a/debian/changelog b/debian/changelog index 820dacd..d035363 100644 --- a/debian/changelog +++ b/debian/changelog @@ -39,6 +39,7 @@ nx-libs (2:3.5.0.33-0x2go1) UNRELEASED; urgency=low * debian/patches: - Refresh all patches. Removes some fuzziness and adds the -p diff option to show the C function name in hunk headers. + - Fixup series file to include previous patch. [ Mike Gabriel ] * debian/libxinerama1.postinst.in: diff --git a/debian/patches/series b/debian/patches/series index c475dc7..8756cc4 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -149,6 +149,7 @@ 1260_nx-X11_xserver-Avoid-sending-uninitialized-padd.full.patch 1270_nx-X11_CVE-2017-2624-Use-timingsafe_memcmp-to-c.full.patch 1300_nxcomp_Set-TokenSize-to-1536-for-lin.full+lite.patch +1301_nxcomp_Reduce-TokenSize-slightly-for.full+lite.patch 1400_nx-X11_Render.c-Improve-situation-fo.full+lite.patch 9900-dxpc-license-history.full+lite.patch 0016_nx-X11_install-location.debian.patch -- Alioth's /srv/git/code.x2go.org/nx-libs.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/nx-libs.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository nx-libs. commit 9d750c686a3ce6d457041cdf5991a1a0749a8d0c Author: Mihai Moldovan <ionic@ionic.de> Date: Mon Oct 16 07:24:38 2017 +0200 nx-libs.spec: add -mno-vxs to general C(XX)FLAGS on ppc64le. Hopefully just a temporary workaround until https://bugzilla.redhat.com/show_bug.cgi?id=1489712 / https://bugs.centos.org/view.php?id=13779 are resolved. Backported from Arctica GH 3.6.x branch. v2: backport to nx-libs 3.5.0.x (Mihai Moldovan) --- debian/changelog | 6 ++++++ nx-libs.spec | 9 +++++++++ 2 files changed, 15 insertions(+) diff --git a/debian/changelog b/debian/changelog index d035363..1eaedd6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -14,6 +14,12 @@ nx-libs (2:3.5.0.33-0x2go1) UNRELEASED; urgency=low - Add new x2goagent.options file to installed file list of x2goagent package. - Let x2goagent package satisfy x2goagent-virtual. + - nx-libs.spec: add -mno-vxs to general C(XX)FLAGS on ppc64le. + Hopefully just a temporary workaround until + https://bugzilla.redhat.com/show_bug.cgi?id=1489712 / + https://bugs.centos.org/view.php?id=13779 are resolved. + Backported from Arctica GH 3.6.x branch. + v2: backport to nx-libs 3.5.0.x (Mihai Moldovan) * debian/: - Add x2goagent.options file for compatibility with x2goserver nightly. * debian/roll-tarballs.sh: diff --git a/nx-libs.spec b/nx-libs.spec index cc21a84..ab7c01a 100644 --- a/nx-libs.spec +++ b/nx-libs.spec @@ -1,5 +1,14 @@ %global _hardened_build 1 +# Override values for specific architectures. +%ifarch ppc64le +# Works around https://bugs.centos.org/view.php?id=13779 / https://bugzilla.redhat.com/show_bug.cgi?id=1489712 +# Compilation failure on PPC64LE due to a compiler bug. +# REMEMBER TO REMOVE ONCE DOWNSTREAM FIXES THE ISSUE! +%global __global_cflags %{__global_cflags} -mno-vsx +%global __global_cxxflags %{__global_cxxflags} -mno-vsx +%endif + Name: nx-libs Version: 3.5.0.33 Release: 0.0x2go1%{?dist} -- Alioth's /srv/git/code.x2go.org/nx-libs.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/nx-libs.git