From 7479edbac3334a1bf2fb7b95fb974107ee9d98d0f2df50d6f2280d8a8c3684f7 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Mon, 2 Jan 2023 23:40:25 +0000 Subject: [PATCH] - Update to release 1.5.0 OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/libxkbcommon?expand=0&rev=81 --- libxkbcommon-1.4.1.tar.xz | 3 --- libxkbcommon-1.5.0.tar.xz | 3 +++ libxkbcommon.changes | 9 +++++++++ libxkbcommon.spec | 6 +++--- 4 files changed, 15 insertions(+), 6 deletions(-) delete mode 100644 libxkbcommon-1.4.1.tar.xz create mode 100644 libxkbcommon-1.5.0.tar.xz diff --git a/libxkbcommon-1.4.1.tar.xz b/libxkbcommon-1.4.1.tar.xz deleted file mode 100644 index cf82aa9..0000000 --- a/libxkbcommon-1.4.1.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:943c07a1e2198026d8102b17270a1f406e4d3d6bbc4ae105b9e1b82d7d136b39 -size 471824 diff --git a/libxkbcommon-1.5.0.tar.xz b/libxkbcommon-1.5.0.tar.xz new file mode 100644 index 0000000..846e08b --- /dev/null +++ b/libxkbcommon-1.5.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:560f11c4bbbca10f495f3ef7d3a6aa4ca62b4f8fb0b52e7d459d18a26e46e017 +size 472700 diff --git a/libxkbcommon.changes b/libxkbcommon.changes index d49982b..ad1d7b0 100644 --- a/libxkbcommon.changes +++ b/libxkbcommon.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Mon Jan 2 23:38:34 UTC 2023 - Jan Engelhardt + +- Update to release 1.5.0 + * Fix crash in `xkbcli interactive-wayland` under a compositor + which supports new versions of the xdg-shell protocol. + * New API: XKB_CONTEXT_NO_SECURE_GETENV, + RXKB_CONTEXT_NO_SECURE_GETENV + ------------------------------------------------------------------- Sun May 22 00:09:05 UTC 2022 - Jan Engelhardt diff --git a/libxkbcommon.spec b/libxkbcommon.spec index 636a0d3..486d7cd 100644 --- a/libxkbcommon.spec +++ b/libxkbcommon.spec @@ -1,7 +1,7 @@ # # spec file for package libxkbcommon # -# 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 @@ -23,7 +23,7 @@ %endif Name: libxkbcommon -Version: 1.4.1 +Version: 1.5.0 Release: 0 Summary: Library for handling xkb descriptions License: MIT @@ -35,7 +35,7 @@ Source: https://xkbcommon.org/download/libxkbcommon-%version.tar.xz Source2: baselibs.conf BuildRequires: bison BuildRequires: flex -BuildRequires: meson >= 0.49 +BuildRequires: meson >= 0.51 BuildRequires: pkg-config BuildRequires: xz BuildRequires: pkgconfig(libxml-2.0)