[X2Go-Commits] [nx-libs] branch 3.6.x updated (28c14ac -> 7429573)

git-admin at x2go.org git-admin at x2go.org
Sat Jun 16 15:30:46 CEST 2018


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

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

      from  28c14ac   release 3.5.99.16
      adds  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.
      adds  da47704   Makefile targets: Rewriting and consolidating the target structure for nx-X11/ subdir (except nx-X11/lib/).
      adds  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.
      adds  f944a0d   debian/rules: Drop override_dh_clean. Makefile (et al.) removal in nx-X11/ has now been moved to the distclean target.
      adds  190e3df   debian/rules: Typo fix (NUMJOBS, not NUM_JOBS).
      adds  0fc5040   Makefile: Enforce -j1 for BuildDependsOnly target.
      adds  b817592   Revert "debian/rules: Typo fix (NUMJOBS, not NUM_JOBS)."
      adds  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."
      adds  90156e3   Makefile: Run BuildIncludes and clean target in nx-X11/ with -j1.
      adds  01dbfde   debian/rules: Run dh_auto_clean with --no-parallel.
      adds  997f2bb   nx-libs.spec: we never used gpg-offline, drop it.
       new  a32554d   nxcomp: fix spelling errors as reported by codespell
       new  94f7ce7   nxcompshad: fix spelling errors as reported by codespell
       new  170416d   hw/nxagent: fix spelling errors as reported by codespell
       new  d5da7e7   manpage: fix spelling error as reported by codespell
       new  781b8a0   compext: fix spelling errors as reported by codespell
       new  e91406e   nxproxy: fix spelling errors as reported by codespell
       new  cce9756   config/cf: fix spelling errors as reported by codespell
       new  11b534a   Merge branch 'uli42-pr/codespell' into 3.6.x
       new  7cb0035   debian/rules: Highly enforce --no-parallel mode while Xserver is still on imake. Can be re-parallelized after autotools conversion.
       new  985bed9   debian/rules: Typo fix in dh_auto_build --no-parallel option.
       new  9937fbd   Screen.c: replace XSetWMNormalHints code block by already existing function
       new  82c4c28   Screen.c/Events.c: add some FIXMEs
       new  82dc005   nxagent: use XAllocSizeHints() instead of XSizeHints struct
       new  845ae6e   Screen.c/Events.c: fix some comments
       new  00c1f05   nxagent: remove mmwidth/mmheight from nxagentChangeScreenConfig
       new  f9bae75   Events.c: catch intermediate window position changes
       new  0167591   Screen.c: simplify setting of window name/class
       new  9138a9e   whitespace fixes
       new  c0f67ab   Merge branch 'uli42-pr/cleanup_window_hints' into 3.6.x
       new  3f6d8f3   Update Xinerama on XMapEvent
       new  7ec73ef   Merge branch 'uli42-pr/xinerama_without_wm' into 3.6.x
       new  70ac10c   Clipboard.c: add missing include
       new  7429573   Merge branch 'uli42-pr/fix_missing_include' into 3.6.x

The 23 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                                       |  73 +-----
 m4/nx-macros.m4                                    |   8 +-
 nx-X11/Makefile                                    | 133 +++++-----
 nx-X11/config/cf/Imake.rules                       |   4 +-
 nx-X11/config/cf/Imake.tmpl                        |   2 +-
 nx-X11/config/cf/gnu.cf                            |   2 +-
 nx-X11/config/cf/host.def                          |   2 +-
 nx-X11/config/cf/linux.cf                          |   2 +-
 nx-X11/config/cf/xorg.cf                           |   2 +-
 nx-X11/config/cf/xorgsite.def                      |   2 +-
 nx-X11/programs/Xserver/hw/nxagent/Atoms.c         |  12 +-
 nx-X11/programs/Xserver/hw/nxagent/Clipboard.c     |   3 +-
 nx-X11/programs/Xserver/hw/nxagent/Display.c       |   6 +-
 nx-X11/programs/Xserver/hw/nxagent/Drawable.c      |  10 +-
 nx-X11/programs/Xserver/hw/nxagent/Error.c         |   2 +-
 nx-X11/programs/Xserver/hw/nxagent/Events.c        | 102 +++++---
 nx-X11/programs/Xserver/hw/nxagent/Events.h        |   2 +-
 nx-X11/programs/Xserver/hw/nxagent/Extensions.c    |   2 +-
 nx-X11/programs/Xserver/hw/nxagent/Font.c          |   6 +-
 nx-X11/programs/Xserver/hw/nxagent/Handlers.c      |   2 +-
 nx-X11/programs/Xserver/hw/nxagent/Image.c         |   8 +-
 nx-X11/programs/Xserver/hw/nxagent/Image.h         |   2 +-
 nx-X11/programs/Xserver/hw/nxagent/Imakefile       |   2 +-
 nx-X11/programs/Xserver/hw/nxagent/NXdispatch.c    |   2 +-
 nx-X11/programs/Xserver/hw/nxagent/NXevents.c      |   2 +-
 nx-X11/programs/Xserver/hw/nxagent/NXresource.c    |   4 +-
 nx-X11/programs/Xserver/hw/nxagent/NXwindow.c      |   4 +-
 nx-X11/programs/Xserver/hw/nxagent/Options.h       |   4 +-
 nx-X11/programs/Xserver/hw/nxagent/Pixels.h        |   7 +-
 nx-X11/programs/Xserver/hw/nxagent/Pixmap.c        |   2 +-
 nx-X11/programs/Xserver/hw/nxagent/Reconnect.c     |   2 +-
 nx-X11/programs/Xserver/hw/nxagent/Screen.c        | 275 +++++++++++----------
 nx-X11/programs/Xserver/hw/nxagent/Screen.h        |   8 +-
 nx-X11/programs/Xserver/hw/nxagent/Visual.c        |   4 +-
 nx-X11/programs/Xserver/hw/nxagent/Window.c        |  19 +-
 .../programs/Xserver/hw/nxagent/compext/Compext.c  |   2 +-
 .../programs/Xserver/hw/nxagent/compext/Compext.h  |   4 +-
 nx-X11/programs/Xserver/hw/nxagent/compext/Png.c   |   4 +-
 nx-X11/programs/Xserver/hw/nxagent/compext/Z.c     |   2 +-
 nx-X11/programs/Xserver/hw/nxagent/man/nxagent.1   |   2 +-
 nx-libs.spec                                       |   4 -
 nxcomp/src/Agent.h                                 |   2 +-
 nxcomp/src/Children.cpp                            |   2 +-
 nxcomp/src/ClientChannel.cpp                       |   4 +-
 nxcomp/src/Control.cpp                             |   2 +-
 nxcomp/src/DecodeBuffer.cpp                        |   2 +-
 nxcomp/src/GenericReadBuffer.cpp                   |   2 +-
 nxcomp/src/Keeper.cpp                              |   2 +-
 nxcomp/src/Loop.cpp                                |   8 +-
 nxcomp/src/MD5.c                                   |   2 +-
 nxcomp/src/Proxy.h                                 |   2 +-
 nxcomp/src/PutPackedImage.h                        |   2 +-
 nxcomp/src/Statistics.cpp                          |   6 +-
 nxcompshad/src/Core.cpp                            |   2 +-
 nxcompshad/src/Manager.cpp                         |   2 +-
 nxcompshad/src/X11.cpp                             |   4 +-
 nxproxy/src/Main.c                                 |   2 +-
 58 files changed, 399 insertions(+), 431 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