[X2Go-Commits] [nx-libs] branch 3.6.x-rpm-debug updated (8cbea65 -> 0bda89d)

git-admin at x2go.org git-admin at x2go.org
Mon Apr 30 22:41:41 CEST 2018


This is an automated email from the git hooks/post-receive script.

x2go pushed a change to branch 3.6.x-rpm-debug
in repository nx-libs.

      from  8cbea65   Merge branch '3.6.x' into 3.6.x-rpm-debug
       new  13bf7c0   Makefile: Don't do a parallel clean-up of nx-X11. We have seen failures and due to the upcoming switch to autotools, it is pointless to dive into fixing it in the Imakefile stack.
       new  da47704   Makefile targets: Rewriting and consolidating the target structure for nx-X11/ subdir (except nx-X11/lib/).
       new  94d77e2   debian/rules: Avoid dh_auto_build. It adds -Oline since 11.2 which let's make choke in nx-X11/ subdir on the Makefiles target. Reason unknown.
       new  f944a0d   debian/rules: Drop override_dh_clean. Makefile (et al.) removal in nx-X11/ has now been moved to the distclean target.
       new  190e3df   debian/rules: Typo fix (NUMJOBS, not NUM_JOBS).
       new  0fc5040   Makefile: Enforce -j1 for BuildDependsOnly target.
       new  b817592   Revert "debian/rules: Typo fix (NUMJOBS, not NUM_JOBS)."
       new  3d8818f   Revert "debian/rules: Avoid dh_auto_build. It adds -Oline since 11.2 which let's make choke in nx-X11/ subdir on the Makefiles target. Reason unknown."
       new  90156e3   Makefile: Run BuildIncludes and clean target in nx-X11/ with -j1.
       new  01dbfde   debian/rules: Run dh_auto_clean with --no-parallel.
       new  d699cf0   Merge branch 'arctica-3.6.x' into 3.6.x-rpm-debug
       new  5700bd1   nx-X11/programs/Xserver/hw/nxagent/Screen.c: reformat nxagentAdjustRandRXinerama() consistently.
       new  0ea5a0b   nx-X11/programs/Xserver/hw/nxagent/Screen.c: make intersect and intersect_bb static since they are only used in this file.
       new  f688e32   nx-X11/programs/Xserver/hw/nxagent/Utils.h: add SAFE_FREE macro.
       new  af8db91   nx-X11/programs/Xserver/hw/nxagent/Screen.c: implement split algorithm/functions.
       new  b692a27   nx-X11/programs/Xserver/hw/nxagent/Screen.c: add screen boxes generation algorithm/functions.
       new  50c7fa2   nx-X11/programs/Xserver/hw/nxagent/Screen.c: let intersect() accept NULL pointers in case we're only interested in the boolean return value.
       new  332bcf0   nx-X11/programs/Xserver/hw/nxagent/Screen.c: add low-level screen boxes merging algorithm/functions.
       new  dec34d8   nx-X11/programs/Xserver/hw/nxagent/Screen.c: implement algorithm generating a solution for extending a single box.
       new  aa96d5c   nx-X11/programs/Xserver/hw/nxagent/Screen.c: implement basic screen boxes extending algorithm, generating a list of solutions.
       new  9ec5722   nx-X11/programs/Xserver/hw/nxagent/Screen.c: add high-level wrapper to generate and select a solution for a given base screen boxes list and remote Xinerama information.
       new  7990321   nx-X11/programs/Xserver/hw/nxagent/Screen.c: reimplement Xinerama RandR adjustment function based on the new screen tiling functions.
       new  c21ca80   nx-X11/programs/Xserver/hw/nxagent/Screen.c: remove obsolete intersect_bb() function.
       new  163dd19   nx-X11/programs/Xserver/hw/nxagent/Imakefile: remove obsolete NXAGENT_RANDR_XINERAMA_CLIPPING macro.
       new  0bda89d   Merge branch 'bugfix/xinerama-crtcs' into 3.6.x-rpm-debug

The 25 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:
 Makefile                                     |   44 +-
 debian/rules                                 |   67 +-
 nx-X11/Makefile                              |  133 +-
 nx-X11/programs/Xserver/hw/nxagent/Imakefile |    1 -
 nx-X11/programs/Xserver/hw/nxagent/Screen.c  | 3647 +++++++++++++++++++++++---
 nx-X11/programs/Xserver/hw/nxagent/Utils.h   |    2 +
 6 files changed, 3420 insertions(+), 474 deletions(-)

--
Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/nx-libs.git


More information about the x2go-commits mailing list