Packages changed: libXext (1.3.4 -> 1.3.5) libXinerama (1.1.4 -> 1.1.5) libmysofa (1.2.1 -> 1.3.1) luit (20201003 -> 20221028) python-zope.interface (5.4.0 -> 5.5.0) xsetroot (1.1.2 -> 1.1.3) === Details === ==== libXext ==== Version update (1.3.4 -> 1.3.5) - Update to version 1.3.5 * Fix spelling/wording issues * gitlab CI: add a basic build test * Xge.c, Xge.h: convert from ISO-8859-1 to UTF-8 * Add extutilP.h header for xgeExtRegister() prototype * Remove unnecessary casts of malloc/calloc results * Remove unnecessary (char *) casts from Xfree() arguments * Use calloc instead of malloc if we may not initialize all the bytes * Import reallocarray() from libX11 * Convert calls to Xmalloc arrays to use Xmallocarray instead * configure: Use AC_USE_SYSTEM_EXTENSIONS to set GNU_SOURCE & other defines * Remove "All rights reserved" from Oracle copyright notices. * COPYING: Add info for Xge.* and reallocarray.* files * add ACLOCAL_AMFLAGS = -I m4 to make aclocal pick ax_gcc_builtin.m4 ==== libXinerama ==== Version update (1.1.4 -> 1.1.5) - Update to version 1.1.6 * Update README for gitlab migration * Update configure.ac bug URL for gitlab migration * Fix spelling/wording issues * gitlab CI: add a basic build test * XineramaQueryScreens: fix -Wsign-compare warning * Remove "register" type qualifier from variable declarations ==== libmysofa ==== Version update (1.2.1 -> 1.3.1) - Update to 1.3.1: * added a memory loader for HRTFs * supporting strange head geometrics from MeshHRTF - Enable test suite ==== luit ==== Version update (20201003 -> 20221028) - Update to version 20221028 * fix a few compiler-warnings * updated plink.sh, from xterm. * updated configure script, to work around regression in grep 3.8 * updated configure macros for compiler-warning fixes. * update config.guess, config.sub, install-sh ==== python-zope.interface ==== Version update (5.4.0 -> 5.5.0) - Update to version 5.5.0 * Add support for Python 3.10 and 3.11 (as of 3.11.0rc2). * Add missing Trove classifier showing support for Python 3.9. * Add some more entries to zope.interface.interfaces.__all__. * Disable unsafe math optimizations in C code. See pull request 262. ==== xsetroot ==== Version update (1.1.2 -> 1.1.3) - Update to version 1.1.3 * Update README for gitlab migration * Update configure.ac bug URL for gitlab migration * gitlab CI: add a basic build test * Variable scope reductions as recommended by cppcheck * Handle -Wsign-compare warnings * gitlab CI: stop requiring Signed-off-by in commits