Sync from SUSE:SLFO:Main libxkbcommon revision d6e6a728aa5796235ad2e9a05c4077f7
This commit is contained in:
parent
e39d0fc59b
commit
1ec95caa5a
@ -1,4 +1,5 @@
|
|||||||
libxkbcommon0
|
libxkbcommon0
|
||||||
|
libxkbregistry0
|
||||||
libxkbcommon-x11-0
|
libxkbcommon-x11-0
|
||||||
libxkbcommon-devel
|
libxkbcommon-devel
|
||||||
requires -libxkbcommon-<targettype>
|
requires -libxkbcommon-<targettype>
|
||||||
@ -6,3 +7,6 @@ libxkbcommon-devel
|
|||||||
libxkbcommon-x11-devel
|
libxkbcommon-x11-devel
|
||||||
requires -libxkbcommon-x11-<targettype>
|
requires -libxkbcommon-x11-<targettype>
|
||||||
requires "libxkbcommon-x11-0-<targettype> = <version>"
|
requires "libxkbcommon-x11-0-<targettype> = <version>"
|
||||||
|
libxkbregistry-devel
|
||||||
|
requires -libxkbregistry-<targettype>
|
||||||
|
requires "libxkbregistry0-<targettype> = <version>"
|
||||||
|
BIN
libxkbcommon-1.5.0.tar.xz
(Stored with Git LFS)
BIN
libxkbcommon-1.5.0.tar.xz
(Stored with Git LFS)
Binary file not shown.
@ -1,3 +1,74 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
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>
|
||||||
|
|
||||||
|
- Update to release 1.7
|
||||||
|
* Added early detection of invalid encodings and BOM for
|
||||||
|
keymaps, rules & Compose. Also added a hint that the expected
|
||||||
|
encoding must be UTF-8 compatible.
|
||||||
|
* Updated keysyms using latest xorgproto
|
||||||
|
(cd33097fc779f280925c6d6bbfbd5150f93ca5bc): For the sake of
|
||||||
|
compatibility, this reintroduces some deleted keysyms and
|
||||||
|
postpones the effective deprecation of others that had landed
|
||||||
|
in xkbcommon 1.6.0.
|
||||||
|
* Reverted removal of some XKB_KEYs and fixed inconsistencies in names.
|
||||||
|
Details see upstream changelog.
|
||||||
|
* ``xkbcli compile-compose``: added new CLI utility to test
|
||||||
|
Compose files.
|
||||||
|
* ``xkbcli interactive-evdev``: added a ``--verbose`` option.
|
||||||
|
* ``xkbcli interactive-x11``: added support for Compose.
|
||||||
|
* ``xkbcli interactive-wayland``: added support for Compose.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jan 12 09:32:56 UTC 2024 - Pierre Le Marre <opensuse@wismill.eu>
|
||||||
|
|
||||||
|
- Add libxkbcommon-tools-bash-completions.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jan 9 11:53:36 UTC 2024 - Marcus Meissner <meissner@suse.com>
|
||||||
|
|
||||||
|
- add libxkbregistry-devel to baselibs for use by wine-32bit. (bsc#1218640)
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Dec 17 20:06:52 UTC 2023 - Tobias Klausmann <tobias.klausmann@freenet.de>
|
||||||
|
|
||||||
|
- dxvk need libxkbregistry0 for building -32bit variants, provide them.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Oct 9 02:55:17 UTC 2023 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
- Update to release 1.6.0
|
||||||
|
* Remove keysyms: XKB_KEY_dead_lowline,
|
||||||
|
XKB_KEY_dead_aboveverticalline, XKB_KEY_dead_belowverticalline,
|
||||||
|
XKB_KEY_dead_longsolidusoverlay
|
||||||
|
* Add Compose iterator API to iterate the entries in a compose
|
||||||
|
table.
|
||||||
|
* Structured log messages with a message registry. There is an
|
||||||
|
ongoing work to assign unique identifiers to log messages and
|
||||||
|
add a corresponding error index documentation page.
|
||||||
|
* Add a new warning for numeric keysyms references in XKB files:
|
||||||
|
the preferred keysym reference form is its name or its Unicode
|
||||||
|
value, if relevant.
|
||||||
|
* Add the upper bound `XKB_KEYSYM_MAX` to check valid keysyms.
|
||||||
|
* Add a warning when loading a keymap using RMLVO with no layout
|
||||||
|
but with the variant set.
|
||||||
|
* Add support for ``modifier_map None { … }``. This feature is
|
||||||
|
missing compared to the X11 implementation. It allows to reset
|
||||||
|
the modifier map of a key.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jan 2 23:38:34 UTC 2023 - Jan Engelhardt <jengelh@inai.de>
|
Mon Jan 2 23:38:34 UTC 2023 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package libxkbcommon
|
# spec file for package libxkbcommon
|
||||||
#
|
#
|
||||||
# Copyright (c) 2023 SUSE LLC
|
# Copyright (c) 2025 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -23,15 +23,14 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: libxkbcommon
|
Name: libxkbcommon
|
||||||
Version: 1.5.0
|
Version: 1.8.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Library for handling xkb descriptions
|
Summary: Library for handling xkb descriptions
|
||||||
License: MIT
|
License: MIT
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
URL: http://xkbcommon.org/
|
URL: https://xkbcommon.org/
|
||||||
|
|
||||||
#Git-Clone: https://github.com/xkbcommon/libxkbcommon
|
#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
|
Source2: baselibs.conf
|
||||||
BuildRequires: bison
|
BuildRequires: bison
|
||||||
BuildRequires: flex
|
BuildRequires: flex
|
||||||
@ -104,6 +103,17 @@ Group: System/X11/Utilities
|
|||||||
%description tools
|
%description tools
|
||||||
xkbcommon tools for introspection and debugging.
|
xkbcommon tools for introspection and debugging.
|
||||||
|
|
||||||
|
%package tools-bash-completion
|
||||||
|
Summary: Bash completion for %name-tools
|
||||||
|
Requires: %name-tools = %version
|
||||||
|
Requires: bash-completion
|
||||||
|
Supplements: (%name-tools and bash-completion)
|
||||||
|
BuildArch: noarch
|
||||||
|
|
||||||
|
%description tools-bash-completion
|
||||||
|
|
||||||
|
Bash completion for %name-tools.
|
||||||
|
|
||||||
%package x11-devel
|
%package x11-devel
|
||||||
Summary: Development files for the libxkbcommon-x11 library
|
Summary: Development files for the libxkbcommon-x11 library
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
@ -138,7 +148,7 @@ This is aimed at tools that provide a listing of available keyboard
|
|||||||
layouts to the user.
|
layouts to the user.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -p1
|
%autosetup -p1 -n libxkbcommon-xkbcommon-%version
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%if %{with x11}
|
%if %{with x11}
|
||||||
@ -152,20 +162,18 @@ ef=-Denable-x11=false
|
|||||||
|
|
||||||
%install
|
%install
|
||||||
%meson_install
|
%meson_install
|
||||||
|
chmod -x %buildroot/%_datadir/bash-completion/completions/xkbcli*
|
||||||
|
|
||||||
%post -n libxkbcommon0 -p /sbin/ldconfig
|
%ldconfig_scriptlets -n libxkbcommon0
|
||||||
%postun -n libxkbcommon0 -p /sbin/ldconfig
|
%ldconfig_scriptlets -n libxkbcommon-x11-0
|
||||||
%post -n libxkbcommon-x11-0 -p /sbin/ldconfig
|
%ldconfig_scriptlets -n libxkbregistry0
|
||||||
%postun -n libxkbcommon-x11-0 -p /sbin/ldconfig
|
|
||||||
%post -n libxkbregistry0 -p /sbin/ldconfig
|
|
||||||
%postun -n libxkbregistry0 -p /sbin/ldconfig
|
|
||||||
|
|
||||||
%files -n libxkbcommon0
|
%files -n libxkbcommon0
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
%_libdir/libxkbcommon.so.*
|
%_libdir/libxkbcommon.so.*
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%doc NEWS
|
%doc NEWS.md
|
||||||
%_includedir/%name/
|
%_includedir/%name/
|
||||||
%if %{with x11}
|
%if %{with x11}
|
||||||
%exclude %_includedir/%name/xkbcommon/xkbcommon-x11.h
|
%exclude %_includedir/%name/xkbcommon/xkbcommon-x11.h
|
||||||
@ -178,6 +186,10 @@ ef=-Denable-x11=false
|
|||||||
%_libexecdir/xkbcommon/
|
%_libexecdir/xkbcommon/
|
||||||
%_mandir/man1/xkbcli*
|
%_mandir/man1/xkbcli*
|
||||||
|
|
||||||
|
%files tools-bash-completion
|
||||||
|
%license LICENSE
|
||||||
|
%_datadir/bash-completion/completions/xkbcli*
|
||||||
|
|
||||||
%if %{with x11}
|
%if %{with x11}
|
||||||
%files -n libxkbcommon-x11-0
|
%files -n libxkbcommon-x11-0
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
|
BIN
xkbcommon-1.8.0.tar.gz
(Stored with Git LFS)
Normal file
BIN
xkbcommon-1.8.0.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user