| AArch64 | |
| ppc64le | |
| s390x | |
| x86-64 |
- Update to version 0.1.5
* This release sets the close-on-exec flag when opening files on
platforms that support O_CLOEXEC, and resyncs the
_XcursorThemeInherits code with libXcursor, including a fix for
an off-by-one error in memory allocation that triggered errors
from AddressSanitizer.
- Update to version 0.1.4 * Update README for gitlab migration * Add README.md to EXTRA_DIST * Use AC_CONFIG_FILES to replace the deprecated AC_OUTPUT with parameters * Update m4 to xorg/util/xcb-util-m4@c617eee22ae5c285e79e81 * gitlab CI: add a basic build test * configure: Drop AM_MAINTAINER_MODE * autogen.sh: Honor NOCONFIGURE=1 * autogen.sh: use quoted string variables * autogen: add default patch prefix * autogen.sh: use exec instead of waiting for configure to finish * documentation: Call xcb_free_cursor() when done * Fix out-of-source builds
- Clean up with spec-cleaner - Make building more verbose
- Update to version 0.1.3: * Add a --with-cursorpath option to configure
- removed u_fix-issue-with-gcc.patch
* patch was only necessary with gcc in 2013, when building
'awesome' against the static library; we do not ship the static
libary (did we ever?)
https://lists.freedesktop.org/archives/xcb/2016-April/010737.html
- added baselibs.conf as source to specfile
- Update to version 0.1.2:
+ Use CFSwapInt32LittleToHost from CoreFoundation.h on Mac OS X
to implement le32toh.
+ Check submodules before running autoconf.
+ darwin: Use OSByteOrder.h rather than CF.
+ Perform safety check before trying to load glyph cursor
- Update to version 0.1.1: + Fix memleak with broken resource databases + Check exact RENDER version that the server supports + Use LE_32 macro from <sys/byteorder.h> on Solaris versions without le32toh() + Use $(AM_V_GEN) when calling gperf + Fail the build if gperf is needed, but not found + handle read() errors + Bugfix: Properly load cursor files where not all cursors are suitable
- renamed patch according to the X11:XOrg patch guidelines
- Fix issue with GCC
- Fix issue with GCC