7 Commits

Author SHA256 Message Date
b5fab96cb1 libxkbcommon 1.11.0 2025-08-08 21:43:51 +02:00
83958e655b libxkbcommon 1.10.0 2025-05-21 21:31:09 +02:00
d259d350e0 libxkbcommon 1.9.2 2025-05-07 01:34:03 +02:00
e389db2660 libxkbcommon 1.9.1 2025-05-06 01:20:22 +02:00
301c302539 libxkbcommon 1.9.0 2025-04-26 23:57:47 +02:00
68b95b8e23 libxkbcommon 1.8.1 2025-03-12 17:31:28 +01:00
d8cd2e1410 libxkbcommon 1.8.0 2025-02-04 23:59:33 +01:00
4 changed files with 99 additions and 15 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:65782f0a10a4b455af9c6baab7040e2f537520caa2ec2092805cdfd36863b247
size 534312

View File

@@ -1,3 +1,91 @@
-------------------------------------------------------------------
Fri Aug 8 19:37:15 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
- Update to release 1.11.0
* New keymap text format, `XKB_KEYMAP_FORMAT_TEXT_V2` (not yet
frozen and considered a living standard).
* Added the new parameter `lockOnRelease` for the key action
`LockGroup()`.
* Added the new parameter `unlockOnPress` for the key modifier
action `SetMods()`, `LatchMods()` and `LockMods()`
* Added the new parameter `latchOnPress` for the key action
`LatchMods()`.
* Raised the layout count limit from 4 to 32. Requires using
`XKB_KEYMAP_FORMAT_TEXT_V2`.
* Virtual modifiers are now mapped to their_canonical encoding if
they are not mapped explicitly.
* Added support for the constants `Level<INDEX>` for any valid
level index.
-------------------------------------------------------------------
Wed May 21 19:27:50 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
- Update to release 1.10.0
* Changed Compose behavior so that sequences defined later always
override ones defined earlier, even if the new sequence is
shorter.
* Modifiers masks handling has been refactored to properly handle
virtual modifiers. Modifier masks are now always considered as
an opaque encoding of the modifiers state:
* 1. Modifiers masks should not be interpreted by other means
than the provided API. In particular, one should not assume
that modifiers masks always denote the modifiers indexes of the
keymap.
* 2. It enables using virtual modifiers with arbitrary mappings.
-------------------------------------------------------------------
Tue May 6 23:33:23 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
- Update to release 1.9.2
* Fixed empty compatibility interpretation statement not parsable
by X11s `xkbcomp`. This particularly affects Japanese layout
`jp` when used with Xwayland.
* Fixed empty compatibility interpretations map not parsable by
X11s `xkbcomp`.
* Fixed key type map entries with a mix of bound and unbound
modifiers not being ignored.
-------------------------------------------------------------------
Fri May 2 21:39:22 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
- Update to release 1.9.1
* X11: Fixed capitalization transformation not set properly,
resulting in some keys (e.g. arrows, Home, etc.) not working
when Caps Lock is on.
-------------------------------------------------------------------
Sat Apr 26 21:55:13 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
- Update to release 1.9.0
* keysyms can now be written as just Unicode strings, including
multi-keysyms.
* Added support for new `<none>`, `<some>` and `<any>` wildcard
syntax in rules files.
* Added support for a new escaping format for Unicode, `\u{NNNN}`.
-------------------------------------------------------------------
Wed Mar 12 16:30:46 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
- Update to release 1.8.1
* Fixed segfault due to invalid arithmetic to bring negative
layout indexes into range.
* The tools do not load the default RMLVO (rules, model,
layout, variant, options) values from the environment anymore.
-------------------------------------------------------------------
Tue Feb 4 22:05:54 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
- Update to release 1.8
* `NoSymbol` is now systematically dropped in multi-keysyms
levels.
* Added the upper case mapping ß → ẞ (`ssharp` → `U1E9E`). This
enable to type ẞ using CapsLock thanks to the internal
capitalization rules.
* Updated keysyms case mappings to cover full Unicode 16.0.
* Implemented the `GroupLatch` action, usually activated with
the keysym `ISO_Group_Latch`.
* Symbols: Added support for multiple actions per levels.
-------------------------------------------------------------------
Sat Mar 23 22:14:16 UTC 2024 - Jan Engelhardt <jengelh@inai.de>

View File

@@ -1,7 +1,7 @@
#
# spec file for package libxkbcommon
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -23,15 +23,14 @@
%endif
Name: libxkbcommon
Version: 1.7.0
Version: 1.11.0
Release: 0
Summary: Library for handling xkb descriptions
License: MIT
Group: Development/Libraries/C and C++
URL: http://xkbcommon.org/
URL: https://xkbcommon.org/
#Git-Clone: https://github.com/xkbcommon/libxkbcommon
Source: https://xkbcommon.org/download/libxkbcommon-%version.tar.xz
Source: https://github.com/xkbcommon/libxkbcommon/archive/refs/tags/xkbcommon-%version.tar.gz
Source2: baselibs.conf
BuildRequires: bison
BuildRequires: flex
@@ -149,7 +148,7 @@ This is aimed at tools that provide a listing of available keyboard
layouts to the user.
%prep
%autosetup -p1
%autosetup -p1 -n libxkbcommon-xkbcommon-%version
%build
%if %{with x11}
@@ -165,12 +164,9 @@ ef=-Denable-x11=false
%meson_install
chmod -x %buildroot/%_datadir/bash-completion/completions/xkbcli*
%post -n libxkbcommon0 -p /sbin/ldconfig
%postun -n libxkbcommon0 -p /sbin/ldconfig
%post -n libxkbcommon-x11-0 -p /sbin/ldconfig
%postun -n libxkbcommon-x11-0 -p /sbin/ldconfig
%post -n libxkbregistry0 -p /sbin/ldconfig
%postun -n libxkbregistry0 -p /sbin/ldconfig
%ldconfig_scriptlets -n libxkbcommon0
%ldconfig_scriptlets -n libxkbcommon-x11-0
%ldconfig_scriptlets -n libxkbregistry0
%files -n libxkbcommon0
%license LICENSE

BIN
xkbcommon-1.11.0.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.