From e8332b718313e68005127b1a77d496eb49ae28e035b6f3bf14e88b4a540b7d52 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Sun, 19 Jan 2020 09:33:05 +0000 Subject: [PATCH] - Update to release 0.10.0 OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/libxkbcommon?expand=0&rev=55 --- libxkbcommon-0.10.0.tar.xz | 3 +++ libxkbcommon-0.9.1.tar.xz | 3 --- libxkbcommon.changes | 15 +++++++++++++++ libxkbcommon.spec | 6 +++--- 4 files changed, 21 insertions(+), 6 deletions(-) create mode 100644 libxkbcommon-0.10.0.tar.xz delete mode 100644 libxkbcommon-0.9.1.tar.xz diff --git a/libxkbcommon-0.10.0.tar.xz b/libxkbcommon-0.10.0.tar.xz new file mode 100644 index 0000000..7cd3775 --- /dev/null +++ b/libxkbcommon-0.10.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57c3630cdc38fb4734cd57fa349e92244f5ae3862813e533cedbd86721a0b6f2 +size 383788 diff --git a/libxkbcommon-0.9.1.tar.xz b/libxkbcommon-0.9.1.tar.xz deleted file mode 100644 index 239e522..0000000 --- a/libxkbcommon-0.9.1.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d4c6aabf0a5c1fc616f8a6a65c8a818c03773b9a87da9fbc434da5acd1199be0 -size 376164 diff --git a/libxkbcommon.changes b/libxkbcommon.changes index e7a5daf..e4a51a2 100644 --- a/libxkbcommon.changes +++ b/libxkbcommon.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Sun Jan 19 00:48:54 UTC 2020 - Jan Engelhardt + +- Update to release 0.10.0 + * Fix quadratic complexity in the XKB file parser. + * Add $XDG_CONFIG_HOME/xkb to the default search path. If + $XDG_CONFIG_HOME is not set, $HOME/.config/xkb is used. If + $HOME is not set, the path is not added. The XDG path is + looked up before the existing default search path $HOME/.xkb. + * Add support for include statements in XKB rules files. + * Fix bug where the merge mode only applied to the first vmod + in a "virtual_modifiers" statement. + * Reject interpret modifier predicate with more than one value. + * Correctly handle capitalization of the ssharp keysym. + ------------------------------------------------------------------- Mon Oct 21 08:26:29 UTC 2019 - Jan Engelhardt diff --git a/libxkbcommon.spec b/libxkbcommon.spec index 8113470..eede6aa 100644 --- a/libxkbcommon.spec +++ b/libxkbcommon.spec @@ -1,7 +1,7 @@ # # spec file for package libxkbcommon # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -23,12 +23,12 @@ %endif Name: libxkbcommon -Version: 0.9.1 +Version: 0.10.0 Release: 0 Summary: Library for handling xkb descriptions License: MIT Group: Development/Libraries/C and C++ -Url: http://xkbcommon.org/ +URL: http://xkbcommon.org/ #Git-Clone: git://github.com/xkbcommon/libxkbcommon Source: https://xkbcommon.org/download/%name-%version.tar.xz