Package Release Info

xcb-util-cursor-0.1.5-160000.2.2

Update Info: Base Release
Available in Package Hub : 16.0

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

libxcb-cursor0-32bit
xcb-util-cursor-devel-32bit

Change Logs

* Thu Oct 19 2023 sndirsch@suse.com
- 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.
* Tue Oct 18 2022 sndirsch@suse.com
- 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
Version: 0.1.3-150400.3.2.3
* Wed Nov 01 2017 mpluskal@suse.com
- Clean up with spec-cleaner
- Make building more verbose
* Fri May 13 2016 tobias.johannes.klausmann@mni.thm.de
- Update to version 0.1.3:
  * Add a --with-cursorpath option to configure
* Mon Apr 25 2016 sndirsch@suse.com
- 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
* Mon Mar 30 2015 sndirsch@suse.com
- added baselibs.conf as source to specfile
* Fri Mar 27 2015 hrvoje.senjan@gmail.com
- 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
* Wed Nov 13 2013 tobias.johannes.klausmann@mni.thm.de
- 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
* Thu Oct 17 2013 sndirsch@suse.com
- renamed patch according to the X11:XOrg patch guidelines
* Sat Oct 05 2013 kgronlund@suse.com
- Fix issue with GCC
* Sat Oct 05 2013 kgronlund@suse.com
- Fix issue with GCC