- 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

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libXcursor?expand=0&rev=23
This commit is contained in:
Stefan Dirsch 2024-03-03 03:19:30 +00:00 committed by Git OBS Bridge
parent 87a788683c
commit 4fd02298ed
4 changed files with 17 additions and 5 deletions

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

Binary file not shown.

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

Binary file not shown.

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
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>

View File

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