diff --git a/xorgproto-2020.1.tar.bz2 b/xorgproto-2020.1.tar.bz2 deleted file mode 100644 index 8e2e06d..0000000 --- a/xorgproto-2020.1.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:54a153f139035a376c075845dd058049177212da94d7a9707cf9468367b699d2 -size 848072 diff --git a/xorgproto-2021.2.tar.bz2 b/xorgproto-2021.2.tar.bz2 new file mode 100644 index 0000000..e05f991 --- /dev/null +++ b/xorgproto-2021.2.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef95988b324573221b3599c8bb2bf07fe25fe55cf430c603ef0a15c0d4884ba2 +size 871255 diff --git a/xorgproto.changes b/xorgproto.changes index 066a2ae..b30f6d8 100644 --- a/xorgproto.changes +++ b/xorgproto.changes @@ -1,3 +1,33 @@ +------------------------------------------------------------------- +Thu Feb 25 10:39:54 UTC 2021 - Stefan Dirsch + +- xorgproto 2021.2 +This release is mostly all about keysyms. Some additions to Vietnamese and +Hangul but the big set of commits here is catching up with several years of +Linux kernel releases. + +The kernel's evdev interface has semantic keycodes (e.g. KEY_ESC is what +you'd expect). Beyond the normal range expected to change with different +layouts there are many keycodes that should only ever do one thing. +For example, KEY_ONSCREEN_KEYBOARD should display the OSK regardless of +layout). In the past, we've added these keysyms on a as-requested basis. + +We now have a reserved subrange in the already reserved range for XF86Foo +keysyms. Within that range, keysyms map directly to their evdev +counterparts, making future updates easier. The above example +KEY_ONSCREEN_KEYBOARD now has a XF86OnScreenKeyboard keysym. +The header file follows a strict convention to make this range +machine-readable, xkeyboard-config can make use of this to +make those keysyms available by default. Note that almost all keys are +outside the X keycode range so very little will change under X. + +Note that most keys exist on selected devices only so the practial use is +quite limited. But those keysyms are available through normal XKB +configuration so users can re-map existing keys where needed. + +Aside from those, a bit of misc cleanup work. Many thanks to all +contributors. + ------------------------------------------------------------------- Tue Apr 14 21:22:36 UTC 2020 - Stefan Dirsch diff --git a/xorgproto.spec b/xorgproto.spec index 0f1ff76..1fb2339 100644 --- a/xorgproto.spec +++ b/xorgproto.spec @@ -1,7 +1,7 @@ # # spec file for package xorgproto # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: xorgproto -Version: 2020.1 +Version: 2021.2 Release: 0 URL: http://xorg.freedesktop.org/ Summary: The X11 Protocol collection