Compare commits

1 Commits
main ... 1.1

4 changed files with 5 additions and 46 deletions

BIN
libXcursor-1.2.1.tar.xz (Stored with Git LFS) Normal file

Binary file not shown.

BIN
libXcursor-1.2.3.tar.xz (Stored with Git LFS)

Binary file not shown.

View File

@@ -1,44 +1,3 @@
-------------------------------------------------------------------
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>
- Update to version 1.2.2
* gitlab CI: stop requiring Signed-off-by in commits
* configure: Use LT_INIT from libtool 2 instead of deprecated
AC_PROG_LIBTOOL
* If O_CLOEXEC is defined, add "e" to fopen modes
* Add comment about keeping libxcb-cursor copy of code in sync
* XcursorXcFileLoad: plug memory leak in error paths
* Remove superfluous and unguarded config.h include
------------------------------------------------------------------- -------------------------------------------------------------------
Sun Apr 3 17:08:50 UTC 2022 - Stefan Dirsch <sndirsch@suse.com> Sun Apr 3 17:08:50 UTC 2022 - Stefan Dirsch <sndirsch@suse.com>

View File

@@ -1,7 +1,7 @@
# #
# spec file for package libXcursor # spec file for package libXcursor
# #
# Copyright (c) 2024 SUSE LLC # Copyright (c) 2022 SUSE LLC
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
Name: libXcursor Name: libXcursor
%define lname libXcursor1 %define lname libXcursor1
Version: 1.2.3 Version: 1.2.1
Release: 0 Release: 0
Summary: X Window System Cursor management library Summary: X Window System Cursor management library
License: MIT License: MIT