From 57103d58434fa6d06a5b0934aac7bd537516ebcc5032e67b80be3aeabcf04f37 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Wed, 14 Apr 2021 09:17:07 +0000 Subject: [PATCH 1/2] - Update to release 1.2.1 OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/libxkbcommon?expand=0&rev=72 --- libxkbcommon-1.2.0.tar.xz | 3 --- libxkbcommon-1.2.1.tar.xz | 3 +++ libxkbcommon.changes | 9 +++++++++ libxkbcommon.spec | 2 +- 4 files changed, 13 insertions(+), 4 deletions(-) delete mode 100644 libxkbcommon-1.2.0.tar.xz create mode 100644 libxkbcommon-1.2.1.tar.xz diff --git a/libxkbcommon-1.2.0.tar.xz b/libxkbcommon-1.2.0.tar.xz deleted file mode 100644 index b3737e0..0000000 --- a/libxkbcommon-1.2.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8fd678f2b2205d99dba9922e15d470a23f91cffa01cee44ba1775bfc58383a9a -size 454436 diff --git a/libxkbcommon-1.2.1.tar.xz b/libxkbcommon-1.2.1.tar.xz new file mode 100644 index 0000000..54ee7a0 --- /dev/null +++ b/libxkbcommon-1.2.1.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e833a7d3024c9bb9d5eb2b20f6d5de08865541f21bb7ba227c83cbd236691fb3 +size 453172 diff --git a/libxkbcommon.changes b/libxkbcommon.changes index 0e4a594..d2e1b83 100644 --- a/libxkbcommon.changes +++ b/libxkbcommon.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Wed Apr 14 09:16:40 UTC 2021 - Jan Engelhardt + +- Update to release 1.2.1 + * Fix `xkb_x11_keymap_new_from_device()` failing when the + keymap contains key types with missing level names, like the + one used by the `numpad:mac` option in xkeyboard-config. + (Regressed in 1.2.0.) + ------------------------------------------------------------------- Sat Apr 3 12:58:03 UTC 2021 - Jan Engelhardt diff --git a/libxkbcommon.spec b/libxkbcommon.spec index 79e3ed0..0e9c19f 100644 --- a/libxkbcommon.spec +++ b/libxkbcommon.spec @@ -23,7 +23,7 @@ %endif Name: libxkbcommon -Version: 1.2.0 +Version: 1.2.1 Release: 0 Summary: Library for handling xkb descriptions License: MIT From 6832ca4acc7124725713e4f051e6fd7258056e6846ea52aa7adc82ad12b05e41 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Wed, 14 Apr 2021 09:21:28 +0000 Subject: [PATCH 2/2] - Update to release 1.2.1 [boo#1184688] OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/libxkbcommon?expand=0&rev=73 --- libxkbcommon.changes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libxkbcommon.changes b/libxkbcommon.changes index d2e1b83..af1b3e8 100644 --- a/libxkbcommon.changes +++ b/libxkbcommon.changes @@ -1,7 +1,7 @@ ------------------------------------------------------------------- Wed Apr 14 09:16:40 UTC 2021 - Jan Engelhardt -- Update to release 1.2.1 +- Update to release 1.2.1 [boo#1184688] * Fix `xkb_x11_keymap_new_from_device()` failing when the keymap contains key types with missing level names, like the one used by the `numpad:mac` option in xkeyboard-config.