[X2Go-Commits] [nx-libs] branch master updated (28c14ac -> 7429573)

git-admin at x2go.org git-admin at x2go.org
Sat Jun 16 15:31:17 CEST 2018


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

x2go pushed a change to branch master
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.
      adds  a32554d   nxcomp: fix spelling errors as reported by codespell
      adds  94f7ce7   nxcompshad: fix spelling errors as reported by codespell
      adds  170416d   hw/nxagent: fix spelling errors as reported by codespell
      adds  d5da7e7   manpage: fix spelling error as reported by codespell
      adds  781b8a0   compext: fix spelling errors as reported by codespell
      adds  e91406e   nxproxy: fix spelling errors as reported by codespell
      adds  cce9756   config/cf: fix spelling errors as reported by codespell
      adds  11b534a   Merge branch 'uli42-pr/codespell' into 3.6.x
      adds  7cb0035   debian/rules: Highly enforce --no-parallel mode while Xserver is still on imake. Can be re-parallelized after autotools conversion.
      adds  985bed9   debian/rules: Typo fix in dh_auto_build --no-parallel option.
      adds  9937fbd   Screen.c: replace XSetWMNormalHints code block by already existing function
      adds  82c4c28   Screen.c/Events.c: add some FIXMEs
      adds  82dc005   nxagent: use XAllocSizeHints() instead of XSizeHints struct
      adds  845ae6e   Screen.c/Events.c: fix some comments
      adds  00c1f05   nxagent: remove mmwidth/mmheight from nxagentChangeScreenConfig
      adds  f9bae75   Events.c: catch intermediate window position changes
      adds  0167591   Screen.c: simplify setting of window name/class
      adds  9138a9e   whitespace fixes
      adds  c0f67ab   Merge branch 'uli42-pr/cleanup_window_hints' into 3.6.x
      adds  3f6d8f3   Update Xinerama on XMapEvent
      adds  7ec73ef   Merge branch 'uli42-pr/xinerama_without_wm' into 3.6.x
      adds  70ac10c   Clipboard.c: add missing include
      adds  7429573   Merge branch 'uli42-pr/fix_missing_include' into 3.6.x

No new revisions were added by this update.

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