Accepting request 1222098 from X11:XOrg
- Update to version 1.2.3 * Change all *LoadImage(..., size) APIs to always return a cursor with the requested size. * Remove unnecessary MIN calls * build-fix * fix compiler warnings * improve manpage formatting * trim redundant code from the resize-calls * add new property "resized" and environment "XCURSOR_RESIZED" * add getter/setter for "resized" property * restore behavior of image-loading, provide resizing via internal function * provide internal variants of existing functions to pass "resized" parameter * use resized-parameter where available when loading images * add/use _XcursorLibraryLoadImages to pass resized-parameter when loading * add debug-logging for file.c, to help with analysis * add traces for library.c and xlib.c, also another internal function for dpy * document the new XCURSOR_RESIZED environment variable and resource "resized" * document/tidy the new set/get functions * changes will suggest new release * ensure ncomment and nimage values are positive * add debug-trace for the configuration information * fix overlooked compiler-warning * reduce the message-check to ignore the over-long one * amend per merge_requests/22#note_2642034 * amend per merge_requests/22#note_2642042 * Ignore invalid cursor files OBS-URL: https://build.opensuse.org/request/show/1222098 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libXcursor?expand=0&rev=15
This commit is contained in:
commit
4ed1dfaeb8
BIN
libXcursor-1.2.2.tar.xz
(Stored with Git LFS)
BIN
libXcursor-1.2.2.tar.xz
(Stored with Git LFS)
Binary file not shown.
3
libXcursor-1.2.3.tar.xz
Normal file
3
libXcursor-1.2.3.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fde9402dd4cfe79da71e2d96bb980afc5e6ff4f8a7d74c159e1966afb2b2c2c0
|
||||
size 292764
|
@ -1,3 +1,32 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 7 10:52:02 UTC 2024 - Stefan Dirsch <sndirsch@suse.com>
|
||||
|
||||
- Update to version 1.2.3
|
||||
* Change all *LoadImage(..., size) APIs to always return a cursor with the requested size.
|
||||
* Remove unnecessary MIN calls
|
||||
* build-fix
|
||||
* fix compiler warnings
|
||||
* improve manpage formatting
|
||||
* trim redundant code from the resize-calls
|
||||
* add new property "resized" and environment "XCURSOR_RESIZED"
|
||||
* add getter/setter for "resized" property
|
||||
* restore behavior of image-loading, provide resizing via internal function
|
||||
* provide internal variants of existing functions to pass "resized" parameter
|
||||
* use resized-parameter where available when loading images
|
||||
* add/use _XcursorLibraryLoadImages to pass resized-parameter when loading
|
||||
* add debug-logging for file.c, to help with analysis
|
||||
* add traces for library.c and xlib.c, also another internal function for dpy
|
||||
* document the new XCURSOR_RESIZED environment variable and resource "resized"
|
||||
* document/tidy the new set/get functions
|
||||
* changes will suggest new release
|
||||
* ensure ncomment and nimage values are positive
|
||||
* add debug-trace for the configuration information
|
||||
* fix overlooked compiler-warning
|
||||
* reduce the message-check to ignore the over-long one
|
||||
* amend per merge_requests/22#note_2642034
|
||||
* amend per merge_requests/22#note_2642042
|
||||
* Ignore invalid cursor files
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Mar 3 03:15:13 UTC 2024 - Stefan Dirsch <sndirsch@suse.com>
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
Name: libXcursor
|
||||
%define lname libXcursor1
|
||||
Version: 1.2.2
|
||||
Version: 1.2.3
|
||||
Release: 0
|
||||
Summary: X Window System Cursor management library
|
||||
License: MIT
|
||||
|
Loading…
x
Reference in New Issue
Block a user