- Update to release 1.5.0

OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/libxkbcommon?expand=0&rev=81
This commit is contained in:
Jan Engelhardt 2023-01-02 23:40:25 +00:00 committed by Git OBS Bridge
parent 34130d7521
commit 7479edbac3
4 changed files with 15 additions and 6 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:943c07a1e2198026d8102b17270a1f406e4d3d6bbc4ae105b9e1b82d7d136b39
size 471824

BIN
libxkbcommon-1.5.0.tar.xz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Mon Jan 2 23:38:34 UTC 2023 - Jan Engelhardt <jengelh@inai.de>
- Update to release 1.5.0
* Fix crash in `xkbcli interactive-wayland` under a compositor
which supports new versions of the xdg-shell protocol.
* New API: XKB_CONTEXT_NO_SECURE_GETENV,
RXKB_CONTEXT_NO_SECURE_GETENV
------------------------------------------------------------------- -------------------------------------------------------------------
Sun May 22 00:09:05 UTC 2022 - Jan Engelhardt <jengelh@inai.de> Sun May 22 00:09:05 UTC 2022 - Jan Engelhardt <jengelh@inai.de>

View File

@ -1,7 +1,7 @@
# #
# spec file for package libxkbcommon # spec file for package libxkbcommon
# #
# Copyright (c) 2022 SUSE LLC # Copyright (c) 2023 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,7 +23,7 @@
%endif %endif
Name: libxkbcommon Name: libxkbcommon
Version: 1.4.1 Version: 1.5.0
Release: 0 Release: 0
Summary: Library for handling xkb descriptions Summary: Library for handling xkb descriptions
License: MIT License: MIT
@ -35,7 +35,7 @@ Source: https://xkbcommon.org/download/libxkbcommon-%version.tar.xz
Source2: baselibs.conf Source2: baselibs.conf
BuildRequires: bison BuildRequires: bison
BuildRequires: flex BuildRequires: flex
BuildRequires: meson >= 0.49 BuildRequires: meson >= 0.51
BuildRequires: pkg-config BuildRequires: pkg-config
BuildRequires: xz BuildRequires: xz
BuildRequires: pkgconfig(libxml-2.0) BuildRequires: pkgconfig(libxml-2.0)