From c8277e8a513ad2ab08e140a78389a76a809397ee4c9aa59d5b014c070036d684 Mon Sep 17 00:00:00 2001 From: Stefan Dirsch Date: Thu, 19 Oct 2023 21:14:39 +0000 Subject: [PATCH] - 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. OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xcb-util-cursor?expand=0&rev=16 --- xcb-util-cursor-0.1.4.tar.xz | 3 --- xcb-util-cursor-0.1.5.tar.xz | 3 +++ xcb-util-cursor.changes | 10 ++++++++++ xcb-util-cursor.spec | 4 ++-- 4 files changed, 15 insertions(+), 5 deletions(-) delete mode 100644 xcb-util-cursor-0.1.4.tar.xz create mode 100644 xcb-util-cursor-0.1.5.tar.xz diff --git a/xcb-util-cursor-0.1.4.tar.xz b/xcb-util-cursor-0.1.4.tar.xz deleted file mode 100644 index aff0ebe..0000000 --- a/xcb-util-cursor-0.1.4.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:28dcfe90bcab7b3561abe0dd58eb6832aa9cc77cfe42fcdfa4ebe20d605231fb -size 265508 diff --git a/xcb-util-cursor-0.1.5.tar.xz b/xcb-util-cursor-0.1.5.tar.xz new file mode 100644 index 0000000..d029026 --- /dev/null +++ b/xcb-util-cursor-0.1.5.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0caf99b0d60970f81ce41c7ba694e5eaaf833227bb2cbcdb2f6dc9666a663c57 +size 266788 diff --git a/xcb-util-cursor.changes b/xcb-util-cursor.changes index 63ea314..92cb933 100644 --- a/xcb-util-cursor.changes +++ b/xcb-util-cursor.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Thu Oct 19 21:11:52 UTC 2023 - Stefan Dirsch + +- 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 18:20:45 UTC 2022 - Stefan Dirsch diff --git a/xcb-util-cursor.spec b/xcb-util-cursor.spec index be3cbee..4587ba3 100644 --- a/xcb-util-cursor.spec +++ b/xcb-util-cursor.spec @@ -1,7 +1,7 @@ # # spec file for package xcb-util-cursor # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 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 @@ %define lname libxcb-cursor0 Name: xcb-util-cursor -Version: 0.1.4 +Version: 0.1.5 Release: 0 Summary: XCB cursor library (libxcursor port) License: MIT